- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 08:18 PM
Hi All,
I am trying to update the On Hold Reason to add more options for service requests in ServiceNow.
The options I want to add is already present in the incident On Hold Reason but not requests.
I'm new to ServiceNow and was unable to find much on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 04:19 AM
Hi @Santosh97
Yes, this is my point. As Request table is not extending from Task table, so on this case, you need to create a new column in Req / RITM table and named as Onhold reason and build the UI policy
or
Better use onhold option on Sc task level as SC task table , so that you can track the task level pending reason,. which is a good use case.
But it is a good customization
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
01-12-2024 07:10 AM
Hi @Santosh97
Where you want to add
RITM or SC Task?
RITM
Create another Field ( It will be customization)
Build relationship let say Reason for Pending dependent on State
---
OOTB
Go to Incident
Right click Category -- Configure dictionary or Configure choice.
Give a try on this and share feedback.
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
01-14-2024 04:55 PM
Hi @Dr Atul G- LNG ,
What I am looking for is how to add the option to the fulfiller view of SNow.
For example I want to put a request on hold for x reason.
I want to add the reason on that view.
The on hold reason is present for our Incidents but not for RITM requests.
So just want to add that to RITM as well.
Regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 04:19 AM
Hi @Santosh97
Yes, this is my point. As Request table is not extending from Task table, so on this case, you need to create a new column in Req / RITM table and named as Onhold reason and build the UI policy
or
Better use onhold option on Sc task level as SC task table , so that you can track the task level pending reason,. which is a good use case.
But it is a good customization
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]
****************************************************************************************************************