Hi,
I have a requirement to fetch data from an entity in D365 online version using windows service which runs in multiple servers. My requirement is that whenever the service runs in each server it must fetch unique set of data from CRM using web api calls (i.e when 1st server retrieves 200 records, it must be available only to that server till the process is complete, while when the 2nd server hits the crm service simultaneously, it must retrieve the next set of 200 records, as the first set of 200 records is in process by 1st Server). How can this be achieved. Please suggest some ideas.
Regards,
Viswa