This is the continuation of the previous blog article. In the last article, we saw how we can configure an IdP entity using OpenAM. For better understanding, please go through the below articles, before proceeding further. In this post we will see how we can configure a Service provider entity details in Pega authentication service […]
Configure Calendar instance in Pega
In this blog article, we will see how we can configure a calendar instance and use it in a pega application. Business Requirment: Say, ABC banking organization uses Pega CRM application to treat the customers. Based on the customer needs, banking employees (application users) start creating the appropriate case types. Case types may have different […]
Loggers and Log Categories in Pega
In this blog article, we will see how to add log levels for different loggers and also group the loggers into a log category for easy maintenance purposes. Let’s start with the logging framework. What is a logging framework? – Logging framework is a utility designed to standardize the process of logging in the application. […]
Compliance Score, Guardrail Warnings and Custom Warning
In this article, we will talk about the application quality metrics – Guardrail warnings and compliance score. We will also see how we can add/suppress guardrail warnings for different rule types. This tutorial is demonstrated using Pega 8.5.1 personal edition. Application Quality Think an insurance providing organization wanted to use Pega software to build a […]
Libraries and Functions – Usage and Configurations
In this blog article, we will create a new library and a new function rule. We will also see different ways of referencing function rule. Before continuing, it is highly recommended to cover the basics of functions and libraries from another blog article. Requirement: For this tutorial, I am going to use a simple Java […]
Libraries and Functions – Fundamentals
In this blog article, we will talk about the basics of functions and libraries in pega. Functions in programming language – Function is a block of reusable code that is used to perform a single related operation/action. – Functions usually accept input data, process the data and then it may return a result. – Different […]
Dynamic Layouts – Usage and Configurations in Pega
In this blog article, we will focus on the HTML content part of the Pega application, specifically on the dynamic layouts, which is one of the most commonly used layouts in the section configuration. Consider any application/website built over any programming language. The key building blocks on high level will be HTML + CSS + […]
Application settings – Usage & Configurations in Pega
In this blog article, we will see how we can use the application settings rule in pega. Application settings rule was introduced in Pega 8.3 version. In the previous releases, application settings were called the rule system settings. Please visit my previous blog article, to understand more about the system settings. What is an Application […]
Add JNDI Datasource for External Database Connection
In this blog article, we will see how we can add a JNDI datasource and also create a new Pega database instance using the JNDI datasource to connect to the external database. This tutorial is demonstrated using Pega 8.5.1 personal edition. Okay, first let’s look into the out-of-the-box pega database instances. Records -> SysAdmin -> […]
Understand Log4j2 and Create Custom Appender
In this blog article, we will see how Pega uses the Apache Log4j2 library logging features, and also we will create our own custom appender or a custom log file. This tutorial is demonstrated using Pega 8.5.1 personal edition. As a Pega developer / Architect, we always tend to look into the log files for […]









