fferpcore.ffasync_IActionglobal Interface ffasync_IAction This class is used for handling the end of Process actions. Sample Code//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. public class CustomAction implements fferpcore.ffasync_IAction { public void runAction(fferpcore.ffasync_ProcessService.ProcessExecutionContext ctxt, fferpcore.ffasync_ProcessService.IProcessResult processResult) { System.debug(result.getErrorCount()); } } MethodsrunActionvoid runAction(fferpcore.ffasync_ProcessService.ProcessExecutionContext ctxt, fferpcore.ffasync_ProcessService.IProcessResult processResult) Executes the action’s task. Input Parameters
|