runMatchingReport
Generates a report that is defined in Transaction Matching.
See Generating Predefined Reports in Transaction Matching in Administering Account Reconciliation for a list of predefined Transaction Matching reports and the parameters for generating them.
After generating the report, use the downloadFile command to download it
to a local computer.
Applies to
Account ReconciliationRequired Roles
- Service Administrator
- Power User
- User
- Viewer
Usage
epmautomate runMatchingReport FILE_NAME GROUP_NAME REPORT_NAME REPORT_FORMAT [Param=value] where:
-
FILE_NAMEis a unique file name, with extension, for the report that will be generated. The file extension must match the report format that you use. If a report with this name exists on the server, it will be overwritten. -
GROUP_NAMEis the name of the group with which the report is associated. -
REPORT_NAMEis the name of a defined report in the application. -
REPORT_FORMATis one of the following formats for the report:- HTML (not supported for graphs and charts)
- XLSX (not supported for graphs)
- CSV
- CSV2
Note:
REPORT_FORMATCSVdoes not permit the formatting of data based on a template whileCSV2does. GeneratingCSV2formatted report takes more time compared toCSVoutput. Param=Value, optionally identifies the required parameters for generating the report. For example, for theMatch Type Configurationreport which takes the parameterstatuswith the valueapproved, specify the parameter and value asstatus=Approved.
Example
epmautomate runMatchingReport Example_FileName.html "Transaction
Matching"
"Match Type Configuration" HTML
"status=Approved"