Articles

Subscribe to newsletters and get latest updates

You can subscribe to this new mailing list to get latest updates from myknowpega author Your subscription could not be saved. Please try again. Your subscription has been successful. Newsletter Subscribe to our newsletter and stay updated. Enter your email address to subscribe Provide your email address to subscribe. For e.g abc@xyz.com I agree to

Read More »

Linked properties

Introduction In this post we will talk about the Linked property configuration and its usage. What is a linked property? Linked property is a single value property that can act as a linking pin between any two instances. In Pega we have different instances like work and data instances under different concrete classes. Let’s say

Read More »

Approval flow in Pega – Part 2

Introduction This is the continuation of the previous post. Please make sure to complete my previous post on approval flow configurations. In this post, we will build and test three types of approvals. 1.Single approval flow by reporting manager Here the claims request should be approved or rejected by the reporting manager irrespective of claims

Read More »

Approval flow in Pega

Introduction In this post we will look into the approval process flow which we can be implemented using the case designer. This tutorial is implemented using Pega 8.7 version Most of the business organizations work in a hierarchical role and most of the processes may require certain approvals. From a very simple process like leave

Read More »

Libraries and functions – Part 2

Introduction In this post we will create a new library and a new function rule. We will also see different ways of referencing function rule. Before continuing, I would strongly recommend you to cover the basics of functions and libraries from my previous post Requirement: For this tutorial, I am going to use a simple

Read More »

Libraries and functions – Part 1

Introduction In this post we will talk about the basics of functions and libraries  in pega. Function 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 programming language name function differently

Read More »

Compliance score, Guardrail warnings and custom warning

Introduction In this post we will talk about the application quality metrices – Guardrail warnings and compliance score. We will also see how we can add/suppress guardrail warnings for different rule types. This tutorial is implemented using Pega personal edition 8.5 version Application Quality Think an insurance providing organization wanted to use Pega software to

Read More »

Loggers and Log categories in Pega

Introduction In this post we will see how to add log levels for different loggers and also group the loggers into a log category for easy maintenance purpose. 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.Most of

Read More »

Configure Calendar instance in Pega

Introduction In this post, we will see how we can configure a calendar instance and use it in a pega application. 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 work steps

Read More »

Application settings in Pega

Introduction In this post, 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 post to understand more about the system settings. Application settings rule is of

Read More »

Add JNDI datasource for external database connection

Introduction In this post 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. For this tutorial I am using Pega personal edition 8.5 Okay, first let’s look into the out of the box pega database instances.

Read More »

Understand Log4j2 and create custom appender

Introduction: In this post, 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

Read More »

History writes and case auditing in Pega

Introduction In this post, we will see how case history can be added for auditing purpose. We will also add auditing on field level to track the changes in any case specific  values. Audit trail gives a good picture of the case life cycle. We can track back what happened within the case from the

Read More »

Docker 4 – Run Pega docker container

Introduction This is the final post on docker series, where we will see how we can run a Pega docker container. I strongly recommend you go through all my 3 previous posts on docker for better understanding. If you are a docker expert, then no need 😉 https://myknowpega.com/tag/docker/ All the commands in this post can

Read More »

Docker 3 – Docker basics and first docker container

Introduction In this post, we will start with Docker architecture, docker objects and we will also run a simple docker container. I would recommend you to go through the previous posts in order for better understanding. https://myknowpega.com/tag/docker/ Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following git

Read More »

Docker2 – Setup Docker desktop in Windows

Introduction In this post, we will see how we can set up the docker desktop in windows 10 home edition. You can visit my previous post for containerisation basics – Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following git repository, you can easily copy/paste from there.

Read More »

Docker 1 – Containerisation basics

Introduction This is the first post in docker series. Here we will talk about some basic containerisation terminologies. What is containerisation? Bare metal  Vs Virtualization Vs Containerisation Bare metal – It refers to a single physical server. We know that to run any software, we need the hardware elements of a single computer – server,

Read More »

Job Scheduler

Introduction In this post, we will see all the configurations for the Job scheduler rule and how to replace an advanced agent with Job scheduler. What is Job Scheduler? As the name implies it is used to schedule jobs.Job scheduler got introduced on Pega infinity (Pega 8) release and set to replace the advanced agent

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