InventClosingLog::hasLog Method
Checks whether there are Infolog messages for a given date and voucher.
Syntax
client server public static boolean hasLog(TransDate _transDate, Voucher _voucher)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date for which the Infolog messages would have been logged.
- _voucher
Type: Voucher Extended Data Type
The voucher for which the Infolog messages would have been logged.
Return Value
Type: boolean
true if there are Infolog messages for the given date and voucher; otherwise, false.