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...
Share:

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...
Share:

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...
Share:

Thursday, November 5, 2015

Tuesday, November 3, 2015