Salesforce.Reports
The function retrieves the reports from the Salesforce account specified in the login credentials. The account will be linked through the loginUrl provided for the environment. If no specific environm...
Salesforce.Reports(optional loginUrl as nullable text, optional options as nullable record) as table.
The function retrieves the reports from the Salesforce account specified in the login credentials. The account will be linked through the loginUrl provided for the environment. If no specific environment is specified, the account will automatically connect to the production environment at https://login.salesforce.com.
An optional parameter called "options" can be included to specify additional properties for the query. The "options" parameter can include the following fields:
- ApiVersion: This specifies the version of the Salesforce API to be used for the query. If not specified, the default API version 29.0 will be used.
- Timeout: This field specifies the duration for waiting before abandoning the request to the server. The default value is specific to the data source.