CustomElement.getDataBrowserProperties (Method)
Returns a structure whose members describe data browser properties such as the number of records per page, the sort column, and so on.
Returns:
GetDataBrowserProperties_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
recordsPerPage | RecordsPerPage | The number of records CommonSpot displays on each data browser page, as follows: 5, 10, 25, 50, 75, 100, or 'All'. |
SortColumn | PlainText | The sort column's name. If this an empty string, CommonSpot does not sort information in the data browser. |
SortDirection | SortDirection | The sort's direction: 'ASC' or 'DESC'. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
elementID | CustomElementID | Required | A custom element's ID. |
Context:
License Requirements | None |
Permission Requirements | (none) |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None