Multiple choice technology packaged enterprise solutions

In an Activity, you can pass parameters to a ListView by:

  1. In a step before calling Obj-List-View, include a Property-Set step to place values into the parameter page.

  2. List View rules cannot accept parameters.

  3. Including them directly into the parameters for the Obj-List-View method

  4. Include a Java step to place values onto the parameter page

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To pass parameters to a ListView in an Activity, you use a Property-Set step BEFORE calling Obj-List-View to place values onto the parameter page. The Obj-List-View method then reads from this parameter page. You don't pass parameters directly in the Obj-List-View method call, and ListView rules DO accept parameters.