I'm running an agent which modifies view column title (using NotesViewColumn class). Everything is fine until I open the modified view, in the status bar below it says "document has been modified or corrupted since signed! (data)". Any suggestion on how to solve this. Thanks in advance.
I get the view as a NotesDocument
object using NotesDatabase.getDocumentByUNID('unid of view')
and used sign()
and save()
methods, it worked :) thanks again