In this article, we will see how Pega file listener can process the file uploaded into Azure storage repository. We already have a dedicated article on file listener processing. In this article, we will concentrate more on accessing the file location part. We know how a file listener works – The listener can easily access […]
SAML SSO Authentication service – Connect to Azure Active Directory
In this blog article, we will see how Pega operators can be authenticated against the Azure active directory. This tutorial was implemented using Pega personal edition 8.5, but the core concepts remain the same in higher versions as well What is Azure Active directory? In the Recent years, Pega started addressing Azure Active Directory (Azure […]
Directed Web Access (DWA) in Pega
In this blog article, we will see the pre-requisites and the steps involved in implementing Directed Web Access in Pega What is Directed Web Access? You can get some idea from the name. Providing direct web access for the application to someone. We know that assignments (worklist/workbasket) are meant to be worked by some users. […]
Case Management – Case Stages, Processes and Steps
This is more like a continuation of my other blog article on Case Management Introduction where we saw the basic configurations in Case Designer and case type rule. I would request you to visit the article, before proceeding into this one for a better understanding. I also used the same business requirement. Here we will […]
OAuth 2.0 – Part 1 – Understanding
This is the first blog article in the OAuth authentication series. In this blog article, we will see more in detail about the basics of OAuth workflow and the different grant types supported by OAuth. This will be bit more theory article😉. Finally, we will have some hands-on on in setting up X (formerly Twitter) […]
Declare Trigger in Pega
This is more like a continuation blog article on Declarative processing. I would recommend you to visit my another blog article on Declare expression rules. I already about some basics about declarative processing and RAG networks. We also saw there are different declarative rules available and Declare trigger is one of those. In the blog […]
Declare OnChange in Pega
This is more like a continuation blog article on Declarative processing. I would recommend you to visit my another blog article on Declare expression rules. I already explained some basics about declarative processing and RAG networks. We also saw there are different declarative rules available and Declare OnChange is one of those. In this blog […]
Declare Expressions in Pega
In this blog article, we will see in detail about Pega declarative processing and one of the declarative rules – Declare expressions. Most of the screenshots were used from Pega Infinity ’24 version. Also reused a few screenshots from older versions to explain the core concepts. First let’s start with some basic introduction about declarative […]
Java Messaging Services – Part 3 – Setup Pega to ActiveMQ Connection
In this blog article, we will see two things – configure the deployment descriptor or the conf files to use the JNDI resources and Import the ActiveMQ external jar file Important note: This post is specific to Apache tomcat server. If you use J2EE compliant application servers like Websphere, WebLogic then your implementation will vary. […]
Asynchronous Service Processing in Pega
In this blog article, we will see how Pega can process incoming service requests in an asynchronous manner. We will also deep dive into the entire architecture behind the asynchronous service processing. Let’s get started. Business scenario Say ABC is a banking organization that provide loans to customer. ABC uses a Pega application for sales […]