This blog article is the first of the SSL series. In this blog article, we will see more in detail about the basics of SSL and end by hosting the pega personal edition using https. Let’s get started. If we see from the networking angle, systems can communicate with each other through host name and […]
Docker – Part 2 – Setup Docker Desktop in Windows
In this blog article, we will see how we can set up the docker desktop in Windows 10 home edition. You can visit previous blog article on containerisation basics. Tip: Since copy/paste is not possible in this article, I documented the shell commands in the following git repository, you can easily copy/paste from there. https://github.com/Prem1991/myknowpega/tree/master/docker […]
Declare Index in Pega – Understanding
In this blog article, we will talk about some basics on Declare Index rule. Think of why the rule is given such a name. We all might have come across the term Index. What is an Index? Take a text book, in the first page you will see an index. ‘What is the main purpose of it?’ […]
Approval flow in Pega – tutorial
This is the continuation of the previous blog article. It is highly recommended to visit the previous blog article before proceeding here! In this article, 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 […]
Approval flow in Pega – Usage and Understanding
In this blog article, we will look into the approval process flow which we can implement using the case designer. This tutorial is demonstrated using Pega 8.7 personal edition. 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 […]
Service File Configurations in Pega
It is recommended to visit the previous blog article on Parse delimited rule before proceeding further In the Parse delimited article, we learned how to parse the input data using delimited characters. Here is our own view on file processing in Pega We can say, this is the common architecture for file processing irrespective of […]
Integration Mapping – Parse delimited in Pega
In this blog article, we will see more detail about parse rules and different parsing methods Parse delimited rule operates mostly in conjunction with service file rules that are used in file processing. What is file processing? We know that almost all applications work with data. Data can be captured in multiple ways. The most […]
Case Management – Understanding
In this article, we will start with some basics about Case Management. Case Management is the primary power of Pega platform! Case defines a piece of work that can be executed with its own life cycle. Take any organization. At any of their core business they may have their own business processes. Consider an Insurance […]
Case Parallel Processing – Understanding
In this blog article, we will understand different ways to configure the parallel processing case flows. Most of the business process will involve certain kind of parallelism in it case lifecycle at some point in the stage. For sure we will get into such a requirement when we want to use a Pega application case […]
Declare Index rule – tutorial
In this post, we will learn how to create and configure a declare index in Pega. It is highly recommended to visit my other blog article on declare index rule Understanding. What are the different ways to create Declare index in Pega? From the previous blog article, we already know that we can create Index […]