How to display Message box in Macrosoft Dynamics Navision

For display message box in NAV first create new code unit as show (here) and then write following code in code unit under ‘On Run’ trigger and then run it.



MESSAGE(‘Hello Guys ! Wel-come to NAV world’);


OUTPUT:



Comments

Popular posts from this blog

Add new node(Element) in existing xml file in C#.Net

How to use serial.write() in Arduino.

How to Generate random rows in dataset using c#.net