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 … Continue reading Queue processor – Usage and Configurations
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 … Continue reading Application settings – Usage & Configurations in Pega
Related Articles
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 … Continue reading Requestor types in Pega
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, … Continue reading Property Optimization – Expose Columns in Pega
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 … Continue reading Docker – Part 2 – Setup Docker Desktop in Windows