AutomaticValueType
Types of automatic values.
| Name | Description | Value | 
|---|---|---|
| AUTOMATIC_VALUE_TYPE_NONE | Not an automatic value. | 0 | 
| AUTOMATIC_VALUE_TYPE_CALCULATE_WITH_TEMPLATE | A string with propertydef placeholders, similar to notification templates. | 1 | 
| AUTOMATIC_VALUE_TYPE_CALCULATED_WITH_CODE | VBScript code that calculates the property. | 2 | 
| AUTOMATIC_VALUE_TYPE_FIXED_VALUE_WITH_INCREMENT | Simple automatic numbering: last used value and increment. Calculated once. | 3 | 
| AUTOMATIC_VALUE_TYPE_FIXED_VALUE_WITH_CODE | VBScript code that produces the automatic number. Calculated once. | 4 |