Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Missing button New in Workspace Related List in table Stockroom

sieusaopolo15
Giga Sage

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:

sieusaopolo15_0-1719378787380.png

 

Workspace UI Stockroom:

sieusaopolo15_1-1719378881410.png

 

1 ACCEPTED SOLUTION

Sid_Takali
Kilo Patron

Hi @sieusaopolo15 To create a new button in related list on Workspace UI open module Now Workspace Experience >> Declarative Actions >> Related List Actions

https://www.servicenow.com/community/developer-articles/solved-workaround-for-quot-edit-quot-buttons...

SiddharamTakali_2-1719386665687.png

 

Refer any OOTB Action Assignments

SiddharamTakali_1-1719386642039.png

 

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

 

View solution in original post

2 REPLIES 2

Sid_Takali
Kilo Patron

Hi @sieusaopolo15 To create a new button in related list on Workspace UI open module Now Workspace Experience >> Declarative Actions >> Related List Actions

https://www.servicenow.com/community/developer-articles/solved-workaround-for-quot-edit-quot-buttons...

SiddharamTakali_2-1719386665687.png

 

Refer any OOTB Action Assignments

SiddharamTakali_1-1719386642039.png

 

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

 

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.