📚 SAP Business One SDK Help

AssetDocumentService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an asset document.
Public Method CancelCancels an existing asset document.
Public Method DeleteDeletes an existing asset document.
Public Method GetRetrieves an asset document.

The asset document is specified by its key, which is contained in the AssetDocumentParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the AssetDocumentService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the AssetDocumentParamsCollection data collection that identifies all asset documents.
Public Method UpdateUpdates an existing asset document.

The data for the asset document, including the key of the asset document to be updated, is contained in the AssetDocument object passed to the method. To update an asset document, you must first retrieve it using the Get method.

See Also