This is the first blog article in the series of ELK stack. Here we will see some basic theoretical knowledge about the ELK stack. Let’s start hunting the ELK 🙂 Fun fact: ELK is a large species deer! What is ELK? ELK – stands for Elastic, Logstash and Kibana. Elastic – Search or analytics engine […]
Notifications in Pega – Part 2 – Web Gadget channel
In this blog article, we will see how we can send out notifications from Pega. Notifications can be email, mobile push messages or an update on the notification gadget. It is mandatory to go through my previous blog articles on WebSocket introduction. In the article, I will showcase the notification update using the out-of-the-box Notification […]
Notifications in Pega – Part 1 – WebSocket introduction
In this blog article, we will start with some basics about WebSocket technology. First, let’s talk about the Client-Server model You can see the client-server model in every service provider architecture. There can be one or more servers serving one or more clients. When we see from Pega perspective, the application server or the web […]
UI Skin – Formats and Mixins in Pega
In this blog article, we will focus on the CSS styling part of the Pega application, especially on the component formats and mixins available in the skin rule. Consider any application/website built over any programming language. The key building blocks on a high level will be HTML + CSS + JavaScript – HTML is responsible […]
Debug and update CSS styles in Pega
In this blog article, we will debug UI screens using Browser developer tool and also understand how to customize the styles for the UI element. The article was created using earlier Pega 8 version! but the core concept remains the same! Use this blog article to learn the concepts and you can try the entire […]
Case Management – Duplicate Search
In this blog article, we will see in detail about duplicate search in case management. Pega provides some OOTB case work step that can automatically does the duplicate search functionality. Let’s take the insurance claim example. I have a business requirement like, the same insurance policy CANNOT have more than one claim. This is an […]
Assignment types – Worklist Vs Workbasket in pega
In this blog article, we will see more in detail about the most commonly used assignment types in Pega Update: The concept of Assignment remains the same across different Pega versions. Most of the screenshots in this blog article were reused from Pega 7 version and few were updated. Use this blog article to learn […]
Screen flow Usage and Configurations in Pega
This is one of the interesting topics in flow rule (at least to me :)) In this blog article, we will understand the different configurations in the screen flow. I believe most of the Indian IT guys use (or used) cleartax to file their income tax. The best thing about Cleartax is its excellent user […]
Tickets Usage and Configurations in Pega
In this article, we will see how we can configure tickets in Pega and its use cases. I will start with a story!! Once we friends went to an amusement park. That was a holiday and so It was quite busy out there and we were standing in a queue for more than an hour. […]
Field Value Usage and Configurations in Pega
In this blog article, we will see more in detail about field value rules. What is a field value rule? The name speaks, field value rule can be defined in 2 ways – Value for a field or caption for a field. Field values can be used in many ways! 1. Restrict the selection of […]