CustomElement.getRecords (Method)
Returns a query populated with the manually selected Custom Element records for the specified custom element element instance. The query will return only columns specified in the ColumnList.
Returns:
Any
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID_NonBaseTemplate | Required | The unique ID of the page on which the custom element appears. |
controlID | ControlID | Required | The unique controlID of the element. |
columnList | FormFieldNameList_EmptyString | Optional. Defaults to an empty string. | A comma delimited list of Column names to return in the query. If an empty string only columns specified in the Data Browser Properties dialog will be returned. |
showDisplayValues | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true returns the display values for selection list and custom select field instead of the values stored. |
Context:
License Requirements | CustomElement |
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