Questions tagged [dynamics-nav-2013]

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

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

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


Useful links


Related tags

32 questions
0
votes
2 answers

Dynamics Nav 2013 View Database Table during debugging session

Is it possible to view the contents of a Dynamics NAV 2013 Database Table while being in a debugging session? When I go the development environment I can normally hit run on any table and explore its contents. How ever, while the debugger is…
lanoxx
  • 12,249
  • 13
  • 87
  • 142
-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