Questions tagged [dynamics-nav-2016]

Dynamics NAV is an enterprise resource planning (ERP) development platform produced by Microsoft. Use this tag for issues that are specific for Dynamics NAV 2016.

Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft.

This tag is specific for issues related Microsoft Dynamics 2016. For more general issues related to Microsoft Dynamics use tag .


Useful links


Related tags

32 questions
-1
votes
1 answer

How can I modified page (31) Item List, after I Post Item Journal in Ms. NAVISION

I wanna make alert while item in inventory <= safety stock quantity, so I create new field "Out Of Stock" in table Item (27), and I put this code in Page Item List (31) in OnAfterGetRecord() trigger. IF (Inventory <= "Safety Stock Quantity") THEN …
-1
votes
1 answer

Save every record in the table as PDF

The have a two records in a table called Bill Info, I have designed a report to the table and need to save each record into pdf file in a specific folder. CustBill.RESET; CustBill.SETFILTER(CustBill."Customer No.",'%1',Customers."No."); IF…
1 2
3