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

NameTypeRequiredDescription
fieldTypestringYesName of the fieldtype
fieldConfigurationstructYesField type configuration options for the specific field
validationResultanyYesValidation result object for recording validation errors