Hi all,
I'm using Kingswaysoft SSIS connector to Salesforce. I'm trying to update 3 columns within Salesforce but am having trouble setting the destination up.
I'm updating 3 columns, and wanting to use the ID column in Salesforce as the basis of the update.
Pseudo logic:
update salesforce
set col1 = value1
,col2 = value2
,col3 = value3
where salesforce.id = id
Where do I specify the "where Salesforce.ID = My.MemberID"? Or does Kingswaysoft automatically do that?
Thank you!!
Brendan