Articles

Locking mechanism in Pega

Introduction In this post we will see in detail about locking mechanism in Pega. What is locking? Let’s take a simple example.  2 clerks working in a bank tried to update the same bank account for two different transactions. They both retrieved the bank account at the same time and started applying the transactions. Clerk

Read More »

Dynamic referencing and dynamic class referencing (DCR) in Pega

Introduction In this post we will see about dynamic referencing and dynamic class referencing in Pega. Pega –  build for change What is build for change?! When I start to think of a nice example, I see a  TV before me. It has HDMI port,USB port,A port for cable connection,A port for dish connection,Cables to

Read More »

Expose a property in Pega

IntroductionIn this post we will see, how we can expose properties in database table. First let’s get some basics Pega uses properties to hold the data.We can persist the data in database table. Say for example, I have created a new amazon sales case, Say A-1 and captured all the customer details. `CustomerName = “Prem”.

Read More »

Connect SOAP in Pega

In this post, we will see, how to configure Connect-SOAP in Pega. Please go through my previous post on Service SOAP I will be consuming the service hosted by Service SOAP example in the above post 🙂 Before that let’s get some basics about SOAP What is SOAP? –          Simple Object Access Protocol What are

Read More »

Obj and RDB methods in Pega – Extended

This will be continuation of the previous post 🙂 Let me straightly jump into the remaining activity methods. Obj-Save This method helps in saving the clipboard page to the PegaRULES database or an external database. When do we use this method? You use this method either to update any existing instance or create a new

Read More »

Obj and RDB methods in Pega

Introduction In this post, you will see different obj methods and rdb methods and how to use them in a activity. I will be post the key difference at the end of the post 🙂 We will discuss the following methods Obj-BrowseRDB-ListObj-Open / Obj-Open-By-HandleRDB-OpenObj-SaveRDB-SaveObj-Delete / Obj-Delete-By-HandleRDB-Delete Before that let’s discuss some basics 🙂 We know,

Read More »

Configure Service SOAP in pega

Introduction In this post, we will see how a Pega system host a SOAP web service. Hope, you went through my post on Service REST Integration. Please go through the below link to get some basic detail about services in Pega. What is SOAP? SOAP – Simple Object Access Protocol Web services help in communication

Read More »

Activity methods on clipboard properties

Introduction In this post, we will see more in details about activity methods on clipboard properties This post will be the continuation of my previous post. Here I will be concentrating on the methods involve in updating clipboard properties. We know in Pega, properties holds all piece of data. It can be stored in temporary

Read More »

Aggregate properties and use of Indexes inside aggregate properties in Pega

Introduction In this post, we will see about aggregate properties and its usage. We will also discuss about various Indexes (<CURRENT>, <APPEND> etc..) that can be used inside  aggregate properties.  Properties help in storing the data. Data can be simple single value or can be grouped and stored in pages.Aggregate properties helps in grouping the

Read More »

XML Mapping rules – XML stream

Introduction In this post, we will see some new information about the XML mapping rules. Hope you guys liked my previous post on WSDL Unfolding. If you have missed, Please checkout the link below. In this post let’s move one more step closer to SOAP Integration 🙂 We know that SOAP supports XML messaging formats.

Read More »

XML Mapping rules extended – Parse XML

Introduction I highly recommend you to view my previous post on XML Stream rule before proceeding here!! I hope you are clear on XML Stream rule 🙂 Let’s switch gear to learn about Parse XML rules. From the name, you can say these rules are used in parsing the XML content. Pega connectors – When the

Read More »

Activity methods on clipboard pages

Introduction Every activity rule can contain  one or more steps.Each step in an activity rule can contain a method.Methods are implemented in Java. Each method updates the pxMethodStatus property on the pxThread page. pxMethodStatus values can be – Good, Warn or Fail In this post, I am going to explain various methods related to clipboard pages. Methods

Read More »

WSDL Structure & its relationship with Pega rules

Introduction WSDL – Web Service Definition/Description Language In this post we will see about the WSDL structure and its relationship with Pega integration rules. This will open up the door for SOAP Integration. SOAP Integration – SOAP is a messaging protocol that allows communication between different systems through HTTP and XML messaging formats.SOAP follows some

Read More »

How to use data transform in Pega?

Introduction In this post we will see how effectively, we can use a Data transform rule. Data transform is a rule helps in manipulating the data. Remember data can be stored in either memory or it can be persisted in database.Data stored in JVM memory are in the form clipboard pages and are temporary. What

Read More »

What is rule availability in Pega?

Introduction In this post we will see more in details about the rule availability. Let me start this post with a story.I invited my close friends for a party in a whatsapp group. I asked them to send a confirmation reply. Friend 1: I am always ready to attend the party (Bestie :D) Friend 2:

Read More »

What is circumstance in Pega?

IntroductionIn this post, we will see detailed explanation about circumstancing in Pega. Imagine, you lost your atm card, (I feel bad to start a post in negative manner 🙁 ) You are calling to your bank customer care number. Some customer service agent attends the call and transfer it to appropriate department.It means their business is

Read More »

How to configure Declare index in Pega – step by step tutorial

Introduction In this post, we will learn how to configure declare index in Pega. Its highly recommend to visit my previous post on declare index rule Here let us see the tutorial how to implement  the declare Index in Pega. What are the pre-requisites to configure declare index in Pega? Imagine the below scenario, address

Read More »
error: Content is protected !!
Scroll to Top