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

In this video we are going to solve a problem that most of the Developers come across that is to find Section Names of the Form. Let's see - How to find Section Names of the Form? #servicenow #servicenowdeveloper #servicenowimplementation Write doubts and suggestions in the comment. Like, share ...

Neelu90
Tera Contributor

This method was easily and quick

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

In this video we are going to solve a problem that most of the Developers come across that is to find Section Names of the Form. Let's see - How to find Section Names of the Form? #servicenow #servicenowdeveloper #servicenowimplementation Write doubts and suggestions in the comment. Like, share ...