How can remove the section "label" in my change form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:01 AM
Hi All,
How can i remove the below section from my change request form. I tired from form layout , UI police to hide it but nothing works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:13 AM
Hi @Aryan,
You can try using the following line of code in the client script:
g_form.setSectionDisplay('label', false);
Please mark my solution as Helpful and Accepted, if it works for you in any way!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:21 AM
Hi Anshul,
Thank you for your reply, i tried this but it is not working.
This 'label' is auto-created somehow and I am unable to find it in backend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:31 AM
@AryanFeel free to refer to the article below if you find it helpful:
https://servicenowguru.com/system-definition/showhide-form-section/
Thanks