${groovy: ((viewIndex * viewSize) + (itemIndex + 1))}
On Thu, Dec 1, 2011 at 7:46 PM, Justin Robinson <[email protected]>wrote:
> <form name="listAssetItems" type="list" target="" list-name="AssetItems"
> title="" paginate-target="createAsset" paginate="true">
> <actions>
>
> <entity-one entity-name="AssetHeader"
> value-field="assetHeader"/>
> <set field="assetValueQty"
> from-field="assetHeader.assetValueQty" type="Integer"/>
> <entity-condition entity-name="FindAssetItemsView"
> list="AssetItems">
> <condition-list combine="or">
> <condition-expr field-name="orderId"
> operator="equals" from-field="parameters.orderId"/>
> <condition-expr field-name="productFeatureId"
> operator="equals" from-field="nullField"/>
> </condition-list>
> </entity-condition>
> <set field="rowSeqNum" value="1" type="Integer"/>
> </actions>
> <row-actions>
> <set field="rowSeqNum" from-field="rowSeqNum + 1"/>
> </row-actions>
>
>
> etc.........
>
> This restults in each row displaying the number '2' is there any way to
> ref the type="list" index.
>
> Any clues would be helpful.
>
>
> --
> Regards,
> Justin
> Venture-Net Research & Development
>
>
>
>
--
Regards,
Justin
Venture-Net Research & Development