Need to hide the priority choices in request table for specific catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:49 AM
Hi,
I have created 2 separate catalog items which creates request from portal.
There is a variable called 'Priority' which has only 2 choices -> High and Low. I have mapped it to priority field on request table.
Whenever the request gets created, the client wants to show only high and low priority choices on request table, need to hide rest of the choices.
Can anyone help to get this done.
Thanks in advance.
Sugand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:54 AM
Hi @sugand
You can hide it via Active False in choices.
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-03-2024 03:05 AM
Thanks for your immediate response.
I have another question. Will it not affect other catalog items? Because only these 2 catalog items specifically wants to hide choices, not for all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:07 AM
It will impact all catalog items. Instead of this, please Client script on cell edit, and add a valdition if user select other than High and Low wil get a message .
But may i know what is the use case only for 1 Catalog item.
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]
****************************************************************************************************************