📚 SAP Business One SDK Help

Active Property
See Also 

Description

Indicates whether or not the payment method is in use.

Field: Active.

Property type

Read-write property

Syntax

Visual Basic
Public Property Active() As BoYesNoEnum

Remarks

When the Active checkbox status is updated from selected to unselected, the following happens:

  • If this payment method is selected in the Default Payment Method for Customer or Default Payment Method for Vendor dropdown list on the BP tab of the General Settings window (Administration --> System Initialization --> General Settings), the dropdown list is cleared to blank.

  • The Include checkbox of this payment method on the Payment Run tab of the Business Partner Master Data window is treated as if it is unselected, even if it is selected.

  • The Active checkbox of this payment method on the Payment Run tab of the Business Partner Master Data window is deselected.

  • Accounting documents that use this payment method will be listed in the non-included transaction report when they are included in a payment run.

When the Active checkbox status is updated from unselected to selected, the Active checkbox of this payment method on the Payment Run tab of the Business Partner Master Data window is selected. This means that, if the Include checkbox is also selected, this payment method will be available for use in business partner master data and accounting documents that will then be fully available when you run the payment wizard.

See Also