Notifications
Announcements
No record found.
hi all
how i can count the records of a subgrid that have a unique value on special column?
for eg the number of city that my contacts are from?
*This post is locked for comments
You can do it with JavaScript and Grid events.
You can use the following syntax to get the grid object:
var myGrid = Xrm.Page.getControl("MyGridName");
and the following syntax to get the gridRows:
var allGridEntities = [];
var allRows = Xrm.Page.getControl("MyGridName").getGrid().getRows();
allRows.forEach(function (row, i) {
allGridEntities.push(row.getData().getEntity());
});
See the following link for information on the Grid events:
msdn.microsoft.com/.../dn932126.aspx
Hope this helps...
Hi,
You can achieve this by using web api as well to get associated records.
Please see below link:
community.dynamics.com/.../198070
www.inogic.com/.../querying-data-in-microsoft-dynamics-crm-2016-using-web-api
Hope this helps:)
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2