Saturday, December 10, 2016

How to solve C/Side hyperlink failed in MS Dynamics NAV 2017?

Are you also Getting the Same Error ?



This error only occurs when we have all the above or more than 1 vesions installed in our system and we have uninstalled any higher version of NAV.

Cause: -

DUE TO uninstall , System Registry might have got some error or deleted.

Solution : -

You have uninstall all the versions and then reinstall each version in ascending order, once all versions are installed , please don't uninstall any upper version. I hope this post will surely help all other NAV Developers and subscribe via email so our new post will reach you directly.

You can also use NAV Protocol Handler. To download NAV Protocol Handler Click Here.

Friday, December 9, 2016

What is System Indicator in NAV 2017 ?


System Indicator in NAV

Defination :

System Indicator is a Field in NAV Company Information Table 79 which can be used for showing any Text in RTC Client as Shown in below screenshot.








I hope you can use it for indication on your Test or Live RTC to remember on which client you are working.

How to add a field in Purchase Header and flow it in G/L Entry in NAV 2017?


To Flow a Field in NAV 2017 Purchase Header - > GL Entry


Flow is From

Purchase Header ---------------> Gen. Jnl. Line ------------------> GL Entry

In the below Eg. I had added a Narration Field on Header and Flow in To GL Entry.


Step 1. Add your Field on Purchase header , G/L ENTRY and Gen. Journal Lines table. as shown in figure also please Check all the fields added must have a same Id.













Step 2. Add your code to Gen Journal Table 81 inside Function CopyFromPurchaseHeader.






Step 3. Add your code to G/L Entry table 17 inside Function CopyFromGnlJnlLine.
Step 4.Add your Code to Codeunit 90 inside Function InsertICGnlJnlLine



Post your Purchase Order.

Your Result is shown below :-


Please Note :- This Field is Valid in NAV 2017 only due to function changes although the method is same in previous version also.

I had used Demo DB so Please be aware about your Database. I hope this will be fruitful for all my juniors in Nav. Keep in touch and subscribe via Email below so our team will intimate you once we get our next Post.

You can also Download these objects From Here :- Click Here