Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to know the form section backend value i.e. Resolution Information backend value?

Community Alums
Not applicable

I want to hide the Resolution Information option when the state = Inprogress.

So i want to know the Resoultion Information backend valure inorder to excute the getsection script

4 REPLIES 4

Feddy
Kilo Sage

Mostly it would be resolution_information !
You can also right click on the section and click inspection to see the backend value.

 

find_real_file.png

 

https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=r_GlideFormSetSectionDisplay_String_Boolean

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

thumb rule is

convert the text to lower case and for space add _

Resolution Information -> resolution_information

Regards
Ankur

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

Neelu90
Tera Contributor

For me this method was helpful

https://www.youtube.com/watch?v=P6ByezqbkyQ

Neelu90
Tera Contributor

This method was easily and quick

https://www.youtube.com/watch?v=P6ByezqbkyQ