I am trying to set unreads mark based on a userid, I tried it using a correct username as well as the id but I can't seem to get it to work.
unread mark is enabled on the database props.
when I do db.getAllUnreadDocuments("myid") it always return all docs in db even if I have set this markedAllRead("myid")
db.getAllUnreadDocuments("myid")
notesDocumentCollection.MarkAllRead("myid")
running 8.5.3, tried both lotusscript in client and using ssjs
any ideas?
Thomas