You are here: Reference > Rule types > Properties > Property form - Completing the General tab for Page modes

Property form
Completing the General tab — Page modes

  1. About 
  2. New 
  3. General 
  4. Advanced 
  5. History 
  6. More... 

Use the following table to complete the General tab fields that appear when you select a property mode of Page, Page List, or Page Group. You can use such properties in activities to create embedded pages on the clipboard.

Field

Description

Type  
PageClass

Identify a class for the value of the page property, or enter one of the keywords described here. In most cases, select a concrete class.

When you later configure an activity that uses this property, the activity cannot specify a different class for this property. The concrete class for the embedded page cannot differ from the class recorded here.

You can also enter an abstract class, or one of two keywords:

  • For more flexibility in activities that use this property, enter an abstract class or the keyword $CLASS. If you enter an abstract class, the activity at runtime must specify a concrete class derived from that abstract class. If you enter $CLASS, the activity must specify a concrete class (but it can be any concrete class). For example, the Code-Pega-List.pxResults property uses $CLASS.
  • Enter $ANY to make the class of the page (or Page Group or Page List) assignable at runtime.
Reference property

Select to make this property a reference property. Reference properties can reduce the need for duplicating data values on multiple pages or objects, and can simplify lengthy property references. Use the Property-Ref method in an activity to establish the contents of a reference property.

Validate embedded page

The system tests whether a Page mode property is valid by checking whether any of the properties it contains have values that are incompatible with their definitions (the Rule-Obj-Property rules). A page is not valid if any property messages or page messages appear and the page (or higher-level pages containing the page) cannot be saved to the database.

Generally, accept the default selected check box. The system then validates this property (one or more embedded pages) each time it validates the higher-up page that contains this property.

If you clear this check box, each embedded page is validated independently. For example, the pxResults property (in the Code-Pega-List class) treats every embedded page independently.

Caution: You cannot change this check box after you save the form.

Java Page

A Java Page is a clipboard page with a class derived from the Embed-Java- base class. Select Java Page to enable the Serialize this Object field.

Serialize this Object

This field appears only after you select the Java Page check box. Select to indicate that the source Java class represented by the Pega 7 Platform class specified in the Page Class field implements the Serializable interface and you want to be able to save the data from the page property with other clipboard data.

Special

Select to mark this property as special, indicating a property for which the value cannot be set by direct user input.

Input Processing  
On Change Activity

Optional. To force processing to occur when the value of any property on the page changes through user inputs, identify an activity here. (This processing is not related to activities started by Declare OnChange rules.) The system uses the Page Class you entered above as the first key part of the activity.

For example, you can use an activity that causes all properties on the page to be revalidated when one of the properties on the page, such as the party ID, changes.

To see an example, review the standard property Work-.pyWorkParty.

Note: This activity does not run if a value on a page changes through activities, Declare Expression computations or other processing rather than through user input.

Related Topics Link IconRelated information

About Property rules