📚 SAP Business One SDK Help

InsertRecord Method
See Also 
Position
The position at which the record is inserted

Description

Inserts a new empty record into the data source.

Syntax

Visual Basic
Public Sub InsertRecord( _
   ByVal Position As Long _
) 

Parameters

Position
The position at which the record is inserted

Remarks

The method does not affect data in the SAP Business One database table to which the data source is bounded.

See Also