Back Forward List View rules
Completing the New or Save As form

About List View rules

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

A list view rule has three key parts:

Field

Description

Applies To

SmartPromptSelect a class for this list view rule. Choose:

  • 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 at runtime can report 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 enter here.
  • A concrete class that corresponds to a view of the PegaRULES database, to report on the rows of that view.

NoteIf you are creating a list view rule to report on work objects, choose carefully whether you want to save the rule in an implementation class and RuleSet, or in a framework class and RuleSet. At runtime, list view rules with a framework class as the Applies To class can automatically report on work objects in the associated implementation class. GRP-924 (You can create both kinds of work classes with the Application Accelerator.) To enable this feature, select the Report on Descendant Class Instances option on the Contents tab.

The classes you can enter here may depend on the RuleSet you select. On the Restrictions tab of the Class form, a class rule can limit rules applying to that class to belong to one of an explicit list of RuleSets. C-356

View Purpose

Enter a purpose to identify this list view rule; the purpose you enter forms a Java identifier. Begin it with a letter and use only letters and digits. See How to enter a Java identifier.

NoteIn contrast to most rule names, you cannot use a dash (hyphen) in this key part. B-2663 and KARAF 3/21/06

Owner

By convention, enter the keyword ALL as the initial owner of this list view rule. Using the Customize This View facility, appropriately 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 designated to this limited purpose; the rules in such RuleSet versions are not typically moved from one Process Commander system to another.

For general information about the New form, see Completing the new rule dialog box. For general information on the Save As form, see How to enter rule keys using Save As.

Rule resolution

FFTT When searching for list view rules, the system:

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

Up About List View rules