📚 SAP Business One SDK Help

AddBOEDocumentType Method
See Also 
pIBOEDocumentType
Specifies the BOE document type to be added.

Description

Adds a DocumentType with DocType and DocDescription as specified in the BOEDocumentType data structure.

Syntax

Visual Basic
Public Function AddBOEDocumentType( _
   ByVal pIBOEDocumentType As BOEDocumentType _
) As BOEDocumentTypeParams

Parameters

pIBOEDocumentType
Specifies the BOE document type to be added.

See Also