📚 SAP Business One SDK Help

GetLandedCost Method
See Also 
pILandedCostParams

The key of the landed costs document to retrieve.

Description

Retrieves a landed costs document.

The landed costs document is specified by its key, which is contained in the LandedCostParams object passed to the method.

Syntax

Visual Basic
Public Function GetLandedCost( _
   ByVal pILandedCostParams As LandedCostParams _
) As LandedCost

Parameters

pILandedCostParams

The key of the landed costs document to retrieve.

See Also