Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Show/hide Variables in RITM Form on the change of Assignment Group field value

DhairyaA
Tera Contributor

I wanted to Display a Variable set in RITM form for when assignment group is X and when someone assign the same RITM to another assignment group let's say 'Y' , then I want to display other Variable Set in the RITM Form.
Can it be possible ?

3 REPLIES 3

Tanushree Maiti
Giga Sage

Yes , it is possible using Catalog UI policy.

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Dr Atul G- LNG
Tera Patron

Hi @DhairyaA 

 

As suggested by @Tanushree Maiti anushree Maiti, create a Catalog UI Policy and then, based on the conditions, test the UI action. The UI Policy will be used for make field visible/mandatory /Read only.

https://www.servicenow.com/docs/r/platform-administration/t_CreateAUIPolicy.html?contentId=KmIVGuMdY...

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Hi Atul,
Thank you for replying, but I want one variable set to be visible on the change of assignment group field value. But In Catalog UI Policy we can not able to acheive this. 
I tired to create the Catalog Client Script as well that doesn't work because here we are trying to acheive that after the form submitted, when the assignment group field value is change, another variable set need to be visible in RITM Form.
Any idea how to acheive this ?