You are here: Reporting > Deprecated report types > List View rule form > List View rules - Completing the New or Save As form

  List View rules
Completing the Create, Save As, or Specialization form

  1. About 
  2. New 
  3. Display Fields 
  4. Content 
  5. Selectable 
  6. Organize 
  1. Format 
  2. Parameters 
  3. Pages & Classes 
  4. Join 
  5. HTML 
  6. History 
  7. More... 

Note: Instead of creating a list view report, use the report definition rule to create a list report.

Records can be created in various ways. You can add a new record to your application or copy an existing one. You can specialize existing rules by creating a copy in a specific ruleset, against a different class or (in some cases) with a set of circumstance definitions. You may copy data instances but they do not support specialization as they are not versioned.

Based on your use case, the Create, Save As, or Specialization form is used to create the record. The number of fields and available options vary by record type. Start by familiarizing yourself with the generic layout of these forms and their common fields using the following Developer Help topics:

This help topic help topic identifies the key parts and options that are applicable to the record type you are creating.

Create a list view rule by selecting List View from the Reports category.

A list view rule has the following three key parts:

Field

Description

Apply to

Select a class for this list view rule.

  • A concrete class to report only on instances of that class, stored as rows in a database table.
  • An abstract class that is parent of concrete classes, to define a rule that can report at run time on instances of a single class derived from the abstract class. The activity referenced in the Content tab must accept, as an input parameter, a concrete class equal to or derived from the class you specify.
  • A concrete class that corresponds to a view of the PegaRULES database, to report on the rows of that view.

If you are creating a list view rule to report on work items, decide whether you want to save the rule in an implementation class and RuleSet, or in a framework class and RuleSet. At run time, list view rules with a framework class as the Apply to class can automatically report on work items in the associated implementation class. To enable this feature, select the Report on Descendant Class Instances option on the Contents tab.

The list of available class names depends on the ruleset you select. Each class can restrict applying rules to an explicit set of rulesets as specified on the Advanced tab of the class form.

Identifier

Specify a purpose for the list view rule, which forms a Java identifier. Begin the identifier with a letter and use only letters and numbers. See How to enter a Java identifier.

In contrast to most rule names, you cannot use a hyphen in this key part.

Owner

By convention, enter the keyword ALL as the initial owner of a list view rule. By using the Customize This View facility, authorized users can later create personal copies from an ALL rule.

The Owner value of a personal list view rule is an Operator ID name. By convention, such personal rules are placed in a RuleSet and version that are designated for this limited purpose. The rules in such RuleSet versions are not typically moved from one system to another.

Rule resolution

When searching for list view rules, the system:

Circumstance-qualified rule resolution features are available for list view rules. Time-qualified rule resolution features are not available.

List View rule form