How to disable an ootb UI Page ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 12:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 01:44 AM
Hi,
give admin role so that only admin can see
OR
use advanced script and set answer = false;
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 02:10 AM
Hi,
why not hide that UI action itself which is showing that UI page?
Please discuss the requirement for which users the UI action should be shown and accordingly update the UI action condition
Then no need of any ACL
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 02:34 AM
Hi ,
Actually the requirement is -
'Major Incident Justification' field need to be added to the UI page when an Incident user promotes a Major Incident
OR
2) When promoting a Major Incident, there is no pop-up(UI page), but the user will be mandated to populate Work notes and the Major Incident Justification.
How can I add a existing field to the UI page ?