Counting records in CRM can be tricky and time consumption when there are more than 5.000 records in the table. There are several ways and tools to do this that
Counting records in CRM can be tricky and time consumption when there are more than 5.000 records in the table. There are several ways and tools to do this that
We can RetrieveTotalRecordCount Function we can get the total number of records for an entity (works for more than 50000 records) For e.g. https://.crm.dynamics.com/api/data/v9.1/RetrieveTotalRecordCount(EntityNames=) https://dreamingincrm.com/2019/07/22/getting-entity-record-counts/… Continue Reading Nishant Rana’s Article