In a food processing business, once the food items are packed and ready to be shipped in the Manufacturing Blueprint, the job can be moved to the Shipping Blueprint. Here, the job moves through different series of steps where the shipping details can be tracked.
Similarly, you can break down complex processes into simpler ones and move the jobs from one blueprint to another one in the same layout.
First, configure Argument Values for all the parameters used in the custom function. You can either specify the Custom Value or choose a Layout Field from the dropdown. Layout fields capture dynamic values from job fields corresponding to the custom function.
orgName : Specify your organization’s name. This will be available in Orchestly’s URL (orchestly.zoho.com/blueprint/<orgName>/<module>).
jobID : Choose the Job ID Layout Field here. You can also specify the ID of the job. This will be available in the Job URL ( orchestly.zoho.com/blueprint/<org-name>/<module>/<jobID>).
blueprintID: Specify the blueprint ID to which the job has to be moved. This will be available in the blueprint URL (orchestly.zoho.com/blueprint /<orgName>/blueprint/draft/<blueprintID>) or (orchestly.zoho.com/blueprint/<orgName>/blueprint/<blueprintID>).
Connections helps you authenticate the API call for specific scopes of Orchestly and other internal Zoho applications used in the custom function.
Click the +Connections button in Custom Functions . A new tab will open in your browser.
Click Add Connection in the top-right corner.
Choose Zoho Oauth from the Pick Your Service tab.
Enter a Connection Name and choose the 'Orchestly.job.ALL' Scope to connect.
2. After successful authentication, include the connection details in the response block of the custom function.
e.g: connection : <Connection-name>