You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a situation where I'd like to send data from one Salesforce organisation to another after a certain point so I'd like to have a specific model like OtherOrganisationLead and authenticate against another organisation when working with it.
How would this work with differing models? Essentially I have a point where I want to write an object's data to another object in a different Salesforce account.
Hello,
I'm in a situation where I'd like to send data from one Salesforce organisation to another after a certain point so I'd like to have a specific model like
OtherOrganisationLead
and authenticate against another organisation when working with it.I see in https://github.com/omniphx/forrest/tree/master?tab=readme-ov-file#soap-authentication-flow that if you use SOAP you can login to multiple accounts.
Is there a way to authenticate against different accounts on the fly?
The text was updated successfully, but these errors were encountered: