We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to remove section "Lable" from the account form?

AshwiniR
Tera Contributor

AshwiniR_0-1741851103065.png

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @AshwiniR 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1271659

 

 

 

  • Navigate to System UIForms.
  • Search for your view (e.g., "default") and the table (e.g., "accounts").
  • Open the form record and check if there is any extra, unwanted section in the related sections.
  • If you find the record in the related list, delete it.
  • If the record is not found or after deletion, return to the Account table form, configure the form layout, and without making any changes, click the Save button.
  • This should remove the unwanted label/tab.

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

Ankur Bawiskar
Tera Patron

@AshwiniR 

seems that form section doesn't have any field or did you hide the fields under that section?

You can hide the section using this

g_form.setSectionDisplay('label', false); // give the section name

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

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