📚 SAP Business One SDK Help

Add Method
See Also 

Description

Adds an empty object to the collection.

Syntax

Visual Basic
Public Function Add() As WorkflowTask

Remarks

After an object is added to this collection, the database is not automatically updated. You must then update the GeneralData object to which this collection belongs, by executing the Update method of the GeneralService service.

See Also