📚 SAP Business One SDK Help

Add Method
See Also 

Description

Adds a new data line to the object.

Syntax

Visual Basic
Public Sub Add() 

Remarks

You can use this method to add an empty line to the current object. After the line is added, you can set values to the properties of this line.

Note: When a new object is created, it already contains one data line, so you can set the properties of the first line directly without adding a new line. However, if the object contains more than one line, you must use the Add method.

Example

See Also