Greetings dears !
I have created multiple designs for free text invoice and populated the PrintMgmtReportFormat.
But now I want to remove all unwanted designs that I created.
How can I remove only the custom designs from the print management?
I have seen a field called "System" in PrintMgmtReportFormat table, which I think it should indicate that this is a custom report if its value is 0 or a system standard report if the value is 1.
so I tried to do a select statement like the following:
select * from PrintMgmtReportFormat where DOCUMENTTYPE = 4
And the result was showing me all free text invoices report design names and my custom report design names but what confused me is that some of my custom report designs have the "System" field with the value of 1.
Not all of them have System field value with 0.
So I got confused.
How can I write a delete statement that will only remove my custom reports names only?
Any advice is appreciated.
Thanks in advance !