Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question SalesForce: Bulk upsert with references

More
28 Jun 2019 11:43 #1 by cbouin
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
Replied by Adrian MATYSIAK on 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 cbouin
Replied by cbouin on 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.