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

Search


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
3 days ago3 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


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


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


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
Pega Certification Exam Preparation
Certifications are very important for Pega professionals. It not only helps you learn the concepts but also help you get recognition in...

techpapers
Dec 14, 20223 min read


MS Word document generation from Pega
Friends, have you ever come across any requirement where client is asking to generate MS Word Document, which they send to their customer...

techpapers
Aug 6, 20223 min read


Store Pega case attachment to AWS S3 bucket
Ideally when you upload any files to Pega case, the file content is stored into Pega database table. In some business process, it is...

techpapers
Jul 15, 20223 min read


Using Google Maps in Pega
Consider a use case wherein we need to show the user address into google map. Pega provides a special control to map address in Google...

techpapers
Jun 6, 20223 min read
bottom of page