Multiselect elements

RS7
Tera Contributor

Hello,

I'm working on a platform analytics dashboard: is it possible to multi select some elements in the dashboard so they can be deleted in bulk?

At the moment I have to select each element one by one and delete it 

 

Thanks 

1 ACCEPTED SOLUTION

prerits
Kilo Guru

Hi @RS7  ,

Currently, ServiceNow's Platform Analytics Dashboard does not support multi-select for bulk deletion of widgets or elements directly within the UI. Each widget must be deleted individually.

As a workaround, you can:

Use the Dashboard Records Table (pa_widgets or sys_ui_page) to locate and delete multiple widgets via a list view.
Create a Scripted Solution using a script in a background job or a UI action to automate bulk deletions.
Check for Enhancements – If this feature is essential, consider submitting an enhancement request via the ServiceNow Idea Portal.
Hope this helps! Let me know if you need further details.
Also if this is helpful please mark it helpful

View solution in original post

2 REPLIES 2

Shivalika
Mega Sage

Hello @RS7 

 

Currently you cannot bulk select elements and delete in the dashboard, however you can individually do it. 

 

Refer attached screenshot - 

 

1000020923.png

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY.

prerits
Kilo Guru

Hi @RS7  ,

Currently, ServiceNow's Platform Analytics Dashboard does not support multi-select for bulk deletion of widgets or elements directly within the UI. Each widget must be deleted individually.

As a workaround, you can:

Use the Dashboard Records Table (pa_widgets or sys_ui_page) to locate and delete multiple widgets via a list view.
Create a Scripted Solution using a script in a background job or a UI action to automate bulk deletions.
Check for Enhancements – If this feature is essential, consider submitting an enhancement request via the ServiceNow Idea Portal.
Hope this helps! Let me know if you need further details.
Also if this is helpful please mark it helpful