- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 11:08 PM
Hi All,
I am creating an ACL to restrict a user with a custom role to access and update Incident records.
I have tried to create a Read ACL rule with the following configurations:
However, if i tried to impersonate a user with a 'bu_itil' role, those 3 records does not display on the incident list.
I have also tried to script the condition but it is not evaluated when I checked it on the debug logs.
Maybe you guys can help me out on this . TIA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 03:58 AM
Hi Amlan,
I used the code you have provided, however it did not provide me the right results.
But, I tried to tweak the code based on what you have provided and it does the trick.
Thanks for the help.
Regards,
JM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 11:59 PM
Hey Joe,
Probably you have more than one ACL which are being processed. You can find the set of ACLs which are being processed by simply enabling security debug, followed by impersonate the user with "bu_itil" role > goto incident.list and check for all the read acls which are processed in the log and modify accordingly.
Or the better way is to add a query business rule as Amlan said.
Hope this helps.
Thanks
Naveen