where to I find the amount of a posted sales invoice?
*This post is locked for comments
Hi Kim,
There are different ways to do it.
The below is one among them:
ExportSalesInv.FILENAME := FileNameToExport;
ExportSalesInv.SETTABLEVIEW(SalesInvoiceHeader);
ExportSalesInv.RUN;
Where ExportSalesInv is a variable pointing to a dataport and SalesInvoiceHeader is a variable pointing to Sales Invoice Header, which is the source for Dataport in this example.)
Best Regards,
MMV
in the sales invoice line you have fields Amount, "Amount incl. Vat", "Line Amount excl. Vat". in the lines of form "posted sales invoice" are only field "Line Amount excl. Vat" is displayed per default. table "sales invoice header" (base table of form "posted sales invoice") has also two amount fields: amount and "Amount Including VAT". both are sum fields of the sales invoice line fields.
how do you call a data port from within Navision
I have fonund it thank you
Hi,
Which version of NAV you are using? Are you using 2013?
Best Regards,
MMV
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