📚 SAP Business One SDK Help

UpdateCostCenterType Method
See Also 
pICostCenterType

The data for the cost center type to be updated. The CostCenterType object must contain the key of the object to be updated.

Description

Updates an existing cost center type.

The data for the cost center type, including the key of the cost center type to be updated, is contained in the CostCenterType object passed to the method. To update a cost center type, you must first retrieve it using the GetCostCenterType method.

Syntax

Visual Basic
Public Sub UpdateCostCenterType( _
   ByVal pICostCenterType As CostCenterType _
) 

Parameters

pICostCenterType

The data for the cost center type to be updated. The CostCenterType object must contain the key of the object to be updated.

See Also