Activity End and Exit Activity methods in pega
Sometimes an activity has to stop early: a validation failed, a record was not found, or the work is already done. Pega has two methods for ...
Home » Archives for 05/21/20
Browse Pega tutorials and interview questions.
Sometimes an activity has to stop early: a validation failed, a record was not found, or the work is already done. Pega has two methods for ...
How do you make one rule behave differently for different customers, countries or products without writing a mess of if statements? Pega...
Rule Availability: How to change Rule Availability? To change the availability setting of a rule, click the Availability toolbar button ...
Pega ships a set of standard activities in the Work- class that create work objects, which are the case records in your application. The na...
Business logic that changes often should not be buried in activities. Pega gives you decision rules , small rules that hold the logic in a f...
Declarative: The declarative rule is an instance of a class derived from Rule-Declared- They allow for automatic processing of Pro...
The clipboard comes up in almost every Pega interview, and usually as a string of follow-up questions. This post collects the common ones wi...
Difference between Work- and Data- classes? The Work- base class, one of thirteen standard top-level abstract classes, is a superclass to ...
What is the difference between Workgroup and Access Group? A work the group is an instance of the Data-Admin-WorkGroup class. A working gr...
Explain about Work Object? A work object is the primary unit of work completion in an application, and the primary collection of data th...
Define Flow and explain different types of flows available with an example? Flow: Flow is a graphical representation of the business process...
How can we achieve INNER JOIN, LEFT OUTER JOIN, and RIGHT OUTER JOIN from report definitions? From Data Access tab of Report Definition in C...
Where assignments will be stored in Pega rules database? Work List related assignments are stored in pc_assign_worklist. Workbasket re...
Moving an application to a newer Pega version does not end when the upgrade scripts finish. The rules that were built years ago still have t...
Every rule in Pega belongs to a class, and classes inherit from each other. If that tree is designed carelessly, teams end up copying rules,...
Replacements for deprecated UI components The following table lists the Pega 7 Platform UI component that replaces each deprecated UI comp...
The following are the 5 focuses for Phase#1: 1. Dynamic Select to Dropdown 2. Autocomplete to pxAutoComplete 3. Embedded List persp...
Split Join - One or more flows with Any, All options Split For Each - One flow for each page in page list/ page group with Any, All, Itera...
Upgrading DynamicSelect to Dropdown: We can be able to upgrade deprecated control Dynamic Select to Dropdown: We have few challenges. ...
Class Inheritance Rule Resolution Class - Object ‘Object’ is an instance of ‘Class’, Pega we define ‘Work Object’ as an instance of a con...
What is BPM? What is Pega used for? What does Pega stand for? What are Pega rules? What are Pega Guardrails? What are Pega Terms & Conce...