Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Delete multiple different classifications of evar?

Avatar

Level 2

Hi,

we have many many many report suites and many of them were created manually, hence the classifications do not match when you try to select all of them and edit soemthing / create a RegEx rule at once. Adobe only allows editing multiple instances if they are copies.

Is there a way to delete multiple classifications at once and set it up anew?

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi alessandrov92748270​,

This can be achieved using Admin API by first fetching the classifications for a report suites (ReportSuite.GetClassifications), then delete classifications using method ReportSuite.DeleteClassification​ and finally by recreating classifications for all the report suites using ReportSuite.SaveClassification.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

Hi alessandrov92748270​,

This can be achieved using Admin API by first fetching the classifications for a report suites (ReportSuite.GetClassifications), then delete classifications using method ReportSuite.DeleteClassification​ and finally by recreating classifications for all the report suites using ReportSuite.SaveClassification.

Avatar

Level 2

Yes alessandrov92748270​. It is achievable through Postman but it will be a very tedious task.