InventItemPurchSetup.editPdsCWStandardQty Method
Edits or displays the StandardQty field in catch weight units from the InventItemPurchSetup table.
Syntax
edit PdsCWInventQtyStandard editPdsCWStandardQty(boolean _set, PdsCWInventQtyStandard _cwQtyStandard)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that determines whether to assign a new value to the StandardQty field.
- _cwQtyStandard
Type: PdsCWInventQtyStandard Extended Data Type
A real value in catch weight units that is used to assign a new value to the StandardQty field.
Return Value
Type: PdsCWInventQtyStandard Extended Data Type
A real value that holds the standard quantity in catch weight units.
Remarks
If the Override field for the specified InventItemPurchSetup record is false, the method displays the StandardQty field in catch weight units from the default InventItemPurchSetup record.