fferpcore.ChildTransformMappingglobal class ChildTransformMapping implements TransformMapping An implementation of a fferpcore.TransformMapping that creates child records on the target object from child data on the source object. This class implements the following interfaces: Methods
ChildTransformMappingglobal ChildTransformMapping(String sourceKey, String targetKey, fferpcore.ChildCorrelationStrategy correlationStrategy) Create a ChildTransformMapping. Input Parameters
Sample DataString sourceKey: 'SomeSourceRelationship__r' String targetKey: 'SomeTargetRelationship__r' withMappingglobal fferpcore.ChildTransformMapping withMapping(fferpcore.TransformMapping mapping) Add a nested mapping to be processed on each child record in order to provide data to the created child records. Input Parameters
Return ValueThe ChildTransformMapping instance to allow further method calls. |