📚 SAP Business One SDK Help

ActiveAccount Property
See Also 

Description

Sets or returns a valid value of BoYesNoEnum type that specifies whether the account is an active account or just a title. title is used to organize and display data in financial reports, and can summarize several active accounts or several active accounts and titles together.

Field name: Postable.

Property type

Read-write property

Syntax

Visual Basic
Public Property ActiveAccount() As BoYesNoEnum

Remarks

Set tYES for active account.

Set tNO for title.

You can set up to two levels of titles. The third level must be an active account.

See Also