1.

What do you understand about an exposed property in the context of Pega?

Answer»

An exposed property is a Single Value property that is viewable as a COLUMN in a database table. A particularly STRUCTURED Storage Stream or BLOB column contains aggregate properties, properties WITHIN an embedded page, and properties that are not exposed. A Storage Stream column named pzPVStream may be found in most PegaRULES database tables.

The record SELECTION actions in list view and summary view rules are influenced by which properties are exposed. Your database administrator can make a property that was previously only saved inside the Storage Stream column into a distinct exposed column in many circumstances.

Single Value properties at the top level can only be exposed. If your application requires a column for embedded property values, the values can be transferred to the top level or provided indirectly using Index-class instances.



Discussion

No Comment Found