Hi ,
I am ingesting Dynamics360 entity to data ware house and have the following observation
1. I am calling the below API
2.
https://<domain-name>/api/data/v9.2/RetrieveTotalRecordCount(EntityNames=['account'])
and getting the below response
{
"@odata.context": "https://<domain-name>/api/data/v9.2/$metadata#Microsoft.Dynamics.CRM.RetrieveTotalRecordCountResponse",
"EntityRecordCountCollection": {
"Count": 1,
"IsReadOnly": false,
"Keys": [
"account"
],
"Values": [
232549
]
}
}
I see the record account 2,32,549
I am not able to understand the reason for the difference