Hi to all ![]()
I run web agent
I get the document by the next code
set db = session.GetDatabase("…
Set Doc = db.GetDocumentByUNID …
How can I check if access to this document permited for “all readers and above” ?
Thanks in advance.
Hi to all ![]()
I run web agent
I get the document by the next code
set db = session.GetDatabase("…
Set Doc = db.GetDocumentByUNID …
How can I check if access to this document permited for “all readers and above” ?
Thanks in advance.
Subject: RE: If “All readers and above” checked ?
I assume you are meaning to do this to determine whether the web user is authorized to view the document.Have the agent run with the web user’s authorizations, then you don’t need to duplicate the server’s access check.