Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:31 PM
Figured this one out myself.
Short answer: Yes, this works and is possible.
I replayed the use case on a fresh PDI and confirmed it was working as expected.
On our company instance I noticed that I had to make the following change:
- Open Employee Center -> To-dos Configuration
- Open the "Approvals" one
Confirm that under conditions you have the following conditions as well:
Sys ID is javascript:new global.ApprovalDelegationUtil().getMyAndDelegatedApprovals()
OR
Approver is javascript:new global.ApprovalDelegationUtil().getApprovers()
After adding this condition, it works as expected.