📚 SAP Business One SDK Help

BaseType Property
See Also  Example

Description

The base document type for inventory transfer in India localization. The object code for WTR is 67.

Field name: BaseType.

Property type

Read-write property

Syntax

Visual Basic
Public Property BaseType() As Long

Example

C#Copy Code
Documents oInv = (Documents)oCompany.GetBusinessObject(BoObjectTypes.oInvoices); 
oInv.BaseType = 67; 
oInv.BaseEntry = baseEntry; 

See Also