fferpcore.StaticTransformMappingglobal inherited sharing class StaticTransformMapping implements TransformMapping, TransformMappingWithTarget A mapping for use with the fferpcore.TransformService 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. getSourceDataglobal Object getSourceData() Return ValueThe data to use to populate the target field. getSourceDescriptionglobal String getSourceDescription() Return ValueThe description of the data used to populate the target field. getTargetKeyglobal String getTargetKey() Return ValueThe key that identifies the destination field to populate. |