In this blog article, we will keep our focus to get clear understanding on the Enterprise class structure in Pega. This article was created using Pega ’24 version. When an Organization decides to use Pega solution to build their enterprise applications, One of the first questions is to get clear on the Enterprise architecture and […]
Situational Layer Cake and Framework Vs Implementation Application types
In this blog article, we will see the basics about situational layer cake and different types of Pega applications – Framework Vs Implementation. Let’s start with Java application development. 1. Project creation – In Java programming, when we want to create a new application, we will start with creating a new Java project (The Java […]
Database Class Mapping Wizard
In the previous article, we saw how to use data type to create a data layer and map it to the local database table. In this article, we will see how to make a connection to the external database table using the database class mapping wizard. This article was created using Pega ’24 version. Note: […]
Data type Understanding and Cascading control tutorial
In this blog article – first, we will understand the data layers and then in detail about configuring a data type, followed by a short tutorial on Implementing Cascading control. This article was created using Pega ’24 version. In Pega database, we can have three types of instances in the two schemas – rules and […]
Server-side Validation Vs Client-side Validation in Pega
In the last blog article, we talked a lot about different validation rules. In this blog article we will understand about the different types of validation that is generic across applications (even non-pega). This article was created using Pega ’24 version. There are two types of Validation Look carefully at the below picture, you will […]
Validation rules in Pega
In this blog article, we will see about different types of validation rules available in Pega. Every application needs correct data to process any request. Validation rules play a critical role in ensuring the data quality of the application and can also partly play as a security guard. Imagine you are visiting an employment portal […]
Unauthenticated ruleset and customize login screen in Pega
In this blog article, we will see in detail about the usage of an Unauthenticated ruleset and then a working tutorial about customizing the login screen. This tutorial is implemented using Pega 8.2 version. Please note the corresponding HTML code may vary in the previous pega versions. We know that in Pega, rules and data […]
Email Processing using Email Wizard
In this article, we will explore Email processing. In this article, we will see more in detail about the email wizard. What is email processing? I will explain this with the popular Customer Service application. Say an insurance company provides email servicing to their customers. How this servicing can be performed? In general in 2 […]
Agent & Agent Schedule in Pega
Note: Pega started recommending to use Job Schedulers and Queue processors instead of Agents from Pega 8.1 version. The reasons are – Better scalability, performance improvements and ease of use. If you are in > Pega 8.1 version, please consider the Job Schedulers and Queue Processors. You can check on Jobs & Queue Processors using […]