Last Updated: Nov 4, 2020
Use this function to fetch a record details from the salesforce based on the given type of input.
Get Record (token, username, password,record_id)
Input Parameter Name | Description |
---|---|
token | Token used to connect to particular salesforce account |
username | Salesforce account username |
password | Salesforce account password |
record_id | ID of the Record to fetch the details |
To get record_id:
- Login to Salesforce, go to All Apps->Services->Accounts.
- Click on account name to get the record_id.
Return Value | Description |
---|---|
Output |
|
Get Record (ABCDCEF, new_user, pass@123, ER-90)
To view all the Salesforce functions, click here.