SimpleFormElement (Component)

The SimpleForms object lets you create a form that gathers information and emails this information to people needing it. Using this object's methods, you can change the form's owner, state, and its name. A simple form must be created using the UI.

Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)

Customization is not supported for this component.

Methods:

changeOwner [L] Changes the owner of a simple form.
clone [L] Creates a new simple form by copying another simple form.
getDataBrowserFields Returns one or more structures, each containing information about simple form fields that will be displayed in a data browser's window; for example, a field's name, description, is it a sort column, and so on.
getDataBrowserProperties Returns a structure whose members describe data browser properties such as the number of records per page, the sort column, and so on.
getFields Returns zero or more structures, each containing information about a simple form element element's fields such as its label, name, position, and the type.
getFieldsForMapping Returns a query of fields that can be supplied for mapping the render handler defined fields' values.
getList 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.
getOwnerID Returns the user or group ID of the simple form's owner.
getRecordsFromFilter Returns a query populated with simple form records from the filter. The query will return only columns specified in the ColumnList.
getRecordsFromList Returns a query populated with records from the specified simple form records. The query will return only columns specified in the ColumnList.
getRecordsFromSavedFilter Returns a query populated with Simple Form Element records from the specified Simple Form Element Records based on the specified filter. The query will return only columns specified in the ColumnList.
getStats Returns a structure containing the statistics for the simple form element.
getUsage Returns zero or more structures, each containing information about a simple form; for example, 2 (Current), 3 (WIP), 4 (Pending Approval), and so on.
saveDataBrowserProperties [L] Updates the data browser properties of the specified simple form.
updateName [L] Updates the name of the a simple form.