Hi Experts,
Automate Free Text Invoice In AR Module, While posting a invoice using Invoice staging form( Am selected 3 rows in grid to post at one time) after posting it posted only first row in grid. It posted first row three times . I used below syntax to get next record,
for(localCustInvoiceTarns = CustInvoiceTrans_DS.getFirst(true) ? CustInvoiceTrans_DS.getFirst(true) : CustInvoiceTrans_DS.cursor(); localCustInvoiceTarns; localCustInvoiceTarns = CustInvoiceTrans_DS.getNext())
I don't know what is the issue? Please help me to resolve.
Thanks in advance and Regards,
Vignesh
*This post is locked for comments
I have the same question (0)