How do I enable a guided journey on the Redwood Job Applications list page?
- Go to the Redwood Job Requisitions list page.
- Right click the page, then click Inspect to open the developer tool.
- Click a job requisition that has job applications.
- In the developer tool, click the Network tab, find the requisition ID and note it for later.
- Go to Settings and Actions > Edit Page in Visual Builder Studio.
- Select your project or create a new one. Ensure that you're in Express mode.
- Click the Set Page Properties icon next to the Live button.
- Enter the requisition ID you noted earlier then click OK.
- Search for the jaSearchJourneyCode page property.
- Enter the code of the guided journey you created.
- Review the changes and publish.