Move "Copy Feature with stories" action to overflow menu in Strategic Planning Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Community,
I am working on Strategic Planning Workspace in ServiceNow and have a requirement to modify the placement of an action button in the record header.
Currently, on the EAP Feature creation page, I see the following buttons in the header:
Save
Delete
Copy Feature with stories
Copy Feature without stories
Requirement: I need to move the “Copy Feature with stories” button from the top action bar into the overflow (3-dot) menu, and it should appear below the Delete option.
How can I control its position specifically below the Delete option?
Any guidance or steps would be really helpful.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Navigate to sys_ux_m2m_action_layout_item.LIST
Open the item ( Copy Feature with stories) and update display type to Overflow menu
Navigate to sys_ux_form_action_layout_item.LIST
Open the item ( Copy Feature with stories) and update Overflow checkbox to true
