Custom Field Definition Object
Custom Field Definition sets up the parameters for custom fields.
End Point
/customfielddefinition
GET
GET request expects parameter recordType of type Int32 (See Record Type in enums).
e.g. https://services.ordertime.com/api/customfielddefinition?recordType=100 get custom fields for items.
Properties
| Property | Caption | Data Type | Required |
| Name | Name | String (50) | True |
| Caption | Sub of | String (50) | False |
| FieldType | Type | DataTypeEnum | True |
| FieldSize | Field Size | Int32 | False |
| IsRequired | Required | Boolean | False |
| IsCalculated | Calculated | Boolean | False |
| Selections | Pick List | Array | False |