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. |
Copyright © 2014-2019 Aptify - Confidential and Proprietary