Hi again,
We can currently define the renderOption (where to redirect the result of the process. Either 'main' or 'new_tab' or panel id) when creating a custom button in a form. (i.e. <button type="button" onclick="AwareApp.startProcessFromForm('MyProcess', 'main', this, true)" >Start</button>)
Would it be possible to have this same option made available for processes run from operations in forms and queries. Specifically, I am looking to be able to add an edit operation for each row of a query but have that object open up in a new tab rather than replacing the query in the main tab.
Cheers,
Pete