salesforcer (version 1.0.1)

make_report_instance_url: Report Instance URL generator

Description

Report Instance URL generator

Usage

make_report_instance_url(report_id, report_instance_id)

Arguments

report_id

character; the Salesforce Id assigned to a created analytics report. It will start with "00O".

report_instance_id

character; the Salesforce Id assigned to a created analytics report instance (an asynchronous run). It will start with "0LG".

Value

character; a complete URL (as a string) that will be used to send Reports and Dashboards API calls to. This URL is specific to your instance and the API version being used.