ACL Question with isApprovalMine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 02:56 AM
Hi,
I'am expecting every user just to lists their approval.
Therefore, I added an ACL for sysapproval_approver table as follows.
But unfortunately, it deosn't execute, the user sees other approvals as well.
I am not sure if I am missing something, any help is appreciated.
Regards
Yusuf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 03:25 AM
Hi, Before Query BR has delegation problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 04:13 AM
Thanks Jay,
At the end of the document there is an ACL, I cannot make the ACL execute, this is my main problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 03:18 AM
can you just try with below script
current.approver == gs.getUserID()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 03:23 AM
I also tried that, no good.
OOH, this approach fails in delegation situation.