- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2015 01:34 AM
Hi,
I have created a Check Box field in incident form. I want that field to be made true or false only by the incident manager role I created. Please help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2015 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2015 04:01 AM
Hi Gaurav,
Login as an admin
Type, Debug in navigation pane
Now select 'Debug Security' model.
Now impersonate with user account which is in conflict
Provide the screenshots of ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2015 06:49 AM
Hi Deepak,
I did debugging, every thing seems OK. My ACL is still not getting applied. I have given role as incident manager but it grades out and not able to check.
I have already attached SS in above reply.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2015 07:07 AM
try script option
if(gs.hasRole('rolename'))
{
answer=true;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2015 09:01 AM
You are awesome. Thanks for helping. Any idea why it was not working without script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2015 09:21 AM
Actually no idea. But it had happened to me once