Calling Methods in a Specific Order
You can use the Named Method n applet user property to call methods in a specific order. For example, you can use it to update a legacy system with new account records after Siebel CRM creates a new account record. The following code saves the record in Siebel CRM, and then calls a workflow process that updates the legacy system:
Named Method 2: WriteRecord 'INVOKE', 'WriteRecord','INVOKESVC', 'Workflow Process Manager', 'Run Process', '"ProcessName"','"Account - New Order"', '"RowId"','[Id]'