Last Updated: Nov 4, 2020
Use this function to update a record if the external ID matches, or create a record if the external ID does not match.
Upsert Record (token, username, password, SObject_type, name, site, phone)
Input Parameter Name | Description |
---|---|
token | Token used to connect to particular salesforce account |
username | Salesforce account username |
password | Salesforce account password |
SObject_type | Type of the record to upsert |
external_id | ID to be matched |
name | Name of the record |
site | Site of the record |
phone | Phone number of the record |
Return Value | Description |
---|---|
Output |
|
Upsert Record (ABCDCEF, new_user, pass@123, manager, XYZ, John, http:// example.com, 1234567890)
To view all the Salesforce functions, click here.