Pages

Tuesday, November 2, 2010

Open Xpage from a Notes Form or View on Notes Client 8.5.1

In order to open a xpage ( say a document on a xpage) from a Notes Form or View from the notes client, use a button or a hot spot that contains a code fragment similar to the following,

@URLOpen("notes://servername/databasepath/XpageName.xsp?openXPage&documentId=documentUniqueID&action=editDocument")

Note the usage of the word openXPage in the query string. Ensure that it is present there, 'cos the XPage wont open up if it does not have this part in the url and instead it will open up the default view of the database instead.


Hope this Helps  :)


No comments:

Post a Comment