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 04:37 AM
is it working for approver user? or it's not working for both delegator as well as approver ?
have you tried to create your own function that will identify current approver as well as delegator then you can use that function in acl to restrict the list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 05:10 AM
Not working either
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 05:12 AM
Looks like, I am going to write my own function using in sysapproval_approver BR.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 02:43 AM
did that help?