Suppose I want to write a simple addition program using C/AL in NAV 2016. How can I dynamically ask user to enter the two numbers?
In Microsoft Dynamics AX we use "dialog" class for this purpose.
I need some code reference or the description to approach such process.
In Dynamics NAV do not have something like Dynamics AX dialog class.
In this case you need create a page with your fields to user complete the info. Then in other page call this new page to open it and the user can complete de info or add in MenuSuite to access.
Example:
Variables
Page running
Then you can create a menuSuite for this page or write this code in other page to open it
PAGE.RUNMODAL(88000);