Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.