EUSalesListReportingEngine.validateFromDate Method [AX 2012]

Validates whether the from date is valid and displays an error message that is based on the _showError parameter.

public boolean validateFromDate(FromDate _fromDate, boolean _showError)

Run On

Called

Parameters

_fromDate
Type: FromDate Extended Data Type
The from date value.
_showError
Type: boolean
A Boolean value that indicates whether an error message is displayed.

Return Value

Type: boolean
true if from date is valid; otherwise, false.

Community Additions

ADD
Show: