Custom Field Definition

Custom field definition

Each Record Type has a list of custom fields.   You may need their definitions in order to properly populate your entities and transactions.  

End Point

/customdielddefinition

GET

GET requests expect parameter of type Record Type. E.g CustomFieldDefinition?recordType=100 gets the custom field definitions for Item.

Properties

PropertyCaptionData Type
Name
Name
String (50)
CaptionCaption
String (50)
DataTypeDate Type Enum
String (50)
FieldSizeField SizeInt 32
IsRequiredRequiredBoolean
IsCalculatedCalculatedBoolean
AllowClosedEditing
Allow editing when document is closedBoolean
SelectionsPick ListArray of String (50)