SimpleFormElement.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
formID SimpleFormID Required A simple form'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 Customization is not supported for this method.

Error Codes:

None

Notes:

None