Restrict the copy change ui action on change form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 07:27 AM
We are in need the "Copy change" Ui action to be restricted only to normal and standard changes form. It means on the emergency type change form users should not be able to see the copy change ui action.
How can we achieve this
Labels:
- Labels:
-
Change Management
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 07:56 AM
Hi @Black Coder,
Try current object instead of g_form.
existing_condition && (current.type == ''normal'' || current.type == ''standard'')
Thanks,
Sagar Pagar
The world works with ServiceNow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 07:56 AM
Hi,
Remove the second condition.
Thanks and Regards,
Saurabh Gupta