Want to remove Fix task from problem form in SOW

akshaygadew
Tera Contributor

Hi team ,

I want to remove Fix task task from problem form in SOW. Is it possible to remove or it is present by default ?

akshaygadew_0-1749450388975.png

akshaygadew_1-1749450427164.png

 

 

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@akshaygadew 

it's a related list added on workspace view on problem form

Simply remove that related list from that view

Identify from native view which Form view has that related list and then remove it

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

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

akshaygadew
Tera Contributor

Hi Ankur ,

i checked that part it's not related with related list. i guess we have to modify in ui builder  which i am not getting . i have attached one snip above

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @akshaygadew 

 

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

 

Here you go.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @akshaygadew 

It is not a direct related list, which is why it is visible in any view.

 

Instructions

This "Fix Tasks" tab is handled in this script include: SOWProblemRouteUtil
/sys_script_include.do?sys_id=fea38b53eb723010e69783402a52281b

But this script is read only due to protection policy so it can't be modified.

So to 'workaround' this an extension point can be utilized.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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

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