InflationAdjJournal_MX::checkForOpenPeriod Method
Finds a record in the InflationAdjJournal_MX table for a from date value and Open status value.
Syntax
client server public static boolean checkForOpenPeriod(FromDate _fromDate)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The From date value to use to check if a record exists in the open status.
Return Value
Type: boolean
true if a record exists for a From date value in open status; otherwise, false.
Remarks
This method is used to check if a record already exists for a From date value in the open status and if the user tries to create a new record again. In this scenario, the system prompts an error message to the user.