CustomElement.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
elementID CustomElementID Required ID of custom 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 This method may be customized at the site level

Error Codes:

None

Notes:

None