📚 SAP Business One SDK Help

Remove Method
See Also 

Description

Deletes the current record from the table.

Syntax

Visual Basic
Public Function Remove() As Long

Remarks

Before using the Remove method, you must get the required table using the GetByKey method.

See Also