I need to post a free text invoice using X++
regards
aathil
Thank you for sharing it, Aathil.
It worked thanks guys
best regards,
aathil
To post existing free text invoice, you can use below code as mentioned in the above article
//Post the FreeText Invoice
custPostInvoice = new CustPostInvoice(_custInvoiceTable);
custPostInvoice.run();
So what's stopping you to use the custinvoicetable buffer in custpostinvoice class and call run method? It is clearly mentioned in Mohit shared blog.
Thanks for the reply
Actually I need to post a free text invoice using code
Many of the articles shows "how to create and post a free text invoice" but i don't want to create a free text invoice using code , i only need code for post the free text invoice
hope you understand
regards
aathil
Hi Aathil, what is the issue? There are many blog articles about it ike below.
Please provide more details if you are facing any problem.
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156