How to read excel file in pega
Parse Excel in Pega? If we want to upload multiple operators and create operators/access groups ...
Home » All posts
Browse Pega tutorials and interview questions.
Parse Excel in Pega? If we want to upload multiple operators and create operators/access groups ...
Relevant records in Pega Marking a rule as the relevant record for re-usability by developers or automatically by Pega in developer studio t...
What is Data Propagation in Pega? Data propagation means mapping important or required properties...
Most rules in Pega run only when something calls them. Declarative rules are different: Pega runs them for you when a value changes or a re...
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...