UserSearchCriteriaDisplayField
An object that represents the criteria for an advanced search in BlueCamroo.
Object Properties
Property | Type | Description |
Id | Integer | ID of this criteria list. |
UserSearchCriteriaId | Integer | ID of the search. |
FieldName | String (100) | Name of the field |
FieldAlias | String (100) | public |
FieldLabel | String (100) | public |
Condition | String (100) | The tested condition (equals, contains, not equal, starts with, etc.). |
FieldType | String (100) | The variable type BlueCamroo casts for this field (String, Boolean, Date, etc.). |
IsDefaultSortField | Boolean | public |
LookupProperty | String (100) | public |
LookupDisplayField | String (100) | public |
LookupValueField | String (100) | The value searched on. |
ColumnWidth | Integer | public |