I need to open an xpage in notes client and send a unid to the xpage from a document or view (which is not in xpages)
The xpage is embedded in a composite application and added to a frame. Not sure propertybroker is the right thing to use as the notes client document is not part of the composite app.
I am now opening the xpage from an action in the notesdocument using @Command([OpenFrameset];"myxpage") but need to send in the unid to the selected document to the xpage so I can show the document data in the xpage.
any ideas?
If it's an XPage not set to run on server, environment variables may be a way. Because it's running locally, it should point to the Notes Client's notes.ini, not a server one. Admittedly I haven't tried.