Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question SalesForce: Bulk upsert with references

More
28 Jun 2019 11:43 #1 by [email protected]
[email protected] created the topic: SalesForce: Bulk upsert with references
Hello,

I'm trying to bulk upsert accounts with references into salesforce.

Let's say we have a salesforce property named "anotherAccount__c".
This property is a reference to another account.
We have another salesforce property named "login__c".

I want to update the property "anotherAccount__c" to make it reference an account with the login "referencedLogin"

Using postman and rest bulk api, I can update the reference using a particular syntax allowing me to do this without having the referenced salesforce id.
To achieve this, I tell the api that I want to update the property "anotherAccount__r.login__c" with the value "referencedLogin"

How to reproduce this behaviour with Stambia?
More
28 Jun 2019 17:47 #2 by Adrian MATYSIAK
Adrian MATYSIAK replied the topic: SalesForce: Bulk upsert with references
Hi,

have you seen this article?

stambia.org/doc/228-technology-articles/...salesforce-relations

I think it describes the functionality you are looking for.
Let us know how it goes.

Adrian
More
28 Jun 2019 18:14 #3 by [email protected]
[email protected] replied the topic: SalesForce: Bulk upsert with references
Thanks a lot, this is exactly what I was looking for!

Shame on me, I should have seen it in the technical articles.