~Phil ZengeromanodenMar 23, 2011, 8:08 AM5 PostsRe: Seems as Document is not updatedI re-read the document in the ssjs after the agent has finished... "...No matter if i recycle the doc and re-read it with database.getDocumentByUNID()...." but no success.....
~Evelyn DesjumiplopakolMar 23, 2011, 8:29 AM21 PostsRe: Seems as Document is not updatedWhat is the actual code you are using to recycle?
~Phil ZengeromanodenMar 23, 2011, 10:51 PM5 PostsRe: Seems as Document is not updated Hi Andrew, i used the following code to recycle and re-read the document var docUNID:string = doc.getUniversalID();doc.recycle();var doc:NotesDocument = database.getDocumentByID(docUNID);
~Vera OpfreechekakolApr 5, 2011, 10:44 AM14 PostsRe: Seems as Document is not updatedI doubt your code work. Note ID and Universal ID are two different attributes. getNoteID() -> getDocumentByID(), getUniversalID() -> getDocumentByUNID()...