microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
512 stars 285 forks source link

SubGrid.GetSubGridItemsCount #1379

Open rngarad opened 1 year ago

rngarad commented 1 year ago

The xrmApp.Entity.SubGrid.GetSubGridItemsCount returning 0 value even subgrid having items Code to reproduce: LandingCOuntriesCount = xrmApp.Entity.SubGrid.GetSubGridItemsCount("LandingCountries"); Assert.AreEqual(p0, LandingCOuntriesCount);

krishnacs1993 commented 1 year ago

Yes, even I am facing the same issue. GetSubGridItemsCount is returning 0 even if there are records in the subgrid.