force-rest-api icon indicating copy to clipboard operation
force-rest-api copied to clipboard

Feature upsert

Open vkolotov opened this issue 7 years ago • 1 comments

This is another improvement to add full support for all features of "upsert" method in Salesforce REST api (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm). This provides:

  1. A notion if a record was created or updated
  2. An ID of created/updated record
  3. Using "primary" SF ID for upsert (see "Inserting New Records Using Id as the External ID" section).

Thanks, Vlad

vkolotov avatar Nov 07 '17 01:11 vkolotov

Hi @jesperfj, this is completed now. Could you please review and merge?

Thanks, Vlad

vkolotov avatar Nov 20 '17 07:11 vkolotov