SalesConfirmDatesCommandStrategy.warningDateExceeded Method [AX 2012]
Creates a warning when the specified requested date is exceeded by another specified date.
Syntax
protected void warningDateExceeded(
TransDate _dateRequested,
TransDate _dateToCheck,
ExtendedTypeId _extendedTypeId)
Run On
Server
Parameters
- _dateRequested
Type: TransDate Extended Data Type
A date value that contains a requested date.
- _dateToCheck
Type: TransDate Extended Data Type
A date value that is checked against the requested date.
- _extendedTypeId
Type: ExtendedTypeId Extended Data Type
An integer value that contains an extended data type ID that represents the date field that is validated.