Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

How to check which button was pressed in Dialog?

(0) ShareShare
ReportReport
Posted on by 737

Hello,

I'm moving custom functionality from AX to D365, and because the BOX class works differently, I'm replacing its use with Dialog.
And the questions is how to check if the user clicked OK or Cancel on the dialog?

Thanks.

  • GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    RE: How to check which button was pressed in Dialog?

    I think if the cancel button is clicked it will come to else part in the below code. You can add below code and check whether it works.

    if(dialog.closedOk())
    {
    }   
    else
    {
        //cursor comes here when cancel button is clicked.
    }

    Thanks,

    Girish S.

  • Verified answer
    GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    RE: How to check which button was pressed in Dialog?

    Hi Shooowtek,

    You have dialog.CloseOk method to check whether dialog is closed or not.

    For cancel use Closed or close method and check.

    Thanks,

    Girish S.

  • Suggested answer
    Mohit Rampal Profile Picture
    Mohit Rampal 12,554 Super User 2024 Season 1 on at
    RE: How to check which button was pressed in Dialog?

    Hi, It can be checked from ClosedOk method of dialog.

    wingsraamax.blogspot.com/.../simple-dialog-creating-in-ax2012.html

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

Announcing Our 2025 Season 1 Super Users!

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

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,934 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans