Hi everyone,
I'm trying to execute the Function-Settlement process through code-while doing the standard way manually the system is finding the related the invoice account value and it gets inserted to journal line -in my case the std process is returning the '*' for invoice field-i'm using the below code-but i'm not getting any value for invoice-so kindly guide me on how to fetch the invoice account through settlement process in X++
CustVendOpenTransManager manager;
manager=CustVendOpenTransManager::construct(axLedgerJournalTrans.ledgerJournalTrans());
manager.updateTransMarked(custTransOpen,true);
*This post is locked for comments
I got the solution by calling the class method-LedgerJournalEngine_CustPayment.updateMarkedInvoiceFromSettlement(ledgerJournalTrans);
Hi
Any help ?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156