Hi
I am using OrganizationService (Microsoft.Xrm.Sdk) to talk to dynamics Crm by using authtype as Office365. This application sometimes process around 300k of data in Crm.
Since dynamics crm has api limits of 20k in 24 hrs for licensed user, how do I process 300k of data in a day?
Do I check programmatically if it has reached the api limit and then switch user account? If yes then how do I do that? I need bunch of user accounts and switch from one to another? What is the best way of achieving this?
Really appreciate your help on this.
Thank you in advance.