- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 08:49 AM
Hello Everyone,When will 'Discuss' button visible on incident form because it is not visible for every record
And how we can disable it from the incident form for itil users.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:48 AM
Check the 'condition' field of the UI Action record. To disable for users with the 'itil' role, add "!gs.hasRole('itil') to the conditions.
Posting a screen shot of the UI action, and also any script logic will help folks here assist you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 04:02 AM
There is no UI action for the button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 01:04 PM
Hello @ShubhiGarhwal ,
Navigate to System Definition > UI actions.And find your UI action by name. Open the UI action and thenmodify your condition to restrict "itil" role. Also while doing this Make sure to consider admin and other roles for which you wanted show the Button. (I will suggest if possible come with custom role and access to that role and then assign that role to group of people).
You can use something like this to check role/ roles:
!gs.hasRole("itil")
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 11:36 PM