Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

close and refresh the parent form on click of save in child entity

Posted on by

hi,
i have two entities like college(parent) and student(child). in student form, college lookup is mandatory. so when student form is opened from college, after entering the values into student on click of save button, it should get saved and closed and also refresh the parent form that is related college record. for this i'm using save callback function which is not working.

this is my code:

function refresh()
{
Xrm.Page.data.save().then(thenSuccessFunction);
}
function thenSuccessFunction()
{
Xrm.Page.ui.close();
Xrm.Utility.openEntityForm("lp_college", Xrm.Page.getAttribute("lp_college").getValue()[0].id);
}

please suggest me what i can do to make this work.

Thankyou in Advance.

*This post is locked for comments

  • Gopalan Bhuvanesh Profile Picture
    Gopalan Bhuvanesh 11,397 on at
    RE: close and refresh the parent form on click of save in child entity

    Hi

    What happens

    if you put the close after opening the parent record.

    function refresh() {
        Xrm.Page.data.save().then(thenSuccessFunction);
    }
    function thenSuccessFunction() {
        Xrm.Utility.openEntityForm("lp_college", Xrm.Page.getAttribute("lp_college").getValue()[0].id);
        Xrm.Page.ui.close();
    }


  • ashlega Profile Picture
    ashlega 34,475 on at
    RE: close and refresh the parent form on click of save in child entity

    Sorry, misread the post.. you probably can't use grid onload..

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans