Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX forum
Unanswered

Open a Dialog Form from a parent form button

(0) ShareShare
ReportReport
Posted on by 25
I want to open a dialog form from the parent form and while closing that dialog form it redirect to the parent detail page with the record I given in the dialog form. How can I have done this in d365fo?
  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 284,876 Super User on at
    Open a Dialog Form from a parent form button
    Hi Viswanath,
     
    I don't have directly some x++ coding for you, but a solution direction. I hope this will be helpful. On the details view, you can go to the Options page on the action menu bar. There is an action Get a link. You can reverse engineer the coding behind this function. It is an option to create and browse to a deeplink that can be used when closing a dialog. 
     
    I created a slider dialog in the past and calling the Dynamics environment with some changes in the URL to change a session language. Probably some parts might be similar to your requirement. You can download the source code on my blog site: Session Language - Dynamicspedia 
     
  • Viswanath M Profile Picture
    Viswanath M 25 on at
    Open a Dialog Form from a parent form button
    can you explain this with some codes.
  • Kevin Xia Profile Picture
    Kevin Xia Microsoft Employee on at
    Open a Dialog Form from a parent form button
    Hi,
    To open a dialog form from a parent form, you can follow these steps:
    Create a Dialog Form:
    • Design and create the dialog form you want to open from the parent form.
    Parent Form Button Action:
    • Set up a button on the parent form with an action to open the dialog form.
    • In the button action method, use the dialog function to open the dialog form.
    • Pass parameters or context to the dialog form if necessary.
    Handle Dialog Form Closure:
    • Within the dialog form, handle the logic when closing the dialog. This could involve saving data or selecting a record.
    Redirect to Parent Detail Page:
    • After closing the dialog form, redirect to the parent form detail page using element.args() and passing the necessary parameters or context back to the parent form.
    Best regards,
    Kevin

Helpful resources

Quick Links

Community Spotlight of the Month

Kudos to Mohamed Amine Mahmoudi!

Blog subscriptions now enabled!

Follow your favorite blogs

TechTalk: How Dataverse and Microsoft Fabric powers ...

Explore the latest advancements in data export and integration within ...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 284,876 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,425 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,146

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans