📚 SAP Business One SDK Help

BaseDocType Property
See Also 

Description

Sets or returns the source document type.

Field name: BaseType.

Property type

Read-write property

Syntax

Visual Basic
Public Property BaseDocType() As Long

Remarks

Use the BaseDocType, BaseDocEntry, and BaseDocLine properties to extract data from one document to another. For example, to extract data from a Quotation to an Order.

To view the document type numbers, see BoAPARDocumentTypes.

See Also