Row

Use this field to specify a number or a numeric expression that indicates the row (record) to be updated in the collection.

To construct a numeric expression, click the button to the left of this field.

On the Event Action Dispatch Update Collection or Event Action Update Collection forms, the system disables this field if you select the Update Using IDO option.

On the Event Action Set Value form, this field is used only for the IdoPostLoadCollection framework event.

The contents of this field must use this syntax:

numericExpr

where numericExpr is a number or an expression that resolves to a number that identifies the row to be modified.

When you click OK to return to the Event Actions form, the system "wraps" this content within a ROW( ) parameter, which yields this final syntax:

ROW( numericExpr )