Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Overview
Anchor | ||||
---|---|---|---|---|
|
This page serves as a central hub where you can find detailed descriptions of common models used repeatedly across various Workbench APIs.
Form Models
BoolViewData
Field | Type | Description |
---|---|---|
BoolValue | Boolean | The boolean value of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
DateViewData
Field | Type | Description |
---|---|---|
DateValue | String | The date value of the field, as an ISO 8601 formatted string ("YYYY-MM-DDT00:00:00Z"). |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
DecimalViewData
Field | Type | Description |
---|---|---|
DecimalValue | Number | The decimal value of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
DropdownViewData
Field | Type | Description |
---|---|---|
SelectedValue | String | The selected value of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
FileAttachmentsViewData
Field | Type | Description |
---|---|---|
RelatedRecordID | String | The ID of this document. Used when uploading files to the StoredFilesApi endpoint. |
RelatedRecord | String | The type of this document. Used when uploading files to the StoredFilesApi endpoint. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
MultiPickerViewData
Field | Type | Description |
---|---|---|
StringValue | String | A comma-delimited list of the selected value of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
OptionsViewData
Field | Type | Description |
---|---|---|
SelectedOption | String | The selected option of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
PercentageViewData
Field | Type | Description |
---|---|---|
DecimalValue | Number | The decimal value of the field, representing a percentage. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
PickerViewData
Field | Type | Description |
---|---|---|
SelectedValue | String | The selected value of the field. |
SelectedText | String | A description of the selected value of the field (read-only). |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
StringViewData
Field | Type | Description |
---|---|---|
StringValue | String | The string value of the field. |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
TimeViewData
Field | Type | Description |
---|---|---|
TimeValue | String | The time value of the field, as a formatted string ("hh:mm:ss"). |
Is24H | Boolean | 24h format |
Name | String | The name of the field. |
Disabled | Boolean | A flag to indicate if the field is editable. |
Required | Boolean | A flag to indicate if the field is required. |
Grid Models
CellData
Field | Type | Description |
---|---|---|
CellId | ||
CellValue | ||
CellNumValue | ||
CellBoolValue | ||
CellTag | ||
CellValueDate | ||
CellValueInt |
ColModel
Field | Type | Description |
---|---|---|
Required | Boolean | |
Name | String | |
Title | String | |
Index | String | |
ShowGroupingHeader | Boolean | |
Hidden | Boolean | |
Editable | Boolean | |
IsNumeric | Boolean | |
IsCenteredText | Boolean | |
LabelClasses | String | |
Resizable | Boolean | |
Format | Integer | |
FormatWidth | Integer | |
DateWidthSpecified | Boolean |
DatasheetsDatasheetKey
Field | Type | Description |
---|---|---|
DatasheetId | Integer | |
DatasheetTemplateId | Integer | |
KeyStr | String | |
KeyInt | Integer |
DatasheetsDatasheetModelLine
Field | Type | Description |
---|---|---|
Datasheet | CellData | |
Template | CellData | |
Date | String | |
Name | String | |
KeyTable | String | |
Subject | String | |
Rating | Number | |
Complete | Boolean | |
JSON | String | |
Status | String | |
ReadonlyFlag | Integer | |
ReadonlyMessage | String | |
OriginalKey | DatasheetsDatasheetKey | |
CurrentKey | DatasheetsDatasheetKey | |
Key | DatasheetsDatasheetKey | |
Index | Integer |
DynamicPredicateApi
Field | Type | Description |
---|---|---|
PredicateRows |
DynamicPredicateRowApi
Field | Type | Description |
---|---|---|
LeftOperand | ||
RightOperand | ||
Operator | ||
Display |
ExtensionFieldsViewData
Field | Type | Description |
---|---|---|
Fields | Array [FieldViewData] | |
Form | Object | |
Disabled | Boolean | |
Name | String | |
Visible | Boolean | |
Required | Boolean | |
InfoText | InfoText |
FormItem
Field | Type | Description |
---|---|---|
Name | String | |
Value | String |
GeneralAddressLine
Field | Type | Description |
---|---|---|
Title | String | Company name |
Name | String | Address name. |
Line1 | String | Street line 1 information |
Line2 | String | Street line 2 information |
CompanyId | Integer | Code of the company. |
Company | String | Company name |
Inactive | Boolean | Status |
IsPostalAddress | Boolean | This is a Post address or not. |
IsPhysicalAddress | Boolean | This is a physical address or not. |
String | Email address. | |
Phone | String | Phone number. |
PostCode | String | Post code. |
Select | ||
TitleValue | ||
NameValue | ||
Line1Value | Address line 1. | |
Line2Value | Address line 2. | |
CompanyValue | Company name. | |
EmailValue | Email address. | |
PhoneValue | Phone number. | |
PostCodeValue | Post code. | |
HasMore | ||
Delete | ||
Status | String | Status. |
ReadonlyFlag | Integer | Marked as Read Only. |
ReadonlyMessage | String | |
OriginalKey | GeneralAddressKey | |
CurrentKey | GeneralAddressKey | |
Key | GeneralAddressKey | |
Index | Integer |
GeneralAttributeKey
Field | Type | Description |
---|---|---|
Category | ||
Group |
GeneralAttributeLine
Field | Type | Description |
---|---|---|
Category | ||
Group | ||
CategoryValue | ||
GroupValue | ||
Value | ||
Delete | ||
Status | ||
ReadonlyFlag | Read Only status. | |
ReadonlyMessage | String | Read Only message. |
OriginalKey | ||
CurrentKey | ||
Key | ||
Index |
GeneralExtensionFields
Field | Type | Description |
---|---|---|
Fields | Array [FieldViewData] | |
ReturnFields | Array [FormItem] |
GeneralNoteKey
Field | Type | Description |
---|---|---|
ToDoNoteId | ||
KeyTable | ||
GridId |
GeneralNoteLine
Field | Type | Description |
---|---|---|
Description | ||
Details | ||
NoteTypeId | ||
NoteType | ||
CreatedById | ||
CreatedBy | ||
CreatedDate | ||
KeyTable | ||
EntityDescription | ||
Select | ||
DescriptionValue | ||
DetailsValue | ||
NoteTypeValue | ||
CreatedByValue | ||
CreatedDateValue | ||
EntityValue | ||
EntityDescriptionValue | ||
Delete | ||
Status | ||
ReadonlyFlag | ||
ReadonlyMessage | ||
OriginalKey | ||
CurrentKey | ||
Key | ||
Index |
GeneralToDoKey
Field | Type | Description |
---|---|---|
ToDoNoteId | ||
KeyTable |
GeneralToDoLine
Field | Type | Description |
---|---|---|
Details | ||
NoteTypeId | ||
NoteType | ||
NoteStatusId | ||
NoteStatus | ||
DoById | ||
CreatedByID | ||
DoBy | ||
KeyTable | ||
EntityDescription | ||
DoByDate | ||
Completed | ||
Select | ||
DescriptionValue | ||
DetailsValue | ||
NoteTypeValue | ||
NoteStatusValue | ||
DoByValue | ||
EntityValue | ||
EntityDescriptionValue | ||
DoByDateValue | ||
CompletedValue | ||
Delete | ||
Status | ||
ReadonlyFlag | ||
ReadonlyMessage | ||
OriginalKey | ||
CurrentKey | ||
Key | ||
Index |
GridModel
Field | Type | Description |
---|---|---|
GridId | String | |
ColModel | Array [ColModel] | |
NewRowPosition | String | |
UpdateColumnEditable | Boolean | |
Hidden | Boolean |
GridRequestParameters
Field | Type | Description |
---|---|---|
Sidx | ||
Sord | ||
Page | ||
Rows | ||
Jobcode | ||
finCode | ||
functionalCode | ||
IntValue | ||
StringValue | ||
BoolValue | ||
DateValue |
GridResult
Field | Type | Description |
---|---|---|
total | ||
page | ||
records | ||
rows | ||
form | ||
widgets |
HeaderColumnViewData
Field | Type | Description |
---|---|---|
ColumnNo | Integer | |
Headers | Array [FieldViewData] |
HeaderViewData
Field | Type | Description |
---|---|---|
Headers | Array [FieldViewData] | |
Columns | Array [HeaderColumnViewData] |
KeyValuePair
Field | Type | Description |
---|---|---|
Key | String | |
Value | String |
Layout
Field | Type | Description |
---|---|---|
Caption | String |
MvcValidationError
Field | Type | Description |
---|---|---|
n | String | |
m | String |
Field
Type
Description
SelectedOption
String
Settings
Array[KeyValuePair]
Name
String
Visible
Boolean
Disabled
Boolean
Required
Boolean
InfoText
String
PercentageViewData
Field
Type
Description
DecimalValue
Number
Name
String
Visible
Boolean
DisableChange
Boolean
ControlSize
String
FontStyle
String
None, Bold, Italic
ClearViewDataAddon
FieldViewDataAddon
WrapLabel
Boolean
InfoText
String
PickerViewData
Field
Type
Description
SelectedValue
String
SelectedText
String
Name
String
Visible
Boolean
Disabled
Boolean
Required
Boolean
InfoText
String
SaveResult
Field | Type | Description |
---|---|---|
successMessage | String | Successful message. |
warningMessage | String | Wanning message. |
errorMessage | String | Error message. |
validationErrors | Array [MvcValidationError] | |
KeyStr | String | |
KeyDate | String | |
KeyInt | Integer |
SplitButtonViewData
Field
Type
Description
StandardTextViewData
Field
Type
Description
IsButtonHidden
Boolean
Name
String
Visible
Boolean
Disabled
Boolean
Required
Boolean
String
StoredFilesApiKey
Field | Type | Description |
---|---|---|
StoredFileId | Integer |
StoredFilesApiModel
Field | Type | Description |
---|---|---|
Key | StoredFilesApiKey | |
RelatedRecord | String | |
RelatedRecordId | String | |
FileGroupId | Integer | |
Details | String | |
FileName | String | |
Url | String | |
ImageDocument | Boolean | |
SecondaryPath | String | |
KeyStr | String | |
KeyDate | String | |
KeyInt | Integer |
StringViewData
Field
Type
Description
StringValue
Name
Visible
Required
TabletSerialLine
Field | Type | Description |
---|---|---|
SerialNo | ||
SerialNoSelect | ||
SerialNoSelect | ||
BatchNoSelect | ||
ExpiryDate | String | |
SerialDetails | ||
Quantity | ||
TransDetails | ||
Delete | ||
Status | String | |
ReadonlyFlag | Integer | |
ReadonlyMessage | String | |
OriginalKey | TabletSerialLineKey | |
CurrentKey | TabletSerialLineKey | |
Key | TabletSerialLineKey | |
Index | Integer |
TabletSerialLineKey
Field | Type | Description |
---|---|---|
SNID | Integer | |
SNTranID | Integer |
TimeViewData
Field
Type
Description
TimeValue
String
Time value
Is24H
Boolean
24h format
Name
String
Visible
Boolean
Disabled
Boolean
Required
Boolean
InfoText
Tuple_String
Field | Type | Description |
---|---|---|
Item1 | String | |
Item2 | String |
ViewData_GridWidget
Field | Type | Description |
---|---|---|
WidgetId | ||
LayoutCode | ||
Name | ||
Colour | ||
BGColour | ||
Icon | ||
Type | ||
Visible | ||
Order | ||
Count | ||
WidgetLines |
ViewData_GridWidgetLine
Field | Type | Description |
---|---|---|
WidgetLineId | ||
WidgetId | ||
Name | ||
Predicate | ||
Order | ||
Count |
WebEAVGridLine
Field | Type | Description |
---|---|---|
WBNodeId | ||
Col00 | ||
Col01 | ||
Col02 | ||
Col03 | ||
Col04 | ||
Col05 | ||
Col06 | ||
Col07 | ||
Col08 | ||
Col09 | ||
Col10 | ||
Col11 | ||
Col12 | ||
Col13 | ||
Col14 | ||
Col15 | ||
Col16 | ||
Col17 | ||
Col18 | ||
Col19 | ||
Col20 | ||
Col21 | ||
Col22 | ||
Col23 | ||
Col24 | ||
Col25 | ||
Col26 | ||
Col27 | ||
Col28 | ||
Col29 | ||
RowId | ||
Delete | ||
Status | String | |
ReadonlyFlag | Integer | |
ReadonlyMessage | String | |
OriginalKey | ||
CurrentKey | ||
Key | ||
Index | Integer |
⬆️ Back to top
On this page
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|