SalesParmLine.checkDeliverNow Method
Validates the value of the DeliverNow or InventNow field.
Syntax
public boolean checkDeliverNow(
Qty _previousDeliverNow,
Qty _deliverNow,
Qty _orderedQty)
Run On
Called
Parameters
- _previousDeliverNow
Type: Qty Extended Data Type
The value of DeliverNow or InventNow field for the earlier version.
- _deliverNow
Type: Qty Extended Data Type
The value of the DeliverNow or InventNow field to be validated.
- _orderedQty
Type: Qty Extended Data Type
The ordered quantity in sales or inventory unit of measure.
Return Value
Type: boolean
true is the value is correct; otherwise, false.