📚 SAP Business One SDK Help

Delete Method
See Also 
pICustomerPriceIndexParams

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 Delete( _
   ByVal pICustomerPriceIndexParams As CustomerPriceIndexParams _
) 

Parameters

pICustomerPriceIndexParams

See Also