SalesAgreementGenerateReleaseOrder::checkShipDateRequested Method [AX 2012]

Verifies that the value of the ShipDateRequested field is in the corresponding AgreementLineQuantityCommitment validity period.

Syntax

client server public static boolean checkShipDateRequested(SalesCreateReleaseOrderLineTmp _releaseLineToTest, AgreementLineQuantityCommitment _agreementLineQuantityCommitment)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified value of the ShipDateRequested field is in the validity period.

See Also

Reference

SalesAgreementGenerateReleaseOrder Class