Foundations Apex API Developer Reference

fferpcore.FieldTransformMapping

global class FieldTransformMapping implements TransformMapping

The typical implementation of a fferpcore.TransformMapping that extracts data from a field on a source object and populates a field on a target object.

This class implements the following interfaces:

Methods

FieldTransformMapping

global FieldTransformMapping(String sourceKey, String targetKey)

Create a FieldTransformMapping.
The possible source and target keys are dictated by the source and target contexts, respectively.
For example, the fferpcore.Context.SObjectContext requires API names of SObject fields.

Input Parameters

Name Type Description
sourceKey String The key that identifies the field that contains the source data.
targetKey String The key that identifies the destination field to populate.

Sample Data

String sourceKey: 'SomeSourceField__c'
String targetKey: 'SomeTargetField__c'
© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.