You can have live text open a view and perform a fulltext search on that view.
Is there any way to have a live text action that would open a document instead of a view?
Or an action that would open a view with a OpenDocumentByKey command, where I would be able to supply my own key.
I have a recognizer that works to my satisfaction - it recognises a number in a special format. If I perform a fulltext search via the live text action on my view the view opens and exactly one document is found. (The document is different for each different number). Instead of clicking on the document, I would like the live text to open this found document directly. I do not need to open the view. Is that possible? If yes, then please how?
Can I force somehow the notes live text action to substitute the live text to a notes URL, so that I would get something like this notes://servername/DBreplicaID/NotesViewName/RecognizedText-myKey?OpenDocumentByKey
Thank you.