InventItemSalesSetup.editHighestQty Method
Edits or displays the HighestQty field from theInventItemSalesSetup table.
Syntax
edit QtyHighest editHighestQty(boolean _set, QtyHighest _qtyHighest)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that specifies whether to assign a new value to the field HighestQty.
- _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 InventItemSalesSetup record is false, the method displays the HighestQty field from the default InventItemSalesSetup record.