Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2024 11:21 PM
If there is a custom field on click of UI action I want to populate count of incident which are from same assignment group and I want to show this field to only admin or ITIL user which modules you will use for this?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 11:06 AM
Hi @ShraddhaM475477 You can try to create a Read ACL on the count field and use below script in advanced condition
answer = gs.hasRole('admin') || gs.hasRole('itil');
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 11:06 AM
Hi @ShraddhaM475477 You can try to create a Read ACL on the count field and use below script in advanced condition
answer = gs.hasRole('admin') || gs.hasRole('itil');