HRSD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 09:40 PM
How to update PTO borrow
Add UI action resume waiting for approval , this UI action should be added to PTO exception intake form and employee experience intake form HR cases.
When the user clicks on the UI action resume waiting for approval the HR case state should go from "Waiting Approval" to "Ready".
Validate "add Approver UI action is populated on HR case from when the HR case state is moved to "Ready".
How to build above points in HRSD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 01:46 AM
Hi,
If you want to achieve this, you need to add conditions to your UI actions.
UI action ''resume waiting for approval''
Condition: state == ''11'' (Technical value for Waiting Approval state) && HR Service = "PTO Exception intake'' OR ''Employee Experience intake''
Script: current.state == ''10'' (Technical value for Ready state)
UI action ''add Approver''
Condition: state == ''Ready'' && HR Service = "PTO Exception intake'' OR ''Employee Experience intake''
Attached an OOB example of the fields you need to update.