Forum Discussion

lzapart's avatar
lzapart
New Contributor III
8 years ago

Salesforce SOAP Merge

Hi,

I am using SOAP snap to connect to Salesforce. I am able to get a session id back. Using the session id, I want to perform a Salesforce SOAP API Merge() call. I am able to generate a merge envelope and using a mapper I feed in a master record and a record to merge:

But for some reason I keep getting the following error on the merge SOAP step:

“error”: “MISSING_ARGUMENT: merge called with a batch of 0 ids to merge; must specify at least 1 id”

I bet I am missing something simple. Can anyone chime in what that might be?