web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Iframe refresh

(0) ShareShare
ReportReport
Posted on by 7,316

Hi,

I have an iframe which needs to be refreshed when form gets saved.

I am doing something like this: calling this script on OnChange of 'modifiedOn' field

function formRefresh()
{
debugger;
Xrm.Page.data.save().then(
    function () {
        Xrm.Page.data.entity.attributes.forEach(function (attribute, index) {
            attribute.setSubmitMode("never");
        });
        Xrm.Utility.openEntityForm(Xrm.Page.data.entity.getEntityName(), Xrm.Page.data.entity.getId());
    },
    function (errorCode, message) {
    }
    );
}


 This seems to be working but a duplicate record gets created everytime this script runs. How to avoid it?

How to just refresh the iframe ?

Thanks

*This post is locked for comments

I have the same question (0)
  • meenoo Profile Picture
    7,316 on at

    bump.

  • Verified answer
    Rajkumar Rajaraman Profile Picture
    on at
  • meenoo Profile Picture
    7,316 on at

    Hi Raj,

    I've looked into the link you suggested and gave a try. That script caused the form to go into infinite loop.

    setTimeout(function () {

       var id = Xrm.Page.data.entity.getId();

       var entityLogicalName = Xrm.Page.data.entity.getEntityName();

       Xrm.Utility.openEntityForm(entityLogicalName, id);

    }, 500);

    Do you have any suggestion regarding this?

    Thanks.

  • meenoo Profile Picture
    7,316 on at

    Bump!

  • meenoo Profile Picture
    7,316 on at

    Bump.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans