fferpcore.LinkingFieldSubscriptionMappingglobal with sharing class LinkingFieldSubscriptionMapping implements SubscriptionMapping Implementation of a fferpcore.SubscriptionMapping to populate linking fields using link control data from the message. This requires the fferpcore.TargetObject in each request to be an SObjectTarget. This class implements the following interfaces: Methods
LinkingFieldSubscriptionMappingglobal LinkingFieldSubscriptionMapping(SObjectType recordType, List<String> linkControlPath) Construct a LinkingFieldSubscriptionMapping. Input Parameters
LinkingFieldSubscriptionMappingglobal LinkingFieldSubscriptionMapping(SObjectType recordType, String linkControlPath) Construct a LinkingFieldSubscriptionMapping. Input Parameters
prepareglobal void prepare(fferpcore.DataTarget dt) performImmediateActionsglobal void performImmediateActions(fferpcore.ApplyMappingRequest2 request) performBulkActionsglobal void performBulkActions() disableOutputToglobal void disableOutputTo(Set<String> output) isDisabledglobal Boolean isDisabled() getTargetFieldsglobal Set<String> getTargetFields() getMessageKeysglobal List<List<String>> getMessageKeys() getTransformTableIdglobal String getTransformTableId() isDeclarativeglobal Boolean isDeclarative() setDeclarativeglobal void setDeclarative(Boolean value) getChildrenglobal List<fferpcore.SubscriptionMapping> getChildren() canHaveChildrenglobal Boolean canHaveChildren() |