📚 SAP Business One SDK Help

Update Method
See Also 
pICustomerPriceIndex

Description



The `CustomerPriceIndexesService` object is the entry point for all operations on Customer Price Index records. Obtain it from the `CompanyService` object using the service name `CustomerPriceIndexesService`.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pICustomerPriceIndex As CustomerPriceIndex _
) 

Parameters

pICustomerPriceIndex

See Also