wadewegner / Force.com-Toolkit-for-NET

The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
BSD 3-Clause "New" or "Revised" License
373 stars 395 forks source link

Making a composite request is not a option in the current implementation? #397

Open ankur4822 opened 3 years ago

ankur4822 commented 3 years ago

With Salesforce default API There is an option to make composite requests to reduce the number of calls and also allow to roll back if one option fails.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite.htm

Are there any plans to have this feature implemented?

Zhaph commented 3 years ago

Hmm - just seen that myself, looks like it could be a good replacement for a poor use of the Bulk API I've currently got. As with all these things, if I get some time I might take a look...

saalocin commented 1 year ago

Any luck with this?

Zhaph commented 1 year ago

Not from me I'm afraid, the project that was using Salesforce finished, and I no longer have sandbox instances to play around in.