| CrmField Fields |
The CrmField type exposes the following members.
| Name | Description | |
|---|---|---|
| CellType |
The type of field. Used to associate the field with a setter utility method.
| |
| Id |
The unique Id contained in the id attribute.
i.e. '_CONSTITUENTID_value'
| |
| SearchDialogFieldId |
The unique id of the search dialog field that would appear upon clicking the search icon of
the associated grid cell.
i.e. 'COMBINEDSEARCH'
Used for fields associated with 'BatchGridCellType.Searchlist'.
| |
| SearchDialogId |
The unique id of the search dialog that would appear upon clicking the search icon of
the associated grid cell.
i.e. 'DesignationSearch'
Used for fields associated with 'BatchGridCellType.Searchlist'.
|