Dynamics 365 Customer Engagement
RetrieveTotalRecordCount Bookmarklet
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…
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…
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://[orgname].crm.dynamics.com/api/data/v9.1/RetrieveTotalRecordCount(EntityNames=[‘lead’,’contact’,’account’,’incident’])…