List View form
|
|
Complete this optional tab to enable users at runtime to select one or more rows of an embedded list view display and operate on the selected row or rows. This capability requires that the list view display be embedded in a section.
This facility can support list view displays embedded within flow action forms. A flow action form can present a list of forty optional contract terms and conditions that can apply to a corporate loan, each with a check box. The user can select which of them are to apply to the loan application being processed.
For additional instructions, see Harness, section and flow action forms — Adding a List View display.
Field |
Description |
Enable selection of rows |
Select to cause the runtime display of a check box or radio button for each row. Checking this option causes the Embedded option (on the Display Fields tab) to be 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 checked, the other fields on this tab are ignored. |
Mode |
Choose:
|
Copy To |
Indicate which clipboard page is to hold the properties recording user selections. Choose:
If you choose If you choose |
Name |
This field appears only when you choose Enter 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 runtime, 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. |