Pega RDB Methods

RDB Methods:

Use Connect SQL rules and RDB methods only with an external database. Do not use Connect SQL rules or RDB methods for the PegaRULES database(s). Because not all properties in the PegaRULES databases are distinct database columns, use the Obj-Open and Obj-Save methods, not the RDB- methods, with the PegaRULES database to prevent loss of data.



Pega Obj Methods

 Obj Methods:

At runtime, five methods (Obj-Browse, Obj-Filter, Obj-List, Obj-List-View, and RDB-List), list view rules, and summary view rules use a page of the class Code-Pega-List

Code-Pega-List class as a source of search criteria and to hold the output. Typically, such pages are named Results, pyQueryResultPage, or pyViewLookupList. Search results (which support rows of report output) are stored as pages in the pxResults() property, a Page List.



Pega Basics

Below are the topics which are covering in this post.
  • Operator ID
  • Access Group
  • Organization – Division – Unit
  • Roles & Portals
  • Properties
  • Status of a Work Object


Pega Work related terms and explanation

Work Type

Work Item

Work Pool

Work Group

Work List

Work Basket

Work Party


Work – base class

Every application requires at least one concrete class derived from the Work- base class.