top of page
technical concepts and papers
Learn Build Share
Technical Blogs
Learn Build Share

Search


Obj-Save failed - Cannot save instance of class, it belongs to fully exposed table in database, but instance has properties which do not correspond to column
Obj-Save error Cannot save instance of class; it belongs to fully exposed table in database

techpapers
15 hours ago2 min read


Simple steps to enable OAuth for your Pega REST service
Configure OAuth for your custom REST service in Pega. Simple steps to enable OAuth for your REST service in Pega.

techpapers
5 days ago3 min read


OAuth - Open Authorization basics
OAuth - Open Authorization basics. How OAuth works. OAuth basics. OAuth behind the scenes.

techpapers
Dec 25, 20252 min read


Constellation DX API OAuth Authorization setup
Pega provides many constellations DX APIs for various categories like Case Management and processing, Assignment processing and many other categories. All these APIs are predeveloped and as developer you can use them as they are without any customization. To know the basics of OAuth, please visit - OAuth - Open Authorization basics But in order to use them you must understand the security associated with the API. By default, all DX APIs are secured with OAuth authorization.

techpapers
Dec 18, 20253 min read


Unlocking the Power of Pega Queue Processor and Database Transactions
Problem statement Assume you are developing a Queue Processor for an ATM Withdrawal use case. The process of ATM withdrawal consists of two operations. Debit the amount from the Account table. Insert a new record in the transaction history table. The queue process we are planning to develop will take two parameters: Amount and Account number, and perform the above operations. Now assume if any of these two operations fail for any reason, what should our design be to manage t

techpapers
Nov 22, 20252 min read


Understanding Microjourneys in Pega: Case vs Data Type Modeling
When designing applications in Pega, one of the most common questions architects face is: What exactly is a Microjourney®? Does every Microjourney always result in a Case Type? Or can it sometimes just be about managing data? Can multiple Microjourneys combine into one case, or can one Microjourney split into many cases? Let’s explore these questions step by step. What Is a Microjourney? A Microjourney is a unit of work that delivers a meaningful business outcome to a custo

techpapers
Oct 26, 20252 min read


How Pega Constellation Simplifies the Way We Build UIs
How Pega Constellation Simplifies the Way We Build UIs

techpapers
Oct 14, 20251 min read


Why Should Businesses Invest in Pega Constellation
Still building UIs the old way in Pega? It’s time to see how Constellation is changing the game — faster builds, smoother upgrades, and future-ready performance.

techpapers
Oct 11, 20252 min read


Validation rule in constellation UI form
In this blog, let's learn how to develop a validation rule in Pega Constellation Application. For this, let's make use of the Customer...

techpapers
Aug 1, 20252 min read


Creating Basic UI form in Pega Constellation
In this blog, we will discuss how to create a basic UI form to accept data from a user and show it in a case UI. Let's assume a use case...

techpapers
Jul 28, 20253 min read


Pega Interview questions for Development jobs
Prepare for Pega development job interview.

techpapers
Jul 26, 20251 min read


Decoding Pega's Obj Methods: How Database Operations Work
Ever wonder how Pega saves values when you execute Obj-Save or how Pega retrieves the data from a database table when you do Obj-Open or...

techpapers
Jul 21, 20252 min read


Unraveling the Mystery of Declared Index in Pega: A Professional Perspective
Grasping the Concept In the world of Pega, understanding its features can greatly impact the efficiency of developers and business...

techpapers
Jan 12, 20253 min read


How to Create Validate Rule in App Studio: A Step-by-Step Guide
Open App studio. Open the case where you want to apply the Validate rule. Click on the step where the field is there to validate and...

techpapers
Feb 9, 20241 min read


Pega Debugging tricks using Tracer
Remote Tracing This is useful in Pre-Prod or Prod environment where users do not have tracer option enabled. In such case one operator...

techpapers
Jan 17, 20242 min read


Enable Debug log for Pega Classes- REST Connector
Enable debug log for Pega classes.

techpapers
Jul 7, 20231 min read


Pega developer shortcuts and tricks
Welcome again to my blog site techpapers.online, today we tell few commonly used shortcuts which every Pega developer must know for easy...

techpapers
Apr 30, 20232 min read


Try out DX API in Pega Cloud environment
I am sure you might have heard a lot about DX API and wanted to try out a DX API in real and understand more about these APIs. In this...

techpapers
Apr 30, 20232 min read


On demand Pega Environment Setup
Nowadays technology is changing really fast, every tool is releasing advanced features quite often. And as a developer we need to learn...

techpapers
Apr 6, 20231 min read


How rules are saved into Development Branches
In this blog, will learn how rules are saved into Pega development branches. How Pega manages the development branches.

techpapers
Mar 28, 20232 min read
bottom of page