Hi,Have a little issue that i hope someone can help me with, I am getting a document using the "sess.Databases.ItemByName(database).GetDocument(docNumber, version)" I then open it with the following context items: pContextItems.Add "SelectedNRTDocuments", pDocArray pContextItems.Add "IManExt.OpenCmd.NoCmdUI", True pContextItems.Add "IManExt.OpenCmd.Integration", TrueMy issue is this, if the document is not the latest version it will prompt you asking if you would like to open the selected version or the latest, is there any contextitem or property i can set so that it just automatically opens the selected document rather than prompting?Many thanksTim