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

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.