📚 SAP Business One SDK Help

AlertbyWarehouse Property
See Also 

Description

Determines whether or not the system checks the inventory in a specific warehouse or in all warehouses where the item is stored.

Field name: WarnByWhs.

tYES - the system checks the inventory level in the specified warehouse when the sales document is entered. If the current transaction results in this level falling below a set minimum, a warning message is displayed - even if the inventory for the item in all warehouses is greater than the minimum.

tNO - the inventory level is checked in all warehouses where the item is stored.

Property type

Read-write property

Syntax

Visual Basic
Public Property AlertbyWarehouse() As BoYesNoEnum

Remarks

Field name in the application: Alert By Warehouse.

To display the form in the application:

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

tYES - the system checks the inventory level in the specified warehouse when the sales document is entered. If the current transaction results in this level falling below a set minimum, a warning message is displayed - even if the inventory for the item in all warehouses is greater than the minimum.

tNO - the inventory level is checked in all warehouses where the item is stored.

See Also