It is possible to enable Edit and Remove buttons in Asset related list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:33 AM - edited 06-24-2025 01:33 AM
Hi all,
When we open an asset record, there is a related list named Assets. However, in that related list, we only see the New button.
Is it possible to enable the Edit and Remove buttons in this related list, so that we can manage the linked assets without having to create new ones every time?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:36 AM
Hi @mhafizam,
check for the UI Action on the particular table, perhaps you can use existing one but it might be from a parent table so it would impact other tables as well, or create a new UI Action just and only for this table.
Also, it might be a subject to some conditions, so if existing records exist, check their conditions.
And last but not least, the UI Actions have checkboxes for Workspace, so maybe you should check the behaviour in the related lists in the classic backend form and if it is already there, checking these two fields to true will enable them in the Workspace as well.
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:56 AM
which workspace is this?
Is admin also not able to see Edit and Remove buttons?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:59 AM
Asset Workspace. Yes, admin also not able to see the Edit and Remove buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 03:11 AM
you will have to add them by configuring.
see this link on how to add Edit button
SOLVED: Workaround for "Edit ..." buttons on Related Lists of Workspaces
for checking how Remove button can be configured, check any OOTB Declarative Related list Actions and create for your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader