Hi, would like to know is there way to get CustInvoiceLine.InvoiceTxt or CustInvoiceTrans.Name to insert into CustTrans.txt ?
I have traced the code for posting free text invoice, but somehow i am only able to trace it to the part where CustInvoiceLine.InvoiceTxt insert to CustInvoiceTrans.Name. When the code reached the part where CustTrans.insert() is, CustTrans.txt was empty, and I could not get CustInvoiceTrans/Line from there.
The part of the code im stuck in.
class\CustVendVoucher.post
In the class (or anywhereelse), how can i retrieve the Invoice desc (CustInvoiceLine.InvoiceTxt or CustInvoiceTrans.Name) and update it into CustTrans.txt?
Much appreciated! Thanks a million!
Regards
Gary
*This post is locked for comments
I have the same question (0)