RuleSet form
|
|
Use this tab to update any version rules defined for this RuleSet.
RuleSet version rules identify a three-level version number for a RuleSet. You can update these rules to prohibit changes to rules in the version, to record a start date for the version, and to identify any dependencies between this RuleSet version and other RuleSets.
Field |
Description |
Secure |
Identifies a locked or unlocked RuleSet version. Lock the RuleSet version to prevent developers from saving new rule instances to this version, or updating or deleting existing instances. All instances using this version must be checked in before the version can be locked. Double click the icon to open a pop-up window that allows locking or unlocking, depending on its current state. You are prompted to define a password if you are locking the version, or enter a password if you are unlocking it. When you change the lock status, the version is automatically saved. The icons perform the same functions as the Lock and Save or Unlock and Save buttons. As a best practice, use the Preflight tool before locking a version of a RuleSet, and research each warning message, eliminating those you can. Select > Application > Development> Checked Out Rule to identify rules that you (or someone else) has checked out in the current application, or in all applications. As developers work, they may request that you create more RuleSet versions and lock (that is, mark as secure) a RuleSet version for which development is complete. Each user or other requestor can access rules in only one major version of a RuleSet. For example, access to version 06-10-15 includes access to 06-10-14 and 06-04-11, but not to 05-01-01. Locking a RuleSet version does not prevent:
To restrict these actions, use the Define Password settings on the Security tab. |
Version |
The second key part of the rule. |
Description |
Short description — initially from the Description field in the New or Save As form. |
Approval Process Required |
Select to require a development approval workflow, identified in the RuleSet Name rule, for check in of rules for this version of this RuleSet. See Using the Rule Check-In Flow. |
To edit a version, click the Expand icon () to view its details. When you complete your updates, click the Save icon () on the version header. You can also click the Save icon () on the toolbar to save the RuleSet and all versions.
You cannot edit any version if the To Update this RuleSet setting on the Security tab is locked.
Field |
Description |
Required RuleSets And Versions |
Enter one or more RuleSet versions on which this RuleSet version depends, that is, requires as a prerequisite. For example, if you're creating a RuleSet version for an application that will use activities and other rules in HomeSales:04-01-01, enter HomeSales:04-01-01. Enter all three pairs of digits in the version; you cannot enter a partial version here. Typically, your application depends on the entire Process Commander product. Enter Pega-ProcessCommander:06-01-nn or include a RuleSet that has this RuleSet as a prerequisite. This prevents the application from being moved with the Import Archive tool into a version 4 or 5.2 system. The system assembles a complete required RuleSet version list from:
Therefore, if your RuleSet depends on Alpha:02-01-01, and Alpha:02-01-01 depends on Beta:02-01-01, only list Alpha:02-01-01. There's no need to list Beta:02-01-01 because it is already listed in Alpha:02-01-01. When developing rules in this RuleSet version, developers can reference activities and other rules in any RuleSet version in the total RuleSet version list. The system also uses this information during the upload function of the Import Archive tool. |
Effective Start Date |
Optional. Enter an effective date for the rules in this RuleSet version to support historical processing. Use the format YYYYMMDD or click the calendar icon () to choose a date. This value does not affect normal system operation; rules in this RuleSet version are available before and after the date. If you leave this field blank and save the Version form, the system enters in this field the date that this version rule was created. The Effective Starting value affects processing only for requestor sessions that execute the PublicAPI method setRuleSets() to establish a cutoff date for RuleSets. This function revises the requestor session RuleSet list to exclude RuleSets with an effective date later than a supplied date. To negate or turn off historical processing, call restoreRuleSetList().Your activity can call setRuleSets() multiple times with successively earlier dates, but you can't advance the date. So, to turn on 2005 processing after previously turning on 2003 processing, return to the current date with restoreRuleSetList() first. Such historical processing allows only "as-was" rules to apply (when this field is completed accurately and the setRuleSets() capability is enabled). For example, tax processing performed in 2005 may apply the tax rules in force as of January 1, 2003, if properly configured. Don't enter a future date in this field. A future date does not prevent the rules in this RuleSet version from being found by rule resolution. See Contrasting time-qualified rules, date-time circumstances, and historical processing. |
To Add/Update Version |
This field appears if you have used either the To Add a RuleSet Version or the To Update a RuleSet Version lock settings on Security tab. To unlock the version, enter the password that matches the To Add or To Update password settings. The field is replaced by a checkbox . Make your changes, save the version, and clear the box to lock it again. |
View History | Click to display a window containing the history of the RuleSet version. |
Lock and Save
or Unlock and Save |
Click to lock or unlock and save the RuleSet version. |
Component Class |
This field appears when you select The top-level abstract class for the component. |
Interface Details |
Click this button to define the component entry points and its output properties. |
Component Information |
A text description of the component. |
Component Entry Points |
This array lists one or more flow rules or activities that define the entry points of the component application |
Type |
Type of entry point rule:
|
Name |
Second key part (Activity Name or Flow Type) of the rule. |
Description |
A text description of this entry point rule. |
Params |
Click to access or enter values for flow parameters or activity parameters. |
Component Outputs |
This array lists one or more property names available to both the primary (calling) application and the embedded application, to return status and results. A Declare Expression rule that automatically copies the property values from the component to the calling application. |
Property |
Optional. Name of a callback property. |
Description |
Description of the property. |
Right-click a row to access a context menu, which enables you to perform these functions:
Menu Item |
Result |
Save As |
Create a copy of this RuleSet version with a different version number. |
Delete |
Delete a version if there are no rules associated with this version. |
Rule Data |
View the XML document responsible for housing the information within this version. This data is primarily a debugging aid. Use to identify the property names (and the handle) for each property referenced in the rule. |
Referencing Rules |
View the rules that this version references and the rules that are referenced by this version. See Using the Referencing Rules display. |
Favorites |
Make this rule a favorite. |
Copy RuleSets or versions from the current RuleSet form as follows:
If the To Update This RuleSet setting on the Security tab is locked, the new rule cannot be saved. Provide the password in the To Update This RuleSet field on new rule's Security tab to save the rule.
You cannot copy a RuleSet version to this RuleSet if the To Add a RuleSet Version or the To Update this RuleSet settings on the Security tab are locked. Clear the settings on the tab and save the rule.
Create RuleSets or versions from the current RuleSet form as follows:
You cannot create a RuleSet version in this RuleSet if the To Add a RuleSet Version or To Update this RuleSet settings on the Security tab are locked. Clear the settings on the tab and save the rule.
Deleting RuleSets and versions
If there are no rules associated with a RuleSet or version, you can delete the RuleSet or version in this form.
If the RuleSet has one or more associated rules, use the RuleSet Delete tool. Select > System > Tools > Refactor RuleSets > Delete a RuleSet to start the tool.
check in, check out, delegated rules, private RuleSet, rule management facility | |
About the RuleSet Delete tool | |
Atlas — Standard RuleSet Names |