You need to sign in to do that
Don't have an account?
Laxman Vattam 26
Bulk API - Patch from Apex
We are recieving data from external system and we are trying to process the data using apex and bulk api 2.0
As per Salesforce documentation for Bulk Api 2.0, when trying to perform 'Patch' method, it is throwing an error that 'Patch' is not supported
Based on various forums, tried below solutions but they are not working. How to get around this issue and execute bulk api from apex?
https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
https://salesforce.stackexchange.com/questions/57215/how-can-i-make-a-patch-http-callout-from-apex
https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
As per Salesforce documentation for Bulk Api 2.0, when trying to perform 'Patch' method, it is throwing an error that 'Patch' is not supported
Based on various forums, tried below solutions but they are not working. How to get around this issue and execute bulk api from apex?
https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
https://salesforce.stackexchange.com/questions/57215/how-can-i-make-a-patch-http-callout-from-apex
https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
You can refer below document.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm
Best Regards,
Sandhya