📚 SAP Business One SDK Help

BOEDocumentTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddBOEDocumentTypeAdds a DocumentType with DocType and DocDescription as specified in the BOEDocumentType data structure.
Public Method DeleteBOEDocumentTypeDeletes a DocumentType with DocEntry specified in BOEDocumentTypeParams.
Public Method GetBOEDocumentTypeReturns an instance of the BOEDocumentType data structure.
Public Method GetBOEDocumentTypeListReturns a collection of instances for the BOEDocumentTypes data structure.
Public Method GetDataInterfaceCreates an empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates a data structure from specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates a data structure from a specified XML string.
Public Method UpdateBOEDocumentTypeReplaces DocType and DocDescription of DocumentType with the specified BOEDocumentTypes data structure.

See Also