processConfigScreenSubmission()
Overview
public any function processConfigScreenSubmission(
required string fieldType
, required struct fieldConfiguration
, required any validationResult
)
Processes a form config form submission for a field using the passed field type and configuration options. Returns the result of processing the submission (a value to be saved against the field in an expression) and accepts a Validation result object with which to record validation errors
Arguments
Name | Type | Required | Description |
---|---|---|---|
fieldType | string | Yes | Name of the fieldtype |
fieldConfiguration | struct | Yes | Field type configuration options for the specific field |
validationResult | any | Yes | Validation result object for recording validation errors |