EPPurchCOR::corChangeDelivery Method [AX 2012]
Changes the delivery date of the purchline table.
Syntax
server public static boolean corChangeDelivery(TradeInventTransId _inventTransId, date _newDeliveryDate)
Run On
Server
Parameters
- _inventTransId
Type: TradeInventTransId Extended Data Type
A unique identifier of the purchase line for which the delivery date will be changed.
- _newDeliveryDate
Type: date
The new date of delivery.
Return Value
Type: boolean
true if the delivery date of the purchase line has been changed; otherwise, false.