Redwood Experience: Control Display of Actions on Job Requisition Details Page
You can control the display of the following actions on the job requisition details page using page properties in Visual Builder Studio. You can also show or hide the actions for specific user roles.
- Cancel Requisition
- Fill Requisition
- Reopen Requisition
- Send Message to Team
- Suspend Requisition
This enhancement provides control to enable actions on the job requisition details page only for appropriate user roles based on the business requirements.
Steps to Enable
These page properties are used to control the display of the actions. They're located under the Job Requisition page in Visual Builder Studio:
- Show Cancel Job Requisition Action
- Show Fill Job Requisition Action
- Show Reopen Job Requisition Action
- Show Send Message to Team Action
- Show Suspended Job Requisition Action
Page Properties to Control the Display of Actions in the Job Requisition Details Page
For details, see How do I control the display of a UI element in Visual Builder Studio?
To show or hide an action for specific user roles, you add a boolean expression in the page property. Here's an example:
[[ $application.user.roles.includes( 'ROLE_1' , 'ROLE_2' , .... ) ? 'N' : 'Y' ]]
To use the Redwood job requisition details page, you need to enable these profile options:
- ORA_IRC_RECRUITING_REDWOOD_ENABLED
- ORA_IRC_REQUISITION_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.
Tips And Considerations
Note that changes were made to the Show Send Message to Team Action page property. Values are now Y and N (instead of True and False).