How to Understand Obj-Save and Differ-Queue along with Obj-Save Cancel and Rollback and Obj-Open in PEGA?|
- January 20, 2021
- Posted by: AtoZ Trainings
- Category: PEGA Technology
No Comments
Understanding Obj-Save – Differ Queue
When an obj-save is executed, PRPC save the data into differ Queue.
When a write now is performed, the differ queue instance gets committed immediately to dedicated table.
When a commit is performed, all the Differ Queue instances gets committed to their respective tables.

Difference Between Write Now and commit
Write Now | Commit |
Write Now performs an Immediate commit on specific Differ Queue Instance of specific Obj-Save. | Commit Methods perform a commit of entire Differ Queue. Thus all the Queue instances gets stored into their tables. |
Obj-Save Cancel and Rollback
Obj-Save-Cancel | Rollback |
This method rolls back the latest un commitedObj-Save. It works on latest differ queue instance which is not yet committed. | This method rolls back all the un committedobj-Save done so far. This rolls back entire differ queue. |
Obj-Open
This method is used to fetch single instance from table using class key.
The clipboard structure is Page.
When we do obj Open, we need to Pass below parameters.
- Step Page (This page should refer to table class)
- Open Class (Table Class)
- Class Key and value.
When we do obj open the instance will be fetched on to step page(table Page), if we want to display in UI, we need to assign data from table page TO UI related page.
Customer Search and Display in UI

Harsha Trainings
PEGA Certification Training in Bangalore
PEGA Certification Training in Chennai
PEGA Certification Training in Hyderabad
PEGA CPDC
PEGA CPDC Certification
PEGA CPDC Certification Training
PEGA CPDC Training
PEGA CSA
PEGA CSA Certification
PEGA CSA Certification Training
PEGA CSA Training
PEGA CSSA
PEGA CSSA Certification
PEGA CSSA Certification Training
PEGA CSSA Training
PEGA Development
PEGA Development Certification Training in Bangalore
PEGA Development Certification Training in Chennai
PEGA Development Certification Training in Hyderabad
PEGA Development Training
PEGA Interview Assistance
PEGA Job Support
PEGA LSA
PEGA LSA Certification
PEGA LSA Certification Training
PEGA LSA Training
PEGA PRPC
PEGA PRPC Certification
PEGA PRPC Certification Training
PEGA PRPC Training
PEGA Support
PEGA Training
PEGA Training in Hyderabad
PEGA Trainings
PEGA Trainings in Bangalore
PEGA Trainings in Chennai
Author:Yoktha
A to Z Trainings
Leave a Reply Cancel reply
You must be logged in to post a comment.