Skip to main content
September 29, 2021
Question

Open an interface by another

  • September 29, 2021
  • 3 replies
  • 0 views

Hello,

I have a record type, where I can open a dialog box with the interface A to modify a form.
I want to know if it is possible to open another interface, by clicking a button I made in the interface A?

In the process model, I have a User Input Task, but that does not open the new form interface.

Thanks,

Best Rewards, David

3 replies

mikes0011
Brainy
September 29, 2021

The simplest and most common way to accomplish this is to have another User Input Task in your process model, chained to the initial node, presumably with an XOR gateway before it that checks whether the user pressed the desired button (and otherwise, routes differently i.e. to an end node).

The Expression Guru
September 29, 2021

Yeah, I have that. But that closes the dialog box and sends an email to view the user input task.
I want to open that User Input Task immediately, when I press the button, in the same dialog box or in a new one. It is possible?

mikes0011
Brainy
September 29, 2021

You need to enable Activity Chaining on the flow lines between the task nodes.

The Expression Guru