List View form
|
|
Complete this optional tab to enable users to select at run time one or more rows of an embedded list view display and operate on the selected row or rows. For this capability, the list view display must be embedded in a section.
This facility can support list view displays embedded within flow action forms. For example, a flow action form can present a list of 40 optional contract terms and conditions that can apply to a corporate loan, each with a check box. The user can select which of the conditions apply to the loan application that is being processed.
Field |
Description |
Enable selection of rows |
Select display a check box or radio button for each row at run time. When you select this option, the Embedded option (on the Display Fields tab) is selected. You can identify a callback function on the Format tab to access the rows that the user selects. If this check box is not selected, the other fields on this tab are ignored. |
Mode |
Select one of the following options:
|
Copy To |
Specify which clipboard page holds the properties that record user selections:
If you choose If you choose |
Name |
This field appears only when you choose Specify a reference to a property of the indicated mode to contain details of user choices. To indicate that the property is directly on the step page of the calling activity, start the property reference with a period. The reference can be the keyword |
An array appears only when you choose At run time, the .pyRowSelected Boolean property records user decisions. Any rows where this property has a true value are copied. The .pxInsHandle property for a selected row is always copied. You do not need to list it in the array. |
|
Source Property |
Select a property as a source. This property is from the |
Target Property |
Select a target property to hold the copied value of the source property. Complete the Pages & Classes tab of this form to enable SmartPrompt for this field. |