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 the developers in […]
Queue processor – Usage and Configurations
In this post we will see the architecture behind queue processor rule and all its configurations and usages. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well What is a queue processor rule? – Used for background processing that makes use of queue […]
Data Pages Usage & Configurations in Pega
In this blog article, we will try to understand the in-and-out of Data pages configuration and usages. This article was created using Pega ’24 version. Before getting into data pages, let’s understand about memory, caching and clipboard pages. Let me start with a very simple example. Imagine you are a YouTube Chef 😊 You want […]
Requestor types in Pega
In this blog article, we will see about different requestor types in Pega. This article is implemented using Pega Infinity ’24 version. First, let’s start with understanding the term – Requestor. What is a requestor? From the name, we can say that it can be any people or object which requests for a service. From […]
Case Locking Mechanism in Pega
In this blog article, we will see in detail about locking mechanism in Pega. What is locking? Let’s take a simple example. 2 clerks working in a bank tried to update the same bank account for two different transactions. They both retrieved the bank account at the same time and started applying the transactions. Clerk […]
Dynamic Referencing and Dynamic Class Referencing (DCR) in Pega
In this blog article, we will talk about dynamic referencing and dynamic class referencing in Pega. Let’s start with the term – Pega – build for change What is build for change?! Think of different ports available in a Television We can reuse the TV in multiple ways!! . We can call it as built […]
Property Optimization – Expose Columns in Pega
In this blog article we will check the different ways through which we can expose properties in database table. First let’s see how the data (for example – Case data) gets saved into database table. We know Pega uses properties to hold the data. Say for example, I have created a new amazon sales case, […]
Aggregate Properties and Use of Indexes inside Aggregate Properties in Pega
In this blog article, we will talk about two things Update: The activity rule methods remains the same across different Pega versions. The screenshots in this blog article were reused from Pega 7 version. Use this blog article to learn the concepts and you can try it out in the latest versions as well. What […]
Configure LDAP Authentication Service in Pega
In this blog article, we will see how we can authenticate the application user credentials against the attributes stored in the apache directory server. It is mandatory to visit my another blog article of LDAP set up before proceeding in this article. How to configure the LDAP authentication in Pega? Let’s start by choosing the […]
Configure LDAP services – Apache Directory
In this blog article, we will see more in detail about directory services and LDAP protocols. We will also set up our own directory service. Let’s start with the directory. What is a directory? Directory is a collection or list of data and they saves the information and provides them when needed. Real time examples […]