Skip to main content

AutomaticValueType

Types of automatic values.

NameDescriptionValue
AUTOMATIC_VALUE_TYPE_NONENot an automatic value.0
AUTOMATIC_VALUE_TYPE_CALCULATE_WITH_TEMPLATEA string with propertydef placeholders, similar to notification templates.1
AUTOMATIC_VALUE_TYPE_CALCULATED_WITH_CODEVBScript code that calculates the property.2
AUTOMATIC_VALUE_TYPE_FIXED_VALUE_WITH_INCREMENTSimple automatic numbering: last used value and increment. Calculated once.3
AUTOMATIC_VALUE_TYPE_FIXED_VALUE_WITH_CODEVBScript code that produces the automatic number. Calculated once.4