JmgDocumentGroupType::workerAllowedToSeeType Method
Indicates whether a worker is allowed to view a specific document type.
Syntax
client server public static boolean workerAllowedToSeeType(JmgWorkerRecId _worker, DocuTypeId _type)
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The worker to test.
- _type
Type: DocuTypeId Extended Data Type
The document type to test.
Return Value
Type: boolean
true if the worker is allowed to view the document type; otherwise, false.