PurchLine.pdsCWPurchReceivedNowConversion Method
Converts CW qty to standard qty or standard qty to cw qty for the purchase order line.
Syntax
public void pdsCWPurchReceivedNowConversion([boolean _fromCW])
Run On
ClientOrServer
Parameters
- _fromCW
Type: boolean
If true, converts from CW qty and sets the PurchReceiveNow field. If false the opposite is done.
Remarks
private void pdsCWPurchReceivedNowConversion(Enum _fromCW)