Unable to add Export Button using Declarative Action

ServiceNow_Use3
Tera Contributor

I have a requirement to display "Export" button in DPR workspace from Product Enhancement. I have created List Actions under Declarative Actions. It appears on other list (incident, problem, request, change, etc.), but can't get it to appear on Product Enhancements.

 

ServiceNow_Use3_1-1745777278548.pngServiceNow_Use3_2-1745777305662.png

 

 

ServiceNow_Use3_0-1745777222461.png

 

2 REPLIES 2

Sai Teja1
ServiceNow Employee
ServiceNow Employee

Hi @ServiceNow_Use3, DPR ships 'Export' action as excluded for enhancements table via 'sys_workspace_declarative_action_exclusion' table. You can mark 'Exclude this table' false on this record and Export should start showing up on the list.

 

sys_workspace_declarative_action_exclusion.do?sys_id=8053df0ec7241210b40043ac95c26090

Is this working for you? I am trying to update it but it throws an error saying, "Must select one of the table options" even tough the table is selected.