SimpleFormElement.getRecordsFromList (Method)

Returns a query populated with records from the specified simple form records. The query will return only columns specified in the ColumnList.

Returns:

Any

Arguments:

Name Type Required Description
formID SimpleFormID Required The unique ID of the simple form element.
customElementInstanceIDArray CustomElementInstanceIDStruct_Array Required An ordered array of Custom Element Instance IDs.
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 marked to show in the Data Browser Properties dialog will be shown.
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 SimpleForm
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