PEGA
Declarative Processing: Automatic calling and execution of rules by process commander. We create declarative rule and leave them without referring from any other rule. These rules gets auto executed when we used the properties which are involved in declarative rules. Below are declarative rule Constraints Declare expression Declare on change Declare Trigger – This gets […]
To create a form and add into transaction processing, follow below steps. Identify and create all the required property. Create a Section and Drag and drop all the above properties into layout of section. Create a flow action and include above created section into flow action. Create a flow, call the above flow action into […]
This is one of the main debugging tools which stores WO data and other Information Temporarily. In other Words Clipboard an interface between PRPC and it’s rule base, which is going to temporarily, store Data. Once we submit, this data gets stored into rule base Work Table. Before it goes to work table, this data […]
Circumstance is situation applied on Rules. Situation is based on Condition. At each situation, rule behaviour will be different. Circumstance means creating multiple variants of a single rule based on condition. Circumstancing requires condition to be applied on the rule. Two Types of Circumstance Single Property (With on Optional Date Property) Multiple Property (Template and […]
This rules defines conditions based on properties. It can be created under decision category. When rule is an instance of Rule-Decision-when class. This rule can be called from many different other rules. Section -> on controls and layouts to apply visibility conditions. Flow Action -> Under Action tab Activity -> At beginning and ending of […]
When rules can be called in an activity at each and every step. Step Beginning. Step End. Per each step we can call at least one when condition before step and/or after step. We can call when condition at “When” Before Step and/or At “JUMP” After step. We just need to click on When or […]
When an Operator Opens a Work Object, PRPC acquires a lock on case. At the same time when other tries to open the case. It displays a message , the case is being modified Oeprator1. This is called default locking. Operator1 is working ALLS-10 When Operator1 tries to open ALLS 10 Two Types of Locking […]
Work Object can be assigned with Status At Step Level Stage Level Done.
Reporting can be done using Report Definition rule. Report Definition rule should be created in, Table class. If we want to fetch data from multiple tables, report definition has to be created in one of the classes and then we have to join this with other classes. Data access tab provides joins option. There are […]
Check in / Check Out prevents Parallel Development. By Default the Rule Will be Without check in- Check out feature. To Enable Check In/ Check out for all rules follow below steps. Open the rule set. Go to security tab Select Use Check out. Save. Now Open Any rule, We see check out button. That […]