Service operational work space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2024 11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2024 11:37 PM
Hi @sekhar6
To remove the out-of-the-box (OOB) priority popup in ServiceNow within Service Operation Management, you need to identify and modify the relevant configurations or scripts responsible for triggering the popup. Here’s a step-by-step guide on how to achieve this:
Step 1: Identify the Source of the Popup
- Form and Field Inspection:
- Navigate to the form where the popup appears.
- Inspect the priority field to see if there are any UI Policies, Client Scripts, or Business Rules attached to it.
Step 2: Check UI Policies
UI Policies might be configured to show the popup message.
- Navigate to UI Policies:
- Go to System UI > UI Policies.
- Search for policies related to the table (e.g., incident, change_request) that contains the priority field.
- Inspect UI Policies:
- Open each relevant UI Policy and check the conditions and actions.
- Look for actions that display messages or perform validations.
- Disable or Modify UI Policies:
- If you find a UI Policy that triggers the popup, you can either disable it or modify it to remove the popup.
Step 3: Check Client Scripts
Client Scripts may also be responsible for showing the popup.
- Navigate to Client Scripts:
- Go to System Definition > Client Scripts.
- Search for scripts related to the table and field in question.
- Inspect Client Scripts:
- Open each relevant Client Script and look for code that triggers the popup.
- Common methods for showing messages include g_form.showFieldMsg().
- Disable or Modify Client Scripts:
- If you find a Client Script that shows the popup, you can comment out or remove the relevant code, or set the script to inactive.
Step 4: Check Business Rules
Business Rules might also be involved in triggering the popup.
- Navigate to Business Rules:
- Go to System Definition > Business Rules.
- Search for rules related to the table in question.
- Inspect Business Rules:
- Open each relevant Business Rule and review the scripts to see if they show any popups.
- Disable or Modify Business Rules:
- If you find a Business Rule triggering the popup, you can modify or deactivate it.
Step 5: Review UI Actions
UI Actions like form buttons might also trigger popups.
- Navigate to UI Actions:
- Go to System Definition > UI Actions.
- Search for actions related to the table in question.
- Inspect UI Actions:
- Open each relevant UI Action and review the scripts.
- Disable or Modify UI Actions:
- If an UI Action triggers the popup, modify the script or deactivate the UI Action.
I hope my answer helps you to resolve your issue, if yes mark my answer as correct & helpful.
THANK YOU
rajesh chopade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 01:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:27 AM
Hi @sekhar6
You can check at 2 place
- Field Style
- There is table, ux_indicatior or identification table or there is table call highlighter/ highlighted not 100% , you can check in these place.
Reply given by Rajesh is chatgpt generated and no relevance here.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 03:08 AM
Halo AG ,,
I Dot find any find it ...
Thanks .
sekhar