Microsoft provided some best practices to follow for Dynamics NAV when designing pages and doing programming, please check the below link for more information.https://msdn.microsoft.com/en-us/library/ee414204(v=nav.90).aspx...
Sunday, November 29, 2015
How to modify the Sales Invoice Report to print Serial No./Lot No.
There are several requests on the Microsoft Dynamics Community forum to get an example or for the logic to print the serial no. or lot no. on the sales invoice report. In this post I will explain how to modify the standard sales invoice report (Report 10074: NAV 2015) to print the serial no. or lot no. on the report.
For this purpose I have added a new function in the report 10074, called GetSerialLotNo
LOCAL PROCEDURE GetSerialLotNo@1240060002();
VAR
ItemTrackingMgt@1240060000 : Codeunit 6500;
TempItemLedgEntry@1240060001...
Tuesday, November 10, 2015
Object Numbering Conventions In Navision
Microsoft provided object numbering convention to follow for Dynamics NAV and please check the below link for more information, it is important to follow this Conventions while making customizations as it will help to upgrade easily and support.
https://msdn.microsoft.com/en-us/library/ee414238(v=nav.90).aspx...
How to Read/Write Notes in Navision using C/AL
In this post I will discuss how to read the notes and how to create the notes programmatically. When you create a note where the data is saved in the Navision ? I have seen this question being asked several times in the community forum. The answer is the notes are saved in binary format in a blob field (Note) in the Record Link table (2000000068) and the way it maps to the record is using Record ID. Read Notes: To read notes you need to find the “Record ID” of the record using Record Reference and then use that to filter the Record Link table...
Thursday, November 5, 2015
Cumulative Update 32 for Microsoft Dynamics NAV 2013 has been released (Build 43390)
This Cumulative Update 32 includes hotfixes and regulatory features released for Microsoft Dynamics NAV 2013, including hotfixes and regulatory features released in previous Cumulative Updates. ...
Cumulative Update 25 for Microsoft Dynamics NAV 2013 R2 has been released (Build 43391)
This Cumulative Update 25 includes hotfixes and regulatory features released for Microsoft Dynamics NAV 2013 R2, including hotfixes and regulatory features released in previous Cumulative Updates. ...
Cumulative Update 13 for Microsoft Dynamics NAV 2015 has been released(Build 43389)
This Cumulative Update 13 includes hotfixes and regulatory features released for Microsoft Dynamics NAV 2015, including hotfixes and regulatory features released in previous Cumulative Updates. ...
Tuesday, November 3, 2015
Cumulative Update 1 for Microsoft Dynamics NAV 2016 has been released (Build 43402)
This Cumulative Update 1 includes hotfixes and regulatory features released for Microsoft Dynamics NAV 2016, including hotfixes and regulatory features released in previous Cumulative Updates....