Redwood Experience: Control Display of Rank and Favorite Columns in Job Applications List
You can control the display of the Rank and Favorite columns in the Redwood job applications list using page properties in Visual Builder Studio. By default, the Rank and Favorite columns are displayed.
With this feature, you can control which users can view the Rank and Favorite columns on the job applications list.
Steps to Enable
These page properties are used to control the display of the two columns. They're located under the Job Application List page in Visual Builder Studio:
- Show Favorite Column on Job Application List
- Show Rank Column on Job Application List
Page Properties in Visual Builder Studio
For details, see How do I control the display of a UI element in Visual Builder Studio?
To hide or show a column for specific user roles, you add a boolean expression in the page property. Here's an example:
[[ $application.user.roles.includes('ORC_IRC_RECRUITER_JOB’)?true:false ]]
To use Redwood experience, you need to enable these profile options:
- ORA_IRC_RECRUITING_REDWOOD_ENABLED
- ORA_IRC_JOB_APPLICATION_REDWOOD_ENABLED
- ORA_IRC_CANDIDATE_REDWOOD_ENABLED
For details, see How do I enable a profile option?
For details on enabling and customizing Redwood for HCM, see How do I adopt Redwood for HCM? and Extending Redwood Applications for HCM and SCM Using Visual Builder Studio.