Click or drag to resize

ESDRecordCombinationProfileField Properties

The ESDRecordCombinationProfileField type exposes the following members.

Properties
  NameDescription
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyfieldName
Name of the field
Public propertyfieldValueIDs
List of field value IDs. Each value ID uniquely identifies the field value. Ensure that the length of the list matches the fieldValues array
Public propertyfieldValues
List of field value labels. Each label can contain any text to label the field. Ensure that the length of the list matches the fieldValueIDs array
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyComboProfileFieldID
Key that allows the combination profile field record to be uniquely identified and linked to.
Public propertyordering
Numeric value to order the field by. This ordering may be used when multiple fields are assigned to same combination profile
Top
See Also