In Postsave event of a document, I try to get back to the parentdocument by using:
Set uidoc = ws.EditDocument(True,parentdoc,False)
Prior to Notes 8.5, the last parameter opened the document in the same tab when it’s already open, but since we upgraded to 8.5 the “False” parameter doesn’t seem te work anymore - a new session is opened, so we end up with 2 times the same document. Is this a bug? Any workarounds? Thanks!