davidyack / Xrm.Tools.CRMWebAPI

This is an API helper for working with the Common Data Service (CDS) Web API
MIT License
143 stars 73 forks source link

Is it Possible to do Bulk Update with Xrm.Tools.CRMWebAPI #100

Open susritha22 opened 4 years ago

susritha22 commented 4 years ago

Want to do Bulk Update CRM records.Is it possible with Xrm.Tools.CRMWebAPI.

rappen commented 4 years ago

For one-offs I'd recommend using Bulk Data Updater for XrmToolBox. There is also a short tutorial available.

oplatonov commented 1 year ago

You can write extension with executemultiplerequest with soap, but it's not a trivial.