I have a simple issue, but I don´t how to solve the problem. Using XPages Mobile controls, I have a document with some actions, and one of them is "Send to Signature". The workflow is: select the signer of document (from names) and send to signature. I need to show for the current user, one field to select the signer (I already have a field with typeahead funcion to select him). I would like to use an intermediate appPage for this, but when I´m in the new appPage, the currentDocument is gone. How can I use the same document (opening from a dataView) for solve this problem? Can I navigate between appPages (inside SinglePageApp) using the currentDocument??
Thanks in advance