- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 04:00 AM - edited ‎05-08-2025 11:30 PM
Hi All,
The "Duplicate" and "Delete Demand" options need to be removed/Hide from the row context menu in the workspace. only 'admin' or 'sn_align_core.apw_admin' role users will be able to see. Attached is a screenshot of the current workspace for your reference.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 11:28 PM
For this we have to follow this
1. The context menu for list view is configured in script include: APWBacklogConfig.
2. APWBacklogConfig is extended from APWBacklogConfigImpl script,There is a getRowContextMenu method in APWBacklogConfigImpl which defines context menu items.
To override:
1. APWBacklogConfig script, override getRowContextMenu. you can simply copy APWBacklogConfigImpl.(getRowContextMenu) function
2. Update APWBacklogConfig based on your needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 11:28 PM
For this we have to follow this
1. The context menu for list view is configured in script include: APWBacklogConfig.
2. APWBacklogConfig is extended from APWBacklogConfigImpl script,There is a getRowContextMenu method in APWBacklogConfigImpl which defines context menu items.
To override:
1. APWBacklogConfig script, override getRowContextMenu. you can simply copy APWBacklogConfigImpl.(getRowContextMenu) function
2. Update APWBacklogConfig based on your needs.