Salesforce.Data
This function retrieves the objects associated with the specified Salesforce account using the provided credentials. The account will be accessed through the loginUrl specified in the environment para...
This function retrieves the objects associated with the specified Salesforce account using the provided credentials. The account will be accessed through the loginUrl specified in the environment parameter. If no environment is specified, the account will connect to the production environment (https://login.salesforce.com).
An optional parameter called options can be included to specify additional properties. The options parameter can include the following fields:
- CreateNavigationProperties: A logical value (true/false) that determines whether to generate navigation properties on the returned values. The default value is false.
- ApiVersion: The version of the Salesforce API to be used for this query. If not specified, the API version 29.0 will be used.
- Timeout: A duration specifying how long the system should wait before abandoning the request to the server. The default value is specific to the data source.