To print the steps of activity in logs
we can add the logger of the activity to print all the steps
Go to activity , open the XML with the Actions
Search for Log Helper
Copy the line with .action and paste in the loggers for 2 hours with A...
XSD Property generation in Pega
- on March 15, 2024
- No comments

This Post will shows how to generate the Property , classes and XML mapping rules in pega with Provided XSD Check the provided XSD and see if the format is correct -> you can open the xsd in internet browser Now create a ruleset...
Pega QUIZ
- on March 02, 2024
- No comments
Pega Certified System Architect Quiz 1Pega Certified System Architect Quiz 2Pega Certified System Architect Quiz 3Pega Certified System Architect Quiz 4Pega Certified System Architect Quiz 5Pega Certified System Architect Quiz...
One Time Processing
- on October 15, 2023
- No comments
For an Application which is already in Production, we come across multiple scenario, where we have to run business logic to already existing work object and cases so that they can work with new updates.Instead of running multiple OTA's (one time...
Production Deployment Query
- on July 07, 2023
- No comments

This post will help me to identify the missing rules and rulesets in Production after the deployment / Migration.
Run the Query and Put the results One below another in Excel sheet and mark duplicates.
The row which are not highlighted are the culprits!!
.pln{color:#000}@media...
Java syntax in Activity
in
Java
- on July 08, 2022
- No comments

Though Pega suggest us not to use java , certain times we are forced to use java for the complex solutions.
For a guy like me , who did not do java as curriculum always depends on google for the java code.
This post is going to help me to identify...
Java to check the files in server
in
Java
- on September 19, 2021
- No comments

This post shows me how to check the files and folders in the server where pega is installed.
Since I don't have access to Pega production server directly , I have used Java here to display the list of files and folders in Pega logs.This will help...
Connect Rest with Clash of clans Part 2
in
Integration
- on January 30, 2021
- No comments

In the Previous Post Part 1, we saw how to get the API key from clash of clans and use it in postman to get the response.In this Post , we will use the details from postman and create a integration in Pega.Integration was always a difficult topic for...
Connect Rest with Clash of clans Part 1
in
Integration
- on January 03, 2021
- No comments

In this Post , We are gonna use API from Clash of Clans and Use Postman to check if API works.What is clash of clans (COC) ?Clash of Clans is an online strategy game for mobile. Well if you have no idea how this game is played, in brief, a Clasher...
OAuth Explanation in simplest way

This post helps me in understanding the concept
of OAuth in a simplest way.As I am from a non-computer background, It was
really very hard to understand the concept of OAuth . All material online /
YouTube which I referred appear to be Greek and Latin...
Tracer Viewer
in
Tools
- on August 07, 2020
- No comments

Why I used tracer viewer ?
Last week , we had a production defect which was not reproducible in other environments.
We checked logs and PDC too, but could not find anything suspicious.
So Only Option left was to trace the scenario...