JmgDocumentLog::hasReadDocument Method
Indicates whether a worker has read a particular document.
Syntax
client server public static boolean hasReadDocument(JmgWorkerRecId _worker, RefRecId _recId)
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the worker
- _recId
Type: RefRecId Extended Data Type
The ID of the DocuRef record to check.
Return Value
Type: boolean
true if the specified document has been read by an employee; otherwise, false.
Remarks
Use this method to query whether a worker has read a particular document.