Skip to main content

Hello,

I have a question about the process action “Open document”.

I would like to click on a specific cell in a grid in order to open a new document as modal window. The process action has a input parameter which makes sure the document is indeed opened as modal window. However, I want this modal to only show the details of the line I clicked on. Is this possible?

As a workaround, I can:

  1. start the table task with (a) table task parameter(s)
  2. Open the document as modal
  3. Filter the document using the table task parameter(s)

Hi ​@NickJanssen,

It should be possible to achieve the desired behavior. A solution would be to introduce a detail tile that displays the details of the row you have selected. When you click on this detail tile while holding down the ALT key, the tile will open as a modal window. This approach ensures that the modal window only shows the details of the selected row and achieves the intended effect.

Does this help?


Hi ​@NickJanssen,

Did you have a chance to look at this?


Reply