Hello everyone,
I have some concerns regarding plugins as below:
We have a list of contacts in dataverse with total of records up to 160K+. We want to perform a bulk update for all of those contacts by updating one column value for all of them using a plugin.
- How can we perform a bulk update into batches for all these records?
- Does plugins count towards the API limits if we want to perform this kind of update? If so, does every update operation for a record is counted as one API call?
- What is the best practice to perform this kind of update for a large data set?
- How we can handle the plugins recursion to avoid infinite loop during the update process?
- In case some contacts was not updated during the update process, how we will be able to identify the records that failed?
Could you please provide some helpful resources, a small sample code and documentation that we should follow?
Any help is highly appreciated.
Best regards,
EBMRay