| 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.
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.
| Visual Basic |
|---|
Public Sub UpdateLandedCost( _
ByVal pILandedCost As LandedCost _
) |
- pILandedCost
The data for the landed costs document to be updated. The LandedCost object must contain the key of the object to be updated.