Share via


EPPurchCOR::corChangeDeliveryValidate Method [AX 2012]

Validates the changed delivery date of a record in the PurchLine table.

Syntax

client server public static boolean corChangeDeliveryValidate(date _newDeliveryDate)

Run On

Called

Parameters

  • _newDeliveryDate
    Type: date
    The new date of delivery.

Return Value

Type: boolean
true if valid; otherwise, false.

See Also

Reference

EPPurchCOR Class