📚 SAP Business One SDK Help

Attachments2 Object Members
See Also  Overview 

Public Methods

Public Method AddAdds attachment files that are specified by the Attachments2_Lines child object.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyDetermines wether or not the object identified by its AbsoluteEntry exists. If the object exists, the method gets it.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AbsoluteEntryReturns the identification key of the attachment file as assigned by SAP Business One when adding an attachment file.

Field name: AbsEntry.

Public Property BrowserReturns the DataBrowser object.
Public Property LinesReturns the Attachments2_Lines child object (mandatory).
Public Property UserFieldsReturns the UserFields object.

See Also