From Workspace Action Assignments i have remove the compose button

Community Alums
Not applicable

Hi ,
can anyone guide me to remove the Compose button?

HemantAggarwal_0-1729055559211.png

HemantAggarwal_1-1729055778997.png

 

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @Community Alums 

The set of Compose buttons are declarative action assignment [sys_declarative_action_assignment]. You can find these button with the following url.

URL: https://<instance_name>.service-now.com/sys_declarative_action_assignment_list.do?sysparm_query=labelSTARTSWITHCompose

 

These buttons are tied to an action layout item called Compose. You can find it here:

URL: https://<instance_name>.service-now.com/sys_ux_form_action_layout_item.do?sys_id=bd424a5339a37950f87765b51afcb531

 

Disabling either the 3 declarative buttons or the Compose action layout item will make the buttons disappear.

 

Cheers,

Tai Vu

View solution in original post

4 REPLIES 4

Valmik Patil1
Kilo Sage

Hello @Community Alums ,

 

Navigate to UI action then search for the UI action Compose then make Workspace Form Button to false if it is set to true.

 

Thanks,

Valmik Patil

Community Alums
Not applicable

@Valmik Patil1 
Thanks for the reply but the thing is not able to find that button.

HemantAggarwal_0-1729058702706.png

HemantAggarwal_1-1729058731177.pngHemantAggarwal_2-1729058751692.png

 

Tai Vu
Kilo Patron
Kilo Patron

Hi @Community Alums 

The set of Compose buttons are declarative action assignment [sys_declarative_action_assignment]. You can find these button with the following url.

URL: https://<instance_name>.service-now.com/sys_declarative_action_assignment_list.do?sysparm_query=labelSTARTSWITHCompose

 

These buttons are tied to an action layout item called Compose. You can find it here:

URL: https://<instance_name>.service-now.com/sys_ux_form_action_layout_item.do?sys_id=bd424a5339a37950f87765b51afcb531

 

Disabling either the 3 declarative buttons or the Compose action layout item will make the buttons disappear.

 

Cheers,

Tai Vu

Community Alums
Not applicable

Thanks @Tai Vu  Really appreciated