Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)