Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can I collapse/expand a form section via script

umermunir
Mega Contributor

How can I collapse/expand a form section via script

1 ACCEPTED SOLUTION

okay,



use this



toggleSectionDisplay('sys_id of the section');



You can get the sys_id of the section either by right clicking on the form and view source/inspect element or go to forms sections ,   find your section and get the sys_id.


-Anurag

View solution in original post

5 REPLIES 5

Thank you Anurag