📚 SAP Business One SDK Help

Add Method
See Also 
pIIncomeClassificationType

Description



The `IncomeClassificationTypesService` object is the entry point for all operations on Income Classification Type records. Obtain it from the `CompanyService` object using the service name `IncomeClassificationTypesService`.

Syntax

Visual Basic
Public Function Add( _
   ByVal pIIncomeClassificationType As IncomeClassificationType _
) As IncomeClassificationTypeParams

Parameters

pIIncomeClassificationType

See Also