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.
Indicates whether the specified date is valid for the curreny record.
Syntax
public boolean isDateValid(TransDate _effectiveDate)
Run On
Called
Parameters
- _effectiveDate
Type: TransDate Extended Data Type
The effective date to validate.
Return Value
Type: boolean
true if the date is valid; otherwise, false.
Remarks
The findByDate method automatically uses this functionality and the find method does not use it.