I want to create a wizard that does the following:
- The user opens a task that opens a modal document (with edit in grid enabled).
- The user fills in the grid.
- When the user is done, he presses the ‘Close’ button of the modal document. This should trigger another task.
I can get the first 2 steps to work, but closing the modal document does not seem to trigger the ‘Close document’ process flow action. The Thinkwise docs says it could be used as a starting point though.
Is there a way to create such a wizard?
An alternative could be to hide the ‘Close’ Button and use a task in the modal document that closes the document and starts the other task. But I can’t find a way to hide the ‘Close’ button for just this modal document.