scmc.SCMPluginglobal inherited sharing virtual class SCMPlugin class used for various scm plugins (see scm plugins custom setting for a list). extend this class and override the 'execute' method to run custom code during a specific transaction in SCM. AuthorFinancial Force, Inc. Properties
Methodsexecuteglobal virtual void execute(Id[] recordIds) This method will be called during the SCM transaction for the designated plugin. It must be overridden for any action to take place. Input Parameters
Return ValueDoes not return a value. |