Blog Post: Developing Extensions Using the New Visual Studio Code – Part 1
I would like to start developing a simple extension using new visual studio code and lets start together. I would like to have functionality which allows to add a Reason for Lost Quote on Job Card....
View ArticleBlog Post: Mi primera extensión con el New Development Experience, paso a paso
Tal como anunciaba ayer el equipo oficial de Microsoft Dynamics NAV en su blog mediante este post , me he dispuesto a crear mi primera extensión con Visual Studio Code y la extensión AL Language....
View ArticleForum Post: RE: Getting ready to do end of year inventory with NAV 2016
I will give the coding a try. Thanks
View ArticleBlog Post: Developing new visualizations and analytics using R: Why Microsoft...
On the Power BI desktop, the letter "R" appears as one of the standard Visualization buttons. And though it may seem like some obscure, easily passed over feature, it's actually the most powerful...
View ArticleForum Post: RE: Nav 2016. On the Customer Card. How do I upload the pricing...
Yes thats hor u would du it.
View ArticleForum Post: RE: send email trigger based on field value change
What Erik says. You have to add some code to OnValidate trigger of the field i question.
View ArticleForum Post: RE: Nav 2016. On the Customer Card. How do I upload the pricing...
Hello, we have implemented the import with ExcelBuffer. It's much more user friendly than RapidStart. Also in our code if there is already a price with open Ending Date it closes with the [starting...
View ArticleForum Post: RE: How to work with SQL Server Profiler for NAV queries?
I'm not sure if it can be called guidance but this is what I usually do: - start sql profiler with default events and output to a table (start the trace - run your NAV RTC task - stop the trace) -...
View ArticleForum Post: RE: What is the Use of CAPTIONCLASSTRANSLATE ?
It's a late answer, but here are my findings: http://wp.me/p6WwU9-jg
View ArticleBlog Post: Microsoft Dynamics NAV Tenerife Page Designer - Part 2
We have seen how to add fields, arranging the field and renaming groups in previous blog here We will see how to remove existing field from page using new Page Designer. Open Customer card. Click on...
View ArticleBlog Post: Developing Extensions Using the New Visual Studio Code – Part 2
We finished step 1 of creating a sample extension using new visual studio code. Let’s start with step 2 – adding “Reason Code for Lost Quote” in Standard Job table. We need to extend the standard Job...
View ArticleBlog Post: Developing Extensions Using the New Visual Studio Code – Part 3
We finished step 1 and step2 of creating a sample extension using new visual studio code. Let’s start with step 3 – adding a List type page for table 70000000 – “Reason Code for Lost Quote”. We need to...
View ArticleBlog Post: Developing Extensions Using the New Visual Studio Code – Part 4
We finished step 1 , step2 and step3 of creating a sample extension using new visual studio code. Let’s start with step 4 – adding a field to existing page like "Reason Code for Lost Quote" to Job Card...
View ArticleBlog Post: Developing Extensions Using the New Visual Studio Code – Part 5
We finished step 1 , step2 , step3 and step4 of creating a sample extension using new visual studio code. Let’s start with step 5 – Building the package and Publishing the extension. To Recap: When we...
View ArticleBlog Post: Webinar – New AL functions in NAV 2017
In this webinar I cover some new functions in NAV 2017: Assisted Setup Page Wizard Working With Media on Records Task Scheduler Notifications Time Series API Resources / Help (We apologize for...
View ArticleBlog Post: “How to” display picture from file in Item Picture Page
Below a short procedure to visualize a linked picture from a picture file (example file with “. GIF ” extension) into the “Item Picture Page” . The System load the image file in a BLOB field and after...
View ArticleForum Post: RE: how to group reports in nav 2009 r2?
Check this link msdn.microsoft.com/.../dd355280.aspx
View Article