Last Updated: Feb 14, 2022
Use this function to update a record in the Salesforce with the given parameters.
Update Record (token, username, password, SObject_type, record_id, 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 update |
record_id | ID of the record to update |
name | Name of the record |
site | Site of the record |
phone | Phone number of the record |
To know more about token, click here.
Return Value | Description |
---|---|
Output |
|
Update Record (ABCDCEF, john@gmail.com, pass@123, Account, ER900, updated_record, http:// example.com, 1234567890)
To view all the Salesforce functions, click here.