- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I created a custom application and inside it I added a custom table. I want to set the Priority automatically based on Impact and Urgency using Data Lookup.
When I am in Global scope, the Source table (my custom table) is not showing, but the Matcher table dl_u_priority is visible.
When I am in my Custom app scope, the Source table (my custom table) appears, but the Matcher table dl_u_priority is not showing.
How can I configure Data Lookup so that the Priority is automatically set for my custom table?
Solved! Go to Solution.
- Labels:
-
Priority setup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
Hi @SangareswarK
To configure the priority automatic in your custom table you need to define a Priority Lookup Rules.
May this documentation help you
https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/field-administ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
Hi @SangareswarK
To configure the priority automatic in your custom table you need to define a Priority Lookup Rules.
May this documentation help you
https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/field-administ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This documentation is super useful, thank you for posting it @Rafael Batistot .