📚 SAP Business One SDK Help

BaseField Property
See Also 

Description

Determines the reference number to include in the Remarks area of sales documents, whether Base Document Number (tYES) or Customer/Vendor Reference Number (tNO, in case the Customer/Vendor Reference Number does not exist in the base document, the Remarks field remains blank in the sales document).

Field name: BaseFld.

Property type

Read-write property

Syntax

Visual Basic
Public Property BaseField() As BoYesNoEnum

Remarks

Field name in the application: Remarks on the Documents will Include: Base Document Number or Customer/Vendor Reference Number.

To display the form in the application:

  • Select Administration --> System Initialization --> Document Settings --> General tab.

Note: This property is replaced by the DocumentRemarksInclude property in the ExtendedAdminInfo object.

See Also