
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 01:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 10:45 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 01:04 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 02:11 AM
Thanks @Tai Vu Really appreciated