See section even if all fields are empty

jennv
Mega Guru

Hey, 

I was wondering, if i have a section in a view with some fields, and all of the fields are empty, does Servicenow show this section? 

If servicenow doesnt show the section (if all information is empty) is there a configuration how to change this? I want to see the section even if its empty.

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@jennv ServiceNow does show the section even if all fields are empty. Visibility of fields can be handled via Client script or UI Policy. OOTB all empty fields on form are shown as long as they are part of the form layout. If you wish to control their visibility, you can use Client script or UI Policy to control that.

 

Hope this answers your question.

Thank you for your answer, i will try it out.