New requirement on State field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 05:51 AM
On Incident form, state field should contain its successive value only.
eg. If Incident has "In Progress" State than only "On Hold" will be visible.
If "On Hold" than "Resolve" should be visible. At last when Incident is in "Resolved" state all value can be seen.
Please suggest on new requirement and who this can achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 09:33 AM
That is not a good use case. I recommend following ITIL practices here. An incident can be moved to 'Resolved' from either 'In Progress' or 'On Hold'."
If you build what you are looking for, you will messed the OOTB system.
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
03-18-2025 09:46 AM
Hi @Harshal Patil1 ,
As mentioned by @Dr Atul G- LNG , this does not seem a good use case. But technically, it would be a pretty simple solution and can be achieved through an onChange client script and g_form.removeOption() and g_form.addOption().
Please mark this response as correct and helpful if it assisted you with your question.
Thanks,
Rishi.