SimpleFormElement.getList (Method)
Returns zero or more structures, each containing information about a simple form. Structure members include the creator's name, the form's name, it type, and so on.
Returns:
SimpleForm_GetList_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
CreatorID | UserID | The ID of the user who created a simple form. |
CreatorName | Person_LastNameFirstNameMiddleName | The name of the user who created the simple form. |
FormID | SimpleFormID | The simple form's ID. |
FormName | PlainText_NonNull | The simple form's name. |
FormType | SFSourceFormType | The simple form's type: 'Bound Simple Form' or 'Standard Simple Form'. |
LastRecordedUpdate | DateTime_EmptyString | The date and time when the form was last submitted.. |
Owner | PlainText_NonNull | The name of the simple form's owner. |
OwnerID | OwnerID_0 | The user or group ID of simple form's owner. |
Records | Integer | The number of records submitted for the simple form. |
Usage | Integer | The number of simple form instances. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
formID | SimpleFormID_0 | Optional. Defaults to '0'. | A simple form's ID or 0. If this value is 0, CommonSpot return information for all simple forms. |
searchString | String | Optional. Defaults to an empty string. | The text to search against. |
searchOperator | SearchOperator_EmptyString | Optional. Defaults to an empty string. | The operator used to perform the search; for example, 'Contains', 'Begins with', 'Equals', and so on. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
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