fieldModel
Namespace: | http://filecatalyst.com/model |
XML Schema: | model.xsd |
Field model class
XML
Attributes
name | type | description |
---|---|---|
description | string | Help Text - additional text shown to the end user next to the input field. This text may contain HTML |
displayFormat | string |
Display Format - additional formatting information to the generated HTML field
for example: 'ROWS=25 COLS=80' to a textarea field. This field can also be used to set custom
CSS definitions. This field can also be used to control the functionality of certain fields:
|
header | string | The user friendly label displayed on the Job entry form. |
helpButtonText | string |
Help Button Text - when this field is set the following icon will be shown to the user:
![]() |
name | string | Field Name - used to identify this field in the system. This value is never visible by the user and must not contain any non-alpha numeric characters. |
taxAmount | double | Tax amount. |
operand | fieldOperandActionType | Type specific. Operand to use for certain field types. See fieldOperandActionType. |
showOnJobSummary | boolean | Flag indicating if this fields should be shown on the Job Summary. |
showOnReport | boolean | Flag indicating if this fields should be shown on the report. |
fieldType | fieldType |
Each field can be one of these types:
|
href | string | Hyperlink reference to the resource |
Elements
name (type) | min/max occurs |
description |
---|---|---|
items (itemsModel) | 0/1 | Items associated with this field type. |
discountLevels (discountLevelsModel) | 0/1 | Discount levels. |
JSON
property | type | description |
---|---|---|
description | string | Help Text - additional text shown to the end user next to the input field. This text may contain HTML |
displayFormat | string |
Display Format - additional formatting information to the generated HTML field
for example: 'ROWS=25 COLS=80' to a textarea field. This field can also be used to set custom
CSS definitions. This field can also be used to control the functionality of certain fields:
|
header | string | The user friendly label displayed on the Job entry form. |
helpButtonText | string |
Help Button Text - when this field is set the following icon will be shown to the user:
![]() |
name | string | Field Name - used to identify this field in the system. This value is never visible by the user and must not contain any non-alpha numeric characters. |
taxAmount | double | Tax amount. |
operand | fieldOperandActionType | Type specific. Operand to use for certain field types. See fieldOperandActionType. |
showOnJobSummary | boolean | Flag indicating if this fields should be shown on the Job Summary. |
showOnReport | boolean | Flag indicating if this fields should be shown on the report. |
fieldType | fieldType |
Each field can be one of these types:
|
href | string | Hyperlink reference to the resource |
items | items (itemsModel) | Items associated with this field type. |
discountLevels | discountLevels (discountLevelsModel) | Discount levels. |