It looks like you're new here. Sign in or register to get started.
Peter18 wrote: » Yes, can YouTube provide me with exampe code?
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Just like SanderDk said, you can code like this to onValidate trigger in table.
IF NOT CONFIRM('You selected %1, are you sure?',TRUE,FORMAT("Option Field")) THEN
ERROR('');
If you would like to learn more about CONFIRM function, please go to this link: https://docs.microsoft.com/en-us/dynamics-nav/confirm-function--dialog-