📚 SAP Business One SDK Help

UpdateLandedCost Method
See Also 
pILandedCost

The data for the landed costs document to be updated. The LandedCost object must contain the key of the object to be updated.

Description

Updates an existing landed costs document.

The data for the landed costs document, including the key of the landed costs document to be updated, is contained in the LandedCost object passed to the method. To update a landed costs document, you must first retrieve it using the GetLandedCost method.

Syntax

Visual Basic
Public Sub UpdateLandedCost( _
   ByVal pILandedCost As LandedCost _
) 

Parameters

pILandedCost

The data for the landed costs document to be updated. The LandedCost object must contain the key of the object to be updated.

See Also