Articles

What is Declare index in Pega?

Introduction Think of why the rule is given such a name 🙂 We all might have come across the term Index. Take a text book, in the first page you will see an index. ‘What is the main purpose of it?’ Yes, you are right 🙂 It contains page numbers to access the topics quickly.

Read More »

How to configure dynamic layout Pega UI?

Introduction Pega 7 introduced many new features in the User Interface category. One of the main features is the introduction of dynamic layouts. Every Pega application is made of two parts: Content           – Supported by HTML rulesPresentation  – Supported by Skin rule Note: HTML 5 is the fifth and current

Read More »

What is float concept in Pega UI?

IntroductionFloating in Pega is a concept, in which we float the components in one side or to the other side of the website. Prior to Pega 7, if we need to accomplish this floating, then we have to include several nested layouts together and it is a tedious process.Pega introduced this floating concept to make

Read More »

How to configure Connect-REST in Pega?

Introduction I am gonna start this post in a different way 😀 Why do we need friends? We can trust them and share our feelings with them.They help us in difficult situations.They can share our works as if it is their own and there will always be some mutual understanding between friends. This list can go

Read More »

How to configure Service Package in Pega

Introduction I will say Service package is the heart of Integration service rules in Pega.On looking at the name, you can brief me about service package. Used to package services 🙂 Absolutely right. Remember, the Service REST I created, it belongs to a Service package rule – TestServicePackage Imagine the Integration-Service rules as a robot

Read More »

How to configure Service-REST in Pega?

Introduction First of all, don’t think INTEGRATION is a difficult topic in PEGA. I would say Integration is much easier than creating an activity rule 🙂 Pega makes it simple for developers. All you need to do is configure the Integration rules. Pega takes care of the rest 🙂 Pega provides useful wizards and guides

Read More »

How to configure Split Join, Split for Each & Spin Off in flow rule?

Introduction We are going to see about three parallel processing that can be used in a Flow rule. Split JoinSplit for eachSpin off What is parallel processing? Imagine you have got a job offer from a reputed company. Onboarding process involves, Document uploading & verification process – You and the HR will be involved.Address verification

Read More »

Split Join, Split for Each & SpinOff tutorial in Pega

It is highly recommended to see the ‘configuration’ post first before proceeding 🙂 All the testing scenarios are explained here: Split-Join What are the pre-requisite to test split join? Create any new implementation application or you can use an existing one. I am using Amazon sales application. Create a new starter flow. Note: Starter flow

Read More »

How to configure flows in Pega?

Introduction Usually all applications have at least a single business process.The business process use some sequence of events to complete the process. Take Amazon as an example. This is what happens, when we order a product in Amazon. You can see a work flow here. Not only this organization, every organization business process can be

Read More »

how to use formats & mixins in skin rule

Introduction If I had bored you with the previous topics, then get a look into it. COLOURFUL UI  ðŸ™‚  Content + Presentation = A good application See whenever you come across a website, first people’s eyes go to the presentation part.Presentation should be at least a decent one to attract viewers. Let’s concentrate on presentation part here.

Read More »

Access Deny & Privilege in Pega

Introduction This is the continuation of Authorization topic. Please go through ‘Access roles’ post Access Deny You can explain it with the name. Yes, we are denying the access. Simply saying, it is the exact opposite of Access of Role to Object (ARO). Access Deny = Access Denial of Object (ADO) ADO is my own term,

Read More »

How to configure Service Level Agreement(SLA) in Pega?

Introduction Service Level Agreement main objective is to process any time bound requirements in the application. Imagine, Timesheet application. If an employee fails to submit timesheet by end of month (April 30th), then he/she has to be sent with a reminder email. If he/she didn’t submit after 5th of next month, then we should send

Read More »

Declare Trigger & Declare On Change in Pega

Introduction In this post we will see how to configure a declare trigger and declare on change rule in Pega. Unlike Declare expression where we set value for a single property, Trigger & On change rules focus on executing an activity in response to any business events.Both theses rules get invoked automatically and they don’t

Read More »

How to configure declare expression in Pega

Introduction In this post we will see how to configure a declare expression rule in Pega. It is mainly used in computing property value based on expression.This rule comes under declarative category.It executes declarative and hence there is no need  to call these rules manually. We can just configure the rules and no need to

Read More »

Access roles & ARO configuration in Pega

Introduction Access roles – Granular part of access group. Let me bring the authorization model again. Scenario: Amazon organization opt for a single application for 2 different divisions – Sales & Service.They have individual manager for the two divisions and group of users(call center agents) work for their respective division. We have different functionalities out

Read More »

Configure an access group in Pega

Introduction You might have come across some websites which look different based on the region from where you logged in. A website in US may look different from the same website in India. Scenario: You have created a new travel website and you are the admin.So when you login the website, you can update the

Read More »

Configure an Operator ID in Pega

Introduction Imagine social networking sites. They have a Sign Up link in their home page. You can sign up to create a new account. “What happens at the back end?”.  A new account is created for you and it is stored in the server. Username will be the key to link the account. So whenever

Read More »

What is workparty in Pega?

Introduction In this post, we will see how to configure a workparty in Pega. Every case/work item has a life cycle starting from creation to resolving the case. Imagine Amazon website. You ordered a product. At the back end, Amazon has created a Purchase request case for your product. Now list me the people who

Read More »
error: Content is protected !!
Scroll to Top