If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

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 PropertyTypeDescription
requestPocoobjectThe client input object. This can always be obtained from the input context lookup '@request.objectValue'.
geObjectToMapobjectA generic entity to assign values to.
inputFieldsToIgnorestringA comma delimited list of fields on the requestPoco to skip mapping.

Copyright © 2014-2019 Aptify - Confidential and Proprietary