Premkumar G

Report Definition – List reports, summary reports, Report viewer, Report editor

Introduction In this post we will see the types of reports and then the capabilities in report viewer and report editor For report definition basics, please visit the below link To know about Class joins, Declare index joins, Associations and Sub reports, please visit the below link What are the types of reports? There are …

Report Definition – List reports, summary reports, Report viewer, Report editor Read More »

Report Definition – Class join, Declare Index join, Associations and Sub reports

IntroductionIn the previous post, we saw a simple example to fetch the data from a single table. For more details, please visit the below link However there may be situations, where we need data from more than one table.Can Report definition support this?  Yes it is 🙂 In SQL, you might have come across the …

Report Definition – Class join, Declare Index join, Associations and Sub reports Read More »

Dynamic referencing and dynamic class referencing (DCR) in Pega

Introduction In this post we will see about dynamic referencing and dynamic class referencing in Pega. Pega –  build for change What is build for change?! When I start to think of a nice example, I see a  TV before me. It has HDMI port,USB port,A port for cable connection,A port for dish connection,Cables to …

Dynamic referencing and dynamic class referencing (DCR) in Pega Read More »

Obj and RDB methods in Pega

Introduction In this post, you will see different obj methods and rdb methods and how to use them in a activity. I will be post the key difference at the end of the post 🙂 We will discuss the following methods Obj-BrowseRDB-ListObj-Open / Obj-Open-By-HandleRDB-OpenObj-SaveRDB-SaveObj-Delete / Obj-Delete-By-HandleRDB-Delete Before that let’s discuss some basics 🙂 We know, …

Obj and RDB methods in Pega Read More »

Aggregate properties and use of Indexes inside aggregate properties in Pega

Introduction In this post, we will see about aggregate properties and its usage. We will also discuss about various Indexes (<CURRENT>, <APPEND> etc..) that can be used inside  aggregate properties.  Properties help in storing the data. Data can be simple single value or can be grouped and stored in pages.Aggregate properties helps in grouping the …

Aggregate properties and use of Indexes inside aggregate properties in Pega Read More »

Activity methods on clipboard pages

Introduction Every activity rule can contain  one or more steps.Each step in an activity rule can contain a method.Methods are implemented in Java. Each method updates the pxMethodStatus property on the pxThread page. pxMethodStatus values can be – Good, Warn or Fail In this post, I am going to explain various methods related to clipboard pages. Methods …

Activity methods on clipboard pages Read More »

error: Content is protected !!
Scroll to Top