scmcffa.SCMFFAPluginglobal with sharing virtual class SCMFFAPlugin Class used for creating OIM – Accounting plugins. See the OIM – Accounting Connector Plugins custom setting for a list of available plugins. Extend this class and override the Properties
Methods
SCMFFAPluginglobal SCMFFAPlugin() executeglobal virtual void execute(Map<Id, sObject> scmIdToFFARecord, Map<Id, sObject[] > scmIdToFFALineRecords, Map<Id, sObject[] > scmIdToFFALineRecords2) This method is called during the OIM – Accounting Connector action for the specified plugin. You must override it for any custom action to take place. Input Parameters
Return ValueDoes not return a value. |