📚 SAP Business One SDK Help

Add Method
See Also 

Description

Adds a new contact employee.

Syntax

Visual Basic
Public Sub Add() 

Return Type

Returns a result value that indicates success or failure. If the method succeeds, it returns 0. Otherwise, it returns an error code.

You can retrieve the last error code and its description using the method GetLastError.

Remarks

To save the information to the database, use the BusinessPartners object, Add method.

Example

See Also