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