📚 SAP Business One SDK Help

Get Method
See Also 
pIFinancialKPIFactorParams

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 Get( _
   ByVal pIFinancialKPIFactorParams As FinancialKPIFactorParams _
) As FinancialKPIFactor

Parameters

pIFinancialKPIFactorParams

See Also