LedgerEliminationRule::validateEffectiveDates Method
Verifies that the start and end effective dates are valid.
Syntax
client server public static boolean validateEffectiveDates(StartDate _startDate, EndDate _endDate)
Run On
Called
Parameters
- _startDate
Type: StartDate Extended Data Type
- _endDate
Type: EndDate Extended Data Type
Return Value
Type: boolean
true if the last date is on or after the first date; otherwise, false.