/
Mapping Client Input to the GE
Mapping Client Input to the GE
You often want to map fields on the client input directly onto an instance of the GE. The Map Input POCO to GE process flow accomplishes that. It will also respect sourceField settings from the input entity definition, mapping public facing fields through to other fields on the GE.
Input Property | Type | Description |
---|---|---|
requestPoco | object | The client input object. This can always be obtained from the input context lookup '@request.objectValue'. |
geObjectToMap | object | A generic entity to assign values to. |
inputFieldsToIgnore | string | A comma delimited list of fields on the requestPoco to skip mapping. |
, multiple selections available,
Related content
Business Logic Metadata
Business Logic Metadata
Read with this
Retrieve a GE
Retrieve a GE
More like this
Configuring Event Handler Input Maps
Configuring Event Handler Input Maps
More like this
Configuring Event Handler Input Maps
Configuring Event Handler Input Maps
More like this
Output Entity Definitions
Output Entity Definitions
More like this
Configuring Component Input Maps
Configuring Component Input Maps
More like this
Copyright © 2014-2019 Aptify - Confidential and Proprietary