scmcffa.SCMFFAPluginglobal with sharing virtual class SCMFFAPlugin Class used for various SCM-FFA Plugins (see SCM-FFA Plugins custom setting for a list). Extend this class and override the 'execute' method to run custom code during a specific transaction in SCM-FFA. Properties
Methods
SCMFFAPluginglobal SCMFFAPlugin() executeglobal virtual void execute(Map<Id, sObject> scmIdToFFARecord, Map<Id, sObject[] > scmIdToFFALineRecords, Map<Id, sObject[] > scmIdToFFALineRecords2) This method will be called during the SCM-FFA transaction for the designated plugin. It must be overridden for any action to take place. Input Parameters
Return ValueDoes not return a value. |