Delete multiple different classifications of evar? | Community
Skip to main content
alessandrov9274
Level 2
October 29, 2018
Solved

Delete multiple different classifications of evar?

  • October 29, 2018
  • 3 replies
  • 3052 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kaushalendra_Si

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.

3 replies

Kaushalendra_Si
Kaushalendra_SiAccepted solution
Level 2
October 30, 2018

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.

alessandrov9274
Level 2
October 30, 2018

Can I do this in POSTMAN?

Kaushalendra_Si
Level 2
October 31, 2018

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