multirowAppendRows

Usable on NewEdit pages. Appends additional rows from the procedure below the rows already in the multirow.

The multirow procedure is called with the additional the arguments:

@MultirowAction = 'load'
@ImportType = '<value from JavaScript>'
@ImportId  ='<value from JavaScript>'

Unique constraint violations between the new rows and existing rows will be merged.

See also

multirowClearAllRows
multirowSetRows

Usage

multirowAppendRows(fieldname, importType, importId)

Parameters

fieldname : String

Name of the multirow control. If no field with this name exists on the current input page, or if the field is another control type than multirow, then behavior is undefined.

importType : String

This value is passed to the stored procedure in the @ImportType parameter.

importId : String

This value is passed to the stored procedure in the @ImportId parameter.