Back Forward Obj-List method — Examples

Methods and instructions by function

When you execute an activity step that contains an Obj-List method, you specify a destination PageName as the first parameter.

In this example, the PageName is TWO.

This sample Obj-List method uses a list named Sample to retrieve selected facts (properties) from up to 40 flow actions with Work- as the Applies To key part.

The system creates a page with this PageName and the class Code-Pega-List as a top-level User Page. It contains an embedded Page List property named pxResults; each numbered page contains properties from a returned instance.

Understanding the pxResults Page List

Each element of the Page List is a page. The pages are named pxResults(1), pxResults(2), pxResults(3), and so on.

Each page contains properties specified in the list rule, for one returned object.

Other pages created

This method creates additional pages that record the search criteria:

UpMethods and instructions by function