I created and printed a debit memo.
I now found out it needs to be deleted but that is not an option since it has been printed.
It has not been posted.
How can I get rid of it?
*This post is locked for comments
I created and printed a debit memo.
I now found out it needs to be deleted but that is not an option since it has been printed.
It has not been posted.
How can I get rid of it?
*This post is locked for comments
In SQL Server Management Studio, run the following against your company database:
update RM10301 set DocPrinted = 0 where RMDTYPAL = 3 and DOCNUMBR = 'YourDebitDocNum';
Please be sure to run this in a test environment first. Back up your company production database, before attempting to run.
André Arnaud de Cal... 291,735 Super User 2024 Season 2
Martin Dráb 230,466 Most Valuable Professional
nmaenpaa 101,156