SimpleFormElement.getFieldsForMapping (Method)
Returns a query of fields that can be supplied for mapping the render handler defined fields' values.
Returns:
Element_GetFieldsForMapping_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ID | PlainText_NonNull | Unique ID of the field. |
Label | PlainText_NonNull | Lable of the field. |
Name | PlainText_NonNull | Display name of the field. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
formID | SimpleFormID | Required | ID of simple form element. |
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