Does anyone know the @Formula(s) to obtain the count of unread docs in a document?
I need to get the unread docs of a user’s inbox, but I want this to work for each user.
Does anyone know the @Formula(s) to obtain the count of unread docs in a document?
I need to get the unread docs of a user’s inbox, but I want this to work for each user.
Subject: RE: Count of unread docs in a db
There’s no @Formula way to do this. Version 8.0 adds support for working with unread marks in LotusScript. Otherwise you can use the C API.
Subject: RE: Count of unread docs in a db
And even then, you probably need to get the number of undead documents for the Owner of the database, rather then the number of unread documents of the signer of the agent.
Unread marks are kept for each user of a database…they are not a property of any given document, which is why you cannot access them easilly.
Subject: You have to watch out for those undead documents
They prowl by night…
Subject: RE: You have to watch out for those undead documents
Thanks all for the responses!
…undead documents, haha!