Tag Archives: sub-grid

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

MS Dynamics CRM 2013: Disable the ‘+’ icon on Sub-Grid based on Status Reason


Scenario: Disable the “+” icon on the sub-grid. I.e. Disable “+” icon on the Budget entity’s sub-grid (Funds) when the Budget records status reason is “Approval Pending” or “Approved”. Solution: 1. Download and Import the Ribbon Work Bench solution 2. Add … Continue reading

Posted in CRM, Java Script, Ms Dynamics CRM 2013 | Tagged , , , , , , , | 8 Comments