Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to remove ''Assign to M" button from change request table in SOW View in servicenow?

ameybhaisar
Tera Contributor
 
1 ACCEPTED SOLUTION

J Siva
Kilo Patron

Hi @ameybhaisar 
Go to System Definition -> UI Action & search for the UI Action "Assign to Me" under Service Operations Workspace ITSM Common application.

JSiva_0-1742914791547.png

Update the condition by adding current.sys_class_name!="change_request"

JSiva_2-1742914870521.png

JSiva_3-1742914926517.png

 

Hope this helps.
Reagrds,
Siva

View solution in original post

1 REPLY 1

J Siva
Kilo Patron

Hi @ameybhaisar 
Go to System Definition -> UI Action & search for the UI Action "Assign to Me" under Service Operations Workspace ITSM Common application.

JSiva_0-1742914791547.png

Update the condition by adding current.sys_class_name!="change_request"

JSiva_2-1742914870521.png

JSiva_3-1742914926517.png

 

Hope this helps.
Reagrds,
Siva