AutoDelZeroInv Property
- Last UpdatedNov 06, 2025
- 1 minute read
The AutoDelZeroInv property contains a flag that indicates whether to delete the row from the Item_Inv table when the quantity left is less than or equal to zero.
'Declaration
<FactMES.API.Common.DBNameAttribute("auto_del_zero_inv")>
Public Property AutoDelZeroInv As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.AutoDelZeroInv = value
value = instance.AutoDelZeroInv
[FactMES.API.Common.DBName("auto_del_zero_inv")]
public bool AutoDelZeroInv {get; set;}