Tag Archives: Subgrid

Filter N:N Sub-Grid in Dynamics 365 without Custom Actions


Below code is for only N:N Relationship Sub-Grids. Copy the below code and register on OnLoad event of the Parent Entity Form on which the Sub-Grid exists. Replace the <Sub-Grid Name>, <Form Lookup Field Name>, new_testingid, <Schema name of the Related … Continue reading

Posted in Dynamics 365, HTML, JavaScript, MS Dynamics 365, MS Dynamics CRM 2016 | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | 2 Comments

MS CRM 2016: Refresh the Sub-Grid on Dashboard from HTML Web Resource


How to refresh the sub-grid on Dashboard from the HTML Webresource? parent.document.getElementById(<Subgrid control ID>).control.refresh(); e.g. parent.document.getElementById(“Component21226322”).control.refresh();

Posted in CRM, MS Dynamics CRM 2016 | Tagged , , , , , , , , , | 1 Comment