Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM forum
Unanswered

Refresh Form

Posted on by 267

Hello Team,

How can we refresh form after Quick Create record  using javascript

Note : Both are Different form

Categories:
  • Ashik Patel Profile Picture
    Ashik Patel 267 on at
    RE: Refresh Form

    Hello Necdet Saritas,

    Here my both Entity is different Quick create form (Project) Entity and This project is i updated to (OrderLine) Entity Lookup Filed(Project)

  • necsa Profile Picture
    necsa 3,455 on at
    RE: Refresh Form

    Hi,

    Please try this:

    function onLoad(executionContext) {

      var formContext = executionContext.getFormContext();

       formContext.data.entity.addOnPostSave(refreshForm(executionContext));

    }

    function refreshForm(executionContext)

    {

     var formContext = executionContext.getFormContext();

     formContext.data.refresh(true);

    }

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,556 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,625 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans