fferpcore.StaticTransformMappingglobal class StaticTransformMapping implements TransformMapping An implementation of a fferpcore.TransformMapping that populates a target field with fixed data. This class implements the following interfaces: Methods
StaticTransformMappingglobal StaticTransformMapping(Object sourceData, String targetKey) Create a StaticTransformMapping. Input Parameters
Sample DataString sourceData: 'SomeFixedValue' String targetKey: 'SomeTargetField__c' withDescriptionglobal fferpcore.StaticTransformMapping withDescription(String description) Specify a description to display in the FDN Mappings component instead of the source data. Input Parameters
Return ValueThe StaticTransformMapping instance to allow further method calls. |