How to show only incidents created by currently logged in user?
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 02:10 AM
Hi,
I am in a scenario to show only logged-in user-created incidents. I tried it, but it is not working. Kindly help.
if(current.sys_created_by == gs.getUserID()){
answer = true;
}
else{
false;
}
Regards
Suman P.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 04:42 AM
And if you want to something even more fun when testing - Check the plugin "Access Analyzer"
It should be in PDI's - search application module for Access analyzer
In there you can "impersonate" other users - choose tables, records etc and then analyze their permissions - ACLs that evaluates true/false, Query Business rules etc.
Its quite nice I think