CustVendBalanceInquiry_CN.checkDateRange Method [AX 2012]

Check the validity of from date and to date.

private boolean checkDateRange(
    date _fromDate, 
    date _toDate, 
   [boolean _showErrMsg])

Run On

Called

Parameters

_fromDate
Type: date
The beginning date of date range.
_toDate
Type: date
The end date of date range.
_showErrMsg
Type: boolean
Show the error message form if true, otherwise, don't show.

Return Value

Type: boolean
true if from date and to date is right, otherwise, false.

Community Additions

ADD
Show: