I would like to edit/read document which is been just saved, below is the code I am putting but it opens view first document on which the LS agent code is being run. this agent runs on Notes client.
Call ReportDoc.Save(1,0)
Call ws.EditDocument(False, ReportDoc, False)
I also tried getting univrsal id and tried but same output.
Please assist.