GetDataBrowserFields_Result (Type)
Query returning GetDataBrowserFields_Result_Row records containing the information needed by getDataBrowser().
Based On:
Query
Query Row Type:
GetDataBrowserFields_Result_Row
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
allowHTML | Boolean | Boolean flag - when true, field is safe to render without using EncodeForHTML(). |
FieldDescription | PlainText | The custom element field's description. |
FieldID | FieldID_NEG1_NEG2_NEG3 | A custom element field's ID. |
FieldLabel | PlainText_NonNull | The custom element field's label. |
FieldName | PlainText_NonNull | The custom element field's name. |
FieldType | PlainText | Commonspot field type specified for this field. |
isDisplayed | Boolean | Boolean flag which when set to true indicates that the data browser displays this column. |
isSortColumn | Boolean | Boolean flag which when set to true indicates that CommonSpot sorts results using this field. |
Error Message:
None