Description
The AuxRecordValue class represents the extended/linked properties associated with a job. This class will retrieve the requested values for the extended/linked properties of a job.
Class hierarchy
esri.WorkflowManager.SupportClasses.AuxRecordValue()
Properties
alias | string | The alias for the field in the table. |
canUpdate | boolean | True or false value set to determine if extended property value can be updated. |
data | object | The data contained in the field. |
dataType | FieldType | The type of data expected in the field. |
displayOrder | int | The order each field is displayed. |
displayType | ExtendedPropertyDisplayType | The type of extended property item - file, dataset, etc. |
domain | string | The domain value configured for the field. |
filter | string | The filter to restrict the types of records supported. |
length | int | The length of the string extended property. |
name | string | The name property associated with the record. |
required | boolean | The property that enforces required or optional field. |
tableListClass | string | The lookup table that contains the list to be selected. |
tableListDisplayField | string | The field that will be displayed for the extended property. |
tableListStoreField | string | The field that contains the value that gets stored as the extended property value. |
userVisible | boolean | The property to make the value visible to the user or not. |
Property Details
The alias for the field in the table.
True or false value set to determine if extended property value can be updated.
The type of data expected in the field.
The order each field is displayed.
<ExtendedPropertyDisplayType> displayType
The type of extended property item.
The domain value configured for the field.
The length of the string extended property.
The name property associated with the record.
The property that enforces required or optional field.
The lookup table that contains the list to be selected.
<string> tableListDisplayField
The field that will be displayed for the extended property.
<string> tableListStoreField
The field that contains the value that gets stored as the extended property value.
The property to make the value visible to the user or not.