Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

AX2012R2 Info message with checkbox

(0) ShareShare
ReportReport
Posted on by

Hi 

i want to send a user on a specifit action an info message  "hey watch out" (this works) and then a check box like "i read" and with out checking, the user cant close the infomessage with out checkning/  cant continue work. 

thx

Pirmin

*This post is locked for comments

  • Verified answer
    Jonathan  Halland Profile Picture
    11,306 on at
    RE: AX2012R2 Info message with checkbox

    HI Pirmin. If you want anything more complex than a simple yes no, you will have to build up a dialog in code:

    static void dialogExample(Args _args)

    {

       Dialog      dialog;

       DialogField field;

       ;

       dialog = new Dialog("Example");

       dialog.addText("hey watch out:");

       field = dialog.addField("NoYesId"); // Use a type with a proper label

       dialog.run();

       if (dialog.closedOk())

       {

           info(field.value());

       }

    }

  • Verified answer
    Community Member Profile Picture
    on at
    RE: AX2012R2 Info message with checkbox

    Hi Pirmin,

    I think this will help you

    Dialogbutton db;

    db = box::yesNo( "hey watch out", dialogButton::No);

    It will show a dialog box with yes and no buttons based on button clicked you can go for next step

    if(db == dialogButton::yes)

    {

    }

    else

    {

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,886 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,768 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans