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 record exists in the PaymDayLine table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
PaymDayId _PaymDayId,
WeekMonth _WeekMonth,
WeekDays _WeekDay,
Days _MonthDay)
Run On
Called
Parameters
- _PaymDayId
Type: PaymDayId Extended Data Type
The PaymDayId value of the record for which to check.
- _WeekMonth
Type: WeekMonth Enumeration
The WeekMonth value of the record for which to check.
- _WeekDay
Type: WeekDays Enumeration
The WeekDays value of the record for which to check.
- _MonthDay
Type: Days Extended Data Type
The Days value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.