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.