Property form
|
|
Optional. Complete this tab to:
The format and contents of this tab depend on the Property Mode value selected on the General tab.
Field |
Description |
Max Length |
Optional. This field is visible only for Enter the number here. If a user or activity attempts to assign a longer value to the property, the clipboard does contain the longer value, but also has an associated message.
|
Expected Length |
Optional. Enter the typical length in characters expected for the property being defined, as entered into a form. This does not affect the number of characters that can be stored internally in the property value. If you associate the standard control FixedSizeForInput with this property, the system uses this value to define the size of HTML input textboxes. Use the similar FixedSize control to apply this limit to both input and display presentations of the property. This field is visible only for |
Override Sort Function |
Identify here a function rule in the Pega-RULES:Sort library or a custom function in a custom Sort library. For a custom function, enter the RuleSet name, a colon and the sort function name. This field is visible only for |
Access When |
Identify the second key part of an access when rule (Rule-Access-When rule type) that controls whether or not the clear-text or encrypted value appears in reports and forms. Design the access when rule to be true for those operators, situations, and times when the clear text of the property value is to appear, and false otherwise. See Implementing and using the TextEncrypted type. |
Edit Input |
If this property is to hold text that is composed using the RichTextControl control and so may contain HTML markup such as |
Validate |
When users complete and submit a form containing a value for this property, the system first applies the edit input rule. This rule may transform the input text. Next, it applies the edit validate rule, which may cause a message to be added to the property indicating that the property value has failed validation.
This field is visible only for |
Column Inclusion |
Optional. If this
The other choice
See How to expose a property as a database column and Data Model category — Classes and Properties landing page.
|
Optimized for Classes |
A list of the classes containing this property that have values as an exposed column in the PegaRULES database. This read-only list appears only for |
Cannot Be Declarative Target |
Select to prevent this property from being the target of a Declare Expression rule.
This restriction is meaningful only for |
Cannot be included as an input field |
Select to turn on the pySpecial restriction for this rule. If selected, users cannot directly enter a value for this property on an HTML form. This restriction improves system security and reduces the chance of errors that can occur when one property is in some cases computed and in other cases directly input. Such properties are sometimes called special properties.
|
Reference Property |
Select to make this property a reference property, a property that can link to a source 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.
|
Persistence |
Select to cause the value of this property to be omitted (equivalently, set to null) when any clipboard page containing this property is committed to the PegaRULES database. Similarly, the property has no value when an instance containing this property is opened to the clipboard from the PegaRULES database. Marking a property as transient, when appropriate, improves performance by reducing the size of the Storage Stream property value (the pzPVStream property and column). While on the clipboard, the property can have values of any length. Of course, select this only for properties — Single Value or aggregate — that have values that you don't need to be saved in the database. If you mark a property as transient, but saved instances of objects already exist in the PegaRULES database, the values of this property are removed only when and if those objects are later opened and then recommitted.
|
Optional. Complete this array to associate one or more property qualifier rules (Rule-Obj-Property-Qualifier rule type) with this property.
Each property qualifier you list here provides additional information at runtime about the property, and may alter the behavior in computations or presentation of the property.
You can provide a value for the qualifier on this tab, thereby defining a permanent value. Or when desired, you can leave the value blank and use Java methods in the PublicAPI to set or test values dynamically. For details, see More about Property Qualifier rules.
If you update an existing property that references the pyDecimalPrecision qualifier, additional steps may be necessary. See Revalidation is necessary after certain property updates in More about Properties.
Field |
Description |
Qualifier |
Optional. For a permanent qualifier, enter the value in a pop-up dialog box:
|
Click Explore after you save the form if you completed the Table Type field on the General tab and want to preview the presentation of choices for this property when presented in input mode. This display also identifies any Declare Expression rules that reference the property, and dependencies among expressions. See Properties — Working with the Explore Window.