Filter SubGrid in Dynamics 365 (with New Form Rendering or Turbo Form) – Nishant Rana’s Weblog
Recently we had a requirement wherein we wanted to see all the child records of a record in a SubGrid .
We had self-referential (hierarchical relationship) enabled for that entity.
Configuring the Sub Grid on the form.
We have also enabled the Editable grid for the Sub Grid.
The JavaScript code
function filterSubGrid() { // get the current record's guid var entityId = Xrm.Page.data.entity.getId(); // refer the subgrid var testGrid =...
Full Article
Filter SubGrid in Dynamics 365 (with New Form Rendering or Turbo Form) – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
More About This Author
Array
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)
- Dyn365CE9 September 2024Fixed – The attempted operation is prohibited because it exceeds the list view threshold error– SharePoint Online
- Dyn365CE3 September 2024Fixed – “The relative url contains invalid characters. Please use a different name. Valid relative url names cannot ends with the following strings: .aspx, .ashx, .asmx, .svc , cannot begin or end with a dot, cannot contain consecutive dots and cannot contain any of the following characters: ~ ” # % & * : ? / \ { | }. “ error while creating SharePoint Document Location – Dynamics 365 / Dataverse
- Dyn365CE2 September 2024Data Migration of Quote and Quote Product – few key points (Dataverse/Dynamics 365/ SSIS)