Name | Description | Type | Additional information |
---|---|---|---|
Type |
Customer field type |
CustomerFieldTypeEnum |
None. |
CustomFieldId |
Custom field ID, the field is used only if the type is custom |
integer |
None. |
FilterSupported |
If true, the customer field can be used for searching within the SearchCustomers method |
boolean |
None. |
Index |
Field order |
integer |
None. |
Required |
If true, the field is required |
boolean |
None. |
PleaseSelect |
If true, the field has "please select" option |
boolean |
None. |
MinLength |
If the custom field type is ID, this is the minimum length of text |
integer |
None. |
MaxLength |
If the custom field type is ID, this is the maximum length of text |
integer |
None. |
IsUnique |
If true, the field value must be unique |
boolean |
None. |
DoNotShow |
If true, the field is hidden |
boolean |
None. |
Title |
The title |
string |
None. |
CustomFieldType |
Custom field type, the field is used only if the type is custom |
CustomFieldTypeEnum |
None. |
HintText |
The hint that should help user to fill the customer field |
string |
None. |
Items |
Fills only if custom field type is DropDown, is set |
Collection of CustomerFieldDropDownItem |
None. |