PurchAgreementGenerateReleaseOrder::checkDeliveryDate Method [AX 2012]

Verifies that the DeliveryDate field is within the corresponding validity period of the AgreementLineQuantityCommitment object.

client server public static boolean checkDeliveryDate(TmpPurchLine _releaseLineToTest, AgreementLineQuantityCommitment _agreementLineQuantityCommitment)

Run On

Called

Parameters

_releaseLineToTest
Type: TmpPurchLine Table
An instance of the TmpPurchLine record to test.
_agreementLineQuantityCommitment
Type: AgreementLineQuantityCommitment Table
An instance of the AgreementLineQuantityCommitment object to test.

Return Value

Type: boolean
true if the specified value of the DeliveryDate field is in the validity period of a corresponding BlankeOrder object.
Show: