📚 SAP Business One SDK Help

Update 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 Sub Update( _
   ByVal pIFinancialKPIFactor As FinancialKPIFactor _
) 

Parameters

pIFinancialKPIFactor

See Also