Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Configuring Reports Filters

Configuring Reports Filters

You can design Business Intelligence and Reporting Tools (BIRT) reports in Process Developer and deploy them for display in Process Central as well as in the Process Console. For details, see Creating Reports for Process Server and Central.
The Reports section of the Process Central configuration file configures the following:
  • Folder name to add under the Reports category.
  • Report name to add to the folder.
  • Description of the report to display in the work area.
  • Location and name of the report to be deployed.
    Tip:
    If you want to view some standard reports, look in the Process Console.
  • Location and name of an optional HTML file created for the Preview area.
  • Restricted access to the report for named user roles.
Fill in the values as shown in the following example:
<tns:reportCategoryDefs> <tns:reportCategoryDef id="loans_category" name="Loan Approval"> <avccom:reportDef id="loan_report" name="Loan Approval Report"> <!-- Use this section only to restrict access to reports. Delete it if not used. <avccom:allowedRoles> <avccom:role>FILL_IN_ROLE_1</avccom:role> <avccom:role>FILL_IN_ROLE_2</avccom:role> </avccom:allowedRoles> --> <avccom:description> Loan Application Approvals By Month </avccom:description> <avccom:formLocation> project:/tutorial/reports/loansReport.rptdesign </avccom:formLocation> <avccom:formPreview> project:/tutorial/form/preview/loanRptPreview.html </avccom:formPreview> </avccom:reportDef> </tns:reportCategoryDef> </tns:reportCategoryDefs>

0 COMMENTS

We’d like to hear from you!