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