What is the difference between parameters and local variables? How are they used in an activity?
Activities need a way to pass values around. Pega gives you two: parameters and local variables . They look alike, but they have different ...
Home » All posts
Browse Pega tutorials and interview questions.
Activities need a way to pass values around. Pega gives you two: parameters and local variables . They look alike, but they have different ...
In Pega, a class is a rule of type Rule-Obj-Class. It says what kind of thing something is, and it sets the position in the inheritance tre...
What is REST? Nowadays we are using REST integration interface to interact with external systems through web service in Pega, basically to...
Messages, such as the red error text next to a field, are stored on the page. If an earlier step added an error and you now want to start cl...
Most Pega applications keep their data in the Pega database. Sometimes, though, you must read or write a table in a different, external rela...
Obj Methods: At runtime, five methods (Obj-Browse, Obj-Filter, Obj-List, Obj-List-View, and RDB-List), list view rules, and summary view r...
Below are the topics which are covering in this post. Operator ID Access Group Organization – Division – Unit Roles & Portals Properties...
Work Type Work Item Work Pool Work Group Work List Work Basket Work Party Work – base class Every application requires at least one concrete...
Ruleset validation Ruleset validation is being performed each and whenever a rule is saved. It ensures that referenced rules are accessible ...