📚 SAP Business One SDK Help

Add Method
See Also 
pIFinancialKPIFactor

Description



The `FinancialKPIFactorsService` object is the entry point for all operations on Financial KPI Factor records. Obtain it from the `CompanyService` object using the service name `FinancialKPIFactorsService`.

Syntax

Visual Basic
Public Function Add( _
   ByVal pIFinancialKPIFactor As FinancialKPIFactor _
) As FinancialKPIFactorParams

Parameters

pIFinancialKPIFactor

See Also