Insert a Yes/No Message box on a Form Click Button event
Reprint from: AX / D365FO – Insert a Yes/No Message box on a Form Click Button event
While any operation is performed by the user, there are cases such as need to receive confirmation from the user to perform the operation. In these cases we can use “DialogButton” for user interaction not say “Yes/No” to perform the operation.
Below is an example code:
1 | public void clicked() |