How to write a java code in an activity?
Pega is built so you can do almost everything with rules, but sometimes an activity needs a few lines of Java. The Java step method is how ...
Home » All posts
Browse Pega tutorials and interview questions.
Pega is built so you can do almost everything with rules, but sometimes an activity needs a few lines of Java. The Java step method is how ...
Every step in an Activity runs against a page . The Step page setting on the step tells Pega which page that is. Get this wrong and the ste...
When a flow reaches an assignment shape, Pega has to decide who gets the work . That decision is made by a routing activity , an activity of...
The Page- methods are the activity steps that create, copy, clean and remove pages on the clipboard. Almost every activity that works with ...
An activity often needs to run another activity. Pega gives you two ways to do it, and the difference is simple but easy to forget under int...
Most activities spend a lot of time reading and writing properties. Pega gives you a family of Property- methods for this, and knowing whic...
A report that shows the same row several times looks broken, and users lose trust in the numbers. Two settings on the Query tab of a Report...
Pega ABAC vs RBAC As we all know, securing our application and data is very important in real-time. We can provide security to our applicati...
What are PegaRULES, PegaDATA, and split schema? As we know pega has introduced the concept of split schema, which is RULES schema and Data s...