InventItemInventSetup.editLowestQty Method
Edits or displays the LowestQty field from the InventItemInventSetup table.
Syntax
edit QtyLowest editLowestQty(boolean _set, QtyLowest _qtyLowest)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that determines whether to assign a new value to the LowestQty field.
- _qtyLowest
Type: QtyLowest Extended Data Type
A real value that is used to assign a new value to the LowestQty field.
Return Value
Type: QtyLowest Extended Data Type
A real value that holds the minimum quantity.
Remarks
If the Override field for the specified InventItemInventSetup record is false, the method displays the LowestQty field from the default InventItemInventSetup record.