In this post I will review the different types of dialog boxes that can be used within the AX system.
There are many scenarios where you want to prompt a message or dialog box to the user. That could be achieved within the box class in the AOT.
1. Information
2. Warning
3. Critical stop
4. "Do not tell me again" check box
5. OK / Cancel dialog box
6. Yes to all dialog box
Summary
In the last two examples, the box method will return the name of the selected option button.
Then, you can use the variable diagBut to proceed with your operations:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.