In this blog article, we will see in detail about report definition rule, how to create a new RD and its usage. Update: The concept of Report Definition rule 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 […]
Report Scheduling in Pega
In this blog article, we will see how to schedule and subscribe any reports from Pega. Business scenario: Say Amazon is using pega application for the sales department. The sales department has different line managers for different sales category. For example, Sales manager for electronics department, sales manager for household department etc. As a Sales […]
Single Sign on – Part 1 – Understanding
In this blog article, we will see the basics about single sign-on (SSO) mechanism and the common configuration for single sign-on. Warning!! Only theory! What is single sign-on? It is an authentication process, where one set of login credential provides access to multiple applications. It helps in 2 ways a) You don’t need to have […]
Service Email Usage – Case Creation
In the other articles, we saw, how to create a file listener, email account, service email using email wizard. The processing of all listeners in Pega is basic. The listener listens at a location for a message/file or email and invokes a service rule to process. Similarly, in email processing, the listener listens for an […]
Email Listener – Usage and Configurations in Pega
This blog article will be the continuation of my previous article on email wizard. In this blog article, we will see in detail about all the configuration points in the email listener. What is email listener? The email listener monitors the email account on the configured folder and routes the email message to email service rule for […]
Integration Mapping – Parse Structured rule in Pega
In this blog article, we will see more in detail about the parse structured rule and the four specific methods. This is the continuation of the previous blog article on Map structured rule. It is recommended to visit the Map structured article before proceeding here. What is Parse structured rule? Used to parse the structured data into […]
Integration Mapping – Map structured rule in Pega
In this blog article, we will see more in detail about Map structured rule. Let me start with a scenario, Our Pega application needs to talk with another application. Talk refers to the transfer of data between systems. Data can be in any format. Now, the external system sends us input data in a file […]
Service File Processing – tutorial
This article is all about working out a tutorial on service file rules in Pega. It is a mandatory pre-requisite to go through my previous article on Service file configurations before continuing here. I have already explained the business requirements in my previous article. Business Requirement: External system sends us the input file with a […]
Single Sign On – Part 2 – Configure IdP
Finally, its time to document my SSO implementation in Pega personal edition 8.2 using OpenAM. In this article, we will see about setting up the Identity provider using OpenAM. To know basics about the SAML, IDP, SP (theory 😉) visit my previous post! I am splitting this post into two main areas How to host […]
Two-way SSL – Implementation in Pega
This is the final article of the SSL series. In this article, we will see how to implement two-way SSL and how Pega can make use of two-way to secure their web services using keystore and truststore instance. This is the continuation of my previous article on SSL basics. It is mandatory to go through […]