Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
The example below shows the parent Lodging-Meal Selections form and its two linked forms. Notice that the parent form and its linked forms initially all have the same name, but the linked forms are represented by a double box. Remember, a linked step is a copy of the parent form. Parent step shows five icons while the linked steps display only the Edit Step Properties and Delete Step icons.
- Edit Step Properties displays the Properties Wizard for the workflow step.
- Link Step creates a linked step.
- Download the parent step as a standalone form.
- Edit Step opens a step in the Form Designer to edit it.
- Delete Step removes the step.
Finding the Name of the Parent Step
...
- Type the name of the workflow step in the Name field on the Settings tab. For this example, the name of the third step is Finance.
- Click on the Assignment tab. Add the Finance role to the Assign to Role field. You can begin typing the role name in the field to filter the dropdown choices. Click Submit.
Save the workflow.
Edit Step 1 of the workflow. Click the Rules icon on the Form toolbar. Write the Show/Hide rules and any other Business Rules you might need.
...
Example 2 - Linked Steps using the Security Tab
Note |
---|
The Role selector in the Security tab is a deprecated feature that will no longer be available in a future release. frevvo recommends using show/hide rules based on {flow.activity.name} as a more reliable method that works in every use case. Show/Hide rules are easily created using the Visual Rule Builder. Refer to this example: Show/Hide Controls and Workflow Steps. |
Expand | ||
---|---|---|
| ||
The parent step in this example is a form that contains a Tab control consisting of three tabs: Room Information, Guest Information and Payment Method. Because the parent forms and its linked forms represent steps, you'll want to give them unique names. The parent form in this example has three tabs used for hotel check in, dinner selection, and hotel check out. To rename the parent step and its linked steps:
As with other forms you use to create steps, you can assign a linked-form step to a Role, so that the step is performed by someone with that role, or even by a specific user. In this example, we rename all three steps and assign each to a different role.
Click on a workflow step. Open the Assignment tab in one of 3 ways:
You may also want only certain sections of the form to be visible in an specific step so that only users in a certain role see those sections. For example, in this workflow, perhaps only the dining room staff needs to see the form's Guest Information tab. To do this, you can edit the the form via the Workflow Designer and use the Security Tab in the Forms Designer to assign a role to sections of the form. Click the form, and then click Edit Edit icon to open the form in the Form Designer. In this example, we assign the Guest Information tab to the MaitreDHotel role. When the workflow runs, the first step, CheckIn, is performed by a user with the Reservations role, so that user does not see the form's Guest Information tab, which is only visible to a user with the MaitreDHotel role. The next step in the workflow, DiningRoom, is assigned to the MaitreDHotel role, so that user sees the Guest Information tab. The third step is assigned to the Billing role so the user sees the Payment Method tab. You can also use rules to show or hide parts of a form in a step. For example you could write a Business Rule using the Visual Rule Builder to show the Guest Information tab only when a MaitreDHotel role is using the form. |
...