Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to update subgrid from parent site?

Posted on by 55

I'm using the Dynamics CRM 365 Workflow Tools Solution to automatically update a rollup field on a parent record when child records are added. This seems to work fine, but one rollup value called 'tax' doesn't show up until I manually reload the subgrid page. I want to update the subgrid in the background when a record is added. I dont want to go into each record to update one value.

I have tried this to update the subgrid from parent side when a record i added.

function SubGridRefresh() {
  var grid = Xrm.Page.getControl("MySubGrid");
  if (grid) {
   grid.refresh()
  }
}

I have tested this as well

function Form_onLoad() {

   setTimeout("refresh();", 2500);

}

function refresh() {

   Xrm.Page.getControl("subGrid").addOnLoad(GridOnloadFunction);

}

var GridOnloadFunction = function () {

   alert("Subgrid OnLoad occurred")

   Xrm.Page.data.refresh(true);

};

 

*This post is locked for comments

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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans