📚 SAP Business One SDK Help

LandedCostsService Object Members
See Also  Overview 

Public Methods

Public Method AddLandedCostAdds a landed costs document.
Public Method CancelLandedCostCancels an existing landed costs document.
Public Method CloseLandedCostCloses an existing landed costs document.
Public Method GetDataInterfaceCreates an empty data structure for use with the LandedCostsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetLandedCostRetrieves a landed costs document.

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

Public Method GetLandedCostListReturns the LandedCostsParams data collection that identifies all landed costs documents.
Public Method UpdateLandedCostUpdates 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.

See Also