Pega PRPC knowledge
Thursday, 12 July 2018
Call a Pega Activity from Java
›
Sometime we may need to call a pega activity programmatically instead of declaratively. So using Java we can call a pega activity. We ne...
Sunday, 8 July 2018
Some Important Pega PRPC database tables
›
Following are some general pega rules database tables which are used to store different objects :- pc_assign_worklist : It is used to...
1 comment:
Difference between Page-Validate and Property-Validate methods in Pega Activity
›
Page-Validate and Property-Validate are some of the mostly used methods in Pega activity. Here is the difference in both the methods:- Pa...
Saturday, 30 June 2018
List of some useful OOTB Pega PRPC functions
›
Here I will provide the list of some useful functions based on the data types. Date/DateTime functions:- addTime(DateTime,calender) fro...
Data Elements in Pega
›
Pega PRPC handles data through different data elements. As part of our implementation, we create a data model to represent and store diffe...
Create a new application in Pega
›
Normally in programming languages it takes a lot of time to create a new applications from scratch but in pega we have a wizard to create a...
Monday, 21 May 2018
Pass/Propagate data from a parent case to child case
›
Sometime in a case management application where we have one or more subcases for a case, we may need to use some data from a parent case in...
›
Home
View web version