Using Salesforce reports
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The Salesforce-type data stores provide reporting functionality. Hybrid Data
Pipeline exposes custom reports defined in a data store as stored procedures. An application
can obtain a list of the reports by calling the SQLProcedures
catalog function. The names of the reports that can be invoked through the Hybrid Data
Pipeline connectivity service are listed in the PROCEDURE_NAME
name column of the SQLProcedures results.
Note that if you are using a standard report, you must save it as a custom report using the tabular, summary, or matrix format. Check with your Salesforce administrator to make sure that you have the necessary permissions to create custom reports.