Working with parameters passed from the Work-Relay process
Open process. Click on needed step and choose Form as step layout type. Define following parameter (1) to pass to the form.
Using $Cursor context object and FORMAT() function pass the current task due date to the form via following expression:
FORMULA[FORMAT({$Cursor.DueDate}, 'yyyy/MM/dd')]
. Make sure you have set duration on process steps:
NOTE: Both the process and the form in the example below is tied up to Account object.
For more information please refer following articles: Working with $Cursor context object and Using Functions .
Open the form. Select $FormParameters context object (2) on context setting panel:
Enter parameter name (3) and copy merge field (4):
Add "Static Text" option to the canvas. Provide field label (5) and paste merge field to the "Text" input (6):
Save the form. Start the process and proceed it to the step that has form added as a step layout. Formatted Task Due Date (7) will be displayed on the form:
0 Comments
Add your comment