Announcements
Hi,
I need to block printing sales invoice in code. For free text invoices I can use PrintOut parameter which I'm changing in CustPostInvoiceJob.custPostInvoiceUpdate method when necesarry, but it doesn't work for invoices related to sales table.
I need to change it in place where I will have access to CustInvoiceJour record. Blocking logic is complicated so let's say I want to block printing invoice if invoiceId ends with "2".
Please advise how can I achieve this.
Hi Rachit,
Printing should be stop after invoice posting. I don't want to stop printing, just avoid printing it.
"print/show" button will be disabled too, but I want to stop automatic print after posting.
I can't use printing checkbox on posting form, I need to overwrite it in code.
Hi Patryk,
Can you elaborate on when you want to block printing of sales invoice? Is it during the posting of sales invoice or printing the posted sales order invoice or somewhere else? When user manually posts a sales invoice there is an option to disable the printing of the sales invoice which users can toggle before posting. If you want to disable the print button on posted sales order invoice then you can write code on active method to disable the button based on your conditions.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator