Skip to main content

Posts

Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1

Hi All, Recap - "Till Now We Have Discussed the Concept of Events and Subscription With an Example". If you are missing the Story, Refer Table of Index For Events & Subscriptions . Let's start it with What Microsoft Says About Events, Publisher and Subscribers. > An event is the declaration of the occurrence or change in the application. An event is declared by a C/AL function, which is referred to as an event publisher function. An event publisher function is comprised of a signature only and does not execute any code. > A publisher is the object that contains event publisher function that declares the event. The publisher exposes an event in the application to subscribers, essentially providing them with a hook-up point in the application. Publishing an event does not actually do anything in the application apart from making the event available for subscription. > A subscriber listens for and handles a published event. A subscriber is a C/AL

Microsoft Dynamics NAV 2016 - What is Events & Subscriptions

Hi All, As Promised in Earlier Article Let's Start with Understanding Events and subscription In a Simple Manner. Let's Start with a Simple Example what an Event & Subscriber are in Microsoft Dynamics NAV. As most of all use Facebook let's take that as Example to understand it -

Microsoft Dynamics NAV 2016 - Table of Contents for Events & Subscriptions.

Hi All, With Microsoft Dynamics NAV 2016, there is a change in approach of Customizing the standard Microsoft Dynamics NAV Solution Released by Microsoft. I would suggest to use these approaches during upgrade and implementation of Navision, as they make Next upgrade and Merging of Cumulative Update Very Easy. There are so many articles published about Events and Subscriptions for Microsoft Dynamics NAV 2016. Yes its late but I wanted to come up with a good knowledge about Events and Subscriptions.

Microsoft Dynamics NAV 2016 - New In Event Viewer.

Hi All, In this article I would like to put your notice on One New Feature that I Found out today on Event Viewer, related to Microsoft Dynamics NAV 2016.

Microsoft Dynamics NAV 2016 - Session Of Direction EMEA in Mannheim.

Hi All, Most of us like me were unable to attend the Direction EMEA. These were so many things happened during the Event. We followed it on the Twitter with Hash Tag #DirectionEMEA. In the Same Event, Dynamics Next Release was announced as we saw yesterday. But in this article we will discuss how we can  get more details from event.

Future - What Next After NAV 2016. Code Name - Madeira...

Hi All, While Browsing web I came across some article which says about next release of Microsoft Dynamics NAV. Let's see the History of Code Names Given to Previous Version  - NAV 2013 - Code Name 'Sicily' NAV 2015 - Code Name 'CRETE' NAV 2016 - Code Name 'CORFU' And as we all know that all these are the Islands.

NAV 2015 - Error While Consuming Query Output.

Hi All, In today article we will discuss how to resolve a issue that I faced during a development. The Error Occurs when i try to consume the output of a Query in Power BI. The Error can be faced by any application which is trying to Consume the Data From Query. Below is the Query that I was trying to Consume - Issue - While Trying to Consume Output of Query, The Navision Service Tier Crashes.