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.
multirowClearAllRows
multirowSetRows
multirowAppendRows(fieldname, importType, importId)
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.
This value is passed to the stored procedure in the @ImportType
parameter.
This value is passed to the stored procedure in the @ImportId
parameter.