Collection of all items parented to this time
Member of List List Item (PRIM_LIST.ListItem)
Data Type - Collection of PRIM_LIST.ListItem - List Item
Collection of all items parented to the item. Items are in the order they appear on the screen. Accessing a list item does not set CurrentItem, so field values for the item are not returned to the parent component.
Iterating over the selected items in a list item
For each(#Item) In(#Item.Items) Continue (*Not #Item.Selected) * User processing here Endfor
Febuary 18 V14SP2