Today we will learn to create a query to update Cue data. Creating a Query for Calculating the Cue Data First, we will create a query object to calculate the number of open sales invoices from table 21 Cust. Ledger Entry. Bron : Ashwini Tripathi Lees…
We have seen how to create Upgrade code unit in our previous post. Please go through it, if not seen earlier the Data Upgrade Codeunit in Navision 2015 – Part -1 here Let us continue from where we left our previous post. Bron : Ashwini Tripathi…
Let us start with background preparation. I have prepared a table with below fields and filled with some sample data. Bron : Ashwini Tripathi Lees meer...
If you have developed a report you will surely have experienced this annoying issue. Every time you perform the View, Layout action within the Report Dataset Designer and Visual Studio opens, you have to manually go to the View menu and select Report Data to be…
Every now and then while doing a data migration to Nav2015 I found that removing relations from table objects to other objects did cost me quite a lot of unpleasant time. Therefore I created a processing only report that does this job for me. Bron :…
An example of how to do things very generically when using the Surrogate Keys Design Pattern is when you need to copy or move data attached to one record to another record. Bron : Thinking NAV - Thinking Differently Lees meer...