Discussion
Stratosphere Technical Consulting
US
Last activity: 23 Nov 2015 0:18 EST
Optimizing Properties in Pega
From the course:
Optimizing Properties in Pega
Trying to interpret this paragraph....
To avoid this, Pega allows optimization of properties for all the standard properties such as work status, creation date and time, and creation operator, which are exposed by the product.
I just want to confirm I am interpreting this correctly. Does "exposed by product" mean that it is not necessary to expose these standard properties since they are "pre-exposed" by the system ?
Thanks.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
SG
Yes, as these properties are used regularly by PRPC itself, e.g. for displaying the worklist, or for statistics on the dashboard. So these properties are already pre-exposed in the table and you do not need to optimise them yourself.
Anthem
US
Pegasystems Inc.
US
You should be able to scroll to find the property in the Navigation Panel (left side) even with a large number of properties.
Bill Rathert
Infosys
IN
How to find out which property is optimized and which is not?
e.g.
Need to create a report with case id and purchase order id then which property should be optimized?
Pegasystems Inc.
US
Saurabh
All of the properties out of the box are exposed by Pega 7, meaning they all occupy a column in the resulting DB table. The only properties we need to expose are properties that we create to hold values in the cases we create. Both the Case ID and Purchase Order ID should be able to be looked up using the pxInsName property, you can find it on the pyWorkPage on the clipboard.
An example of a property that would need to be exposed would be, suppose we have a Candidate case and we want to figure out how many candidates are Married, Single, Divorced or Domestic Partnership. That property Marital Status is defined by us and as such the values are stored in the pzPVStream (or the blob). We would want to expose that property so we don't have to search the blob field for each record to find this information.
Hope this helps,
Sean
Pega Academy Support Team
Infosys
IN
yeah it helps.
Thanks
Private
IN
Hello Sean
I have a requirement where I need to generate a Report for all the properties that are exposed in my applocation.
how do I achieve this ?? Is there any wizard available through which I can get a list of all the properties that are exposed in PRPC 6.2 sp 2??
Pegasystems Inc.
US
Charu
Unfortunately I am not aware of any report.
Sean
Pega Academy Support Team
Private
IN
Sean
Is it atleast possible to find it in any way ..?? I need to collect this data and pass it to DB team.