Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyCustomFieldValueCustomField.

codeStringtrue
nameStringtrue

booleanDefaultValue

Booleanfalse
booleanAllowUndefinedBooleanfalse
numberDefaultValueBigDecimalfalse
numberMinValueBigDecimalfalse
numberMaxValueBigDecimalfalse
stringDefaultValueStringfalse
stringMinLengthStringfalse
stringMaxLengthStringfalse
stringRegExpStringfalse
dateMinValueLocalDatefalse
dateMaxValueLocalDatefalse
dateDefaultValueLocalDatefalse
dateSystemLimitBooleanfalse
selectDefaultValueIntegerfalse
selectEntityNameStringfalse
selectParamsStringfalse
selectSetIdBooleanfalse
selectNameStringfalse
multiSelectDefaultValueIntegerfalse
multiSelectEntityNameStringfalse
multiSelectParamsStringfalse
multiSelectSetIdBooleanfalse
multiSelectNameIntegerfalse



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 3,
	"code": "DISABILITYPERCENTAGE",
	"name": "DisabilityPercentage",
	"label": "Disability Percentage",
	"required": false,
	"booleanDefaultValue": null,
	"booleanAllowUndefined": null,
	"numberDefaultValue": 0.000000,
	"numberMinValue": 0.000000,
	"numberMaxValue": 100.000000,
	"stringDefaultValue": null,
	"stringMinLength": null,
	"stringMaxLength": null,
	"stringRegExp": null,
	"dateDefaultValue": null,
	"dateSystemLimit": null,
	"dateMinValue": null,
	"dateMaxValue": null,
	"selectDefaultValue": null,
	"selectEntityName": null,
	"selectParams": null,
	"selectSetId": null,
	"selectName": null,
	"multiSelectDefaultValue": null,
	"multiSelectEntityName": null,
	"multiSelectParams": null,
	"multiSelectSetId": null,
	"multiSelectName": null
}