Good afternoon Support,
Experiencing a bit of a problem.
I have a process which is started from a custom HTML button, I've directed the outcome of the process to a Panel on the users Visual Perspective, the HTML for the button is -
<button type="button" onclick="AwareApp.startProcessFromForm('MyProcess',AwareApp.getPanelId('main','MyTab','MyPanel'),this,true)">Save as Draft</button>
This all works fine.
However, MyTab is closable. If the user closes the tab, then reopens it via a process at a later date (using a DISPLAY LAYOUT MyTab From VP...), then hits the above HTML button - the process still ticks thru fine but the targete 'MyTab/MyPanel' doesnt seem to be recognised and the process output isnt displayed.
Any ideas what could be causing the issue? Bug?