📚 SAP Business One SDK Help

AddCategory Method
See Also 
pIAccountCategory
Specifies an AccountCategory object holding the properties of the category you want to add.

Description

Adds an account category.

Syntax

Visual Basic
Public Function AddCategory( _
   ByVal pIAccountCategory As AccountCategory _
) As AccountCategoryParams

Parameters

pIAccountCategory
Specifies an AccountCategory object holding the properties of the category you want to add.

See Also