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. |