Function to launch single workflow for a single record and launch multiple workflow for multiple record.
1) Launch Single Workflow for Single Record
How to launch single workflow for single record
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Launch Single Workflow for Single Record in Other Scribe Functions dropdown. Click OK.
Click Save changes.
Click View code. Change form ID and record ID accordingly. Click Check Syntax, if no error then click Save and close.
Click Create now.
How it look in the form:
Application successful submit to workflow.
2) Launch Multiple Workflow for Multiple Record
How to launch multiple workflow for multiple record
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Launch Multiple Workflows for Multiple Records in Other Scribe Functions dropdown. Click OK.
Click Save changes.
Click View code. Change form ID and multiple record ID (separate by commas) accordingly. Click Check Syntax, if no error then click Save and close.
Click Create now.
How it look in the form:
In this example, we going to launch Name 1 and Name 2 to workflow.
Before:
After:
Comments