Last Updated: Feb 14, 2022
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 know more about token, click here.
To get record_id:
- Log in to Salesforce, go to All Apps->Services->Accounts.
- Click on account name to get the record_id.
Return Value | Description |
---|---|
Output |
|
Get Record (ABCDCEF, john@gmail.com, pass@123, ER900)
To view all the Salesforce functions, click here.