- Workforce Management Questions and Answers
- How do I configure guided journeys and enable them on the Redwood time card page?
How do I configure guided journeys and enable them on the Redwood time card page?
Here's an example of what to do for a guided journey with an External URL task type defined.
- Go to My Client Groups > Journeys Setup > Guided Journey.
- Create the guided journey by completing the required and relevant optional fields.
-
In the Tasks section, add an External URL task type with the
URL
https://host?name={value}:
- name is based on your URL.
- value can be the relevant parameter from this table, for example,
https://host?PersonNum={PersonNum}&StartDate={StartDate}&EndDate={EndDate}
Parameter Description StartDate Start date for the time card period EndDate End date for the time card period PersonNum Worker's person number AssignmentNum Worker's primary assignment number TimeCardId Time card identifier ResourceID Worker identifier - Go to the Redwood Time Card page.
- Go to Settings and Actions > Edit Page in Visual Builder Studio.
- Enable the guided journey. Use the guided journey code you specified in step 2, and the URL task code.