We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Remove the section in service operations workspace

suryaogeti1
Tera Contributor

I need to remove the section(cause) in the incident form in SOW, I have done configure form layout and form builder. it's done but it is still showing in the incident form, I don 't know how it is showing even after removing completely, can you guys look into this and help me

suryaogeti1_0-1777543277522.png

 

1 ACCEPTED SOLUTION

 

@suryaogeti1 

You are updating the OOTB page which is read only. You need to create a new variant of the page as shown in the screenshots shared by me. 

 

View solution in original post

22 REPLIES 22

namanajain
Mega Guru

Hi @suryaogeti1 

LINK:- Solved: how to hide section in from workspace view - ServiceNow Community

This will help .

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards

You can configure a UI policy with Run script.

 

Execute if true:

 

function onCondition() {
g_form.setSectionDisplay('<your section_name>'true);  //Display section
}
 

Execute if false:

 

function onCondition() {
g_form.setSectionDisplay('<your section_name>false); //Hide section
}

Dr Atul G- LNG
Tera Patron

Hi @suryaogeti1 

Easy way

Open this record in the native view.[Form]

Then change the view to SOW.

After that, remove the section and save it. Then log out, log back in, and clear the cache before testing again.

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

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

PoonkodiS
Giga Sage

Hi @suryaogeti1 

PoonkodiS_0-1777544047564.png

you can remove this from ui view

 

 

Regads,

Poonkodi