- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 10:15 PM
I install Asset Workspace in my instance but there is a problem with the Stockroom in Workspace. I check related lists in table alm_stockroom that a normal user can create records from related lists but in Workspace there is no button New in these related lists: Hardware, Consumables, Software Licenses. Does Workspace have any configuration for this behavior ?
Form UI stockroom:
Workspace UI Stockroom:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 12:22 AM
Hi @sieusaopolo15 To create a new button in related list on Workspace UI open module Now Workspace Experience >> Declarative Actions >> Related List Actions
Refer any OOTB Action Assignments
And the New button which is visible on Native UI is coming from Global table https://devxxxxx.service-now.com/sys_ui_action.do?sys_id=7b37cc370a0a0b34005bd7d7c7255583
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 12:22 AM
Hi @sieusaopolo15 To create a new button in related list on Workspace UI open module Now Workspace Experience >> Declarative Actions >> Related List Actions
Refer any OOTB Action Assignments
And the New button which is visible on Native UI is coming from Global table https://devxxxxx.service-now.com/sys_ui_action.do?sys_id=7b37cc370a0a0b34005bd7d7c7255583
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 01:35 AM
Hi @Sid_Takali,
Thanks for great solution, the existing New button in table sys_declarative_action_assignment won't show the button new on my workspace but I create a brand new New button the workspace is showing the button new again which resolves my concern.