Hello, You can add an event of the "refresh" of the subgrid which will be triggered once the record is actually created. See : community.dynamics.com/.../how-to-bind-a-function-to-the-sub-grid-refresh-event And the event function attached you can simply use the Xrm.Page.data.refresh(); to reload the parent data. Clément
↧