I have to save document id's for each user separately to know which one they already opened and which one not in IBM Content Navigator.
If I do this with by a custom plugin in the local storage in JS it works. Now this is not the ideal way as the user can sometimes login from another machine.
Is there a way to stock a list of id's as an extra attribute for a user role in ICN by custom JavaScript/java?