Hide Cisco Catalyst section from Form Section of Incident Problem Change

ankitaankit
Tera Contributor

Hello Team,

I have installed Plugin for CISCO Catalyst in my ServiceNow Instance.

My requirement is after that a new Form section name " CISCO Catalyst" got attached to the  to Incident, Problem and Change forms.

Attaching the PIC.

So, my requirement is how can we hide it, what kind of code I need to write for the same. 

ankitaankit_0-1736860718250.png

Please help me with your inputs.

Thanks!!

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ankitaankit 

 

Open incident Form -- Go to Form Design and then remove the section. or you can use the UI policy to hide the sections.

*************************************************************************************************************
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]

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

Ankur Bawiskar
Tera Patron
Tera Patron

@ankitaankit 

you can remove that section from your form view

Configure form layout and select the view and remove that section

OR

you can use onLoad client script to hide that section

function onLoad(){
g_form.setSectionDisplay("cisco_catalyst", false);
}

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@ankitaankit 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@ankitaankit 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader