Hi all,
I’m using xpages in order to show data from a web-service. When you click on a link in the view I would like to open an old style form with the following sintax:
return “0/” + rowData.getUniversalID() + “?OpenDocument”.
what I got is fine and it points to a form on the current db. What I have to do in order to change db:
http://server/other_db.nsf/0/0DB372DB6A56D186852574F8006DC4C0?OpenDocument
Thanks