PurchParmLine.pdsCWReceiveNowConversion Method
This method converts PdsCWReceiveNow qty from InventNow qty or InventNow qty from PdsCWReceiveNow, depending on the value of the boolean )fromCW parameter.
Syntax
private void pdsCWReceiveNowConversion([boolean _fromCW])
Run On
ClientOrServer
Parameters
- _fromCW
Type: boolean
If true covnerts PdsCWReceiveNow into Inventory qty ReceiveNow. If false converts InventNow qty into PdsCWReceiveNow.
Remarks
private void pdsCWReceiveNowConversion(Enum _fromCW)