click button to start new interface.

Hi All,

I have a query related to button in interface, I am working on interface which is similar to record view in interface there is a button component i want that button to work as pop up window. When that is pressed it should open a new interface like a record actions.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    There are multiple ways to achieve this. One would be to have a button (have submit attribute as false), you can have a flag to render another interface when flag has a value and reset the value. You should find examples in the available patterns (In Appian Interface).

    If both the interfaces you are referring to are developed and you won't wish to make any changes in either of the interfaces, then plug the 2nd interface after the 1st one in the process model (activity chained according to your need). With the click of the button, the form gets submitted, and the flow takes you to the 2nd interface.

    Thanks

Reply
  • 0
    Certified Lead Developer

    There are multiple ways to achieve this. One would be to have a button (have submit attribute as false), you can have a flag to render another interface when flag has a value and reset the value. You should find examples in the available patterns (In Appian Interface).

    If both the interfaces you are referring to are developed and you won't wish to make any changes in either of the interfaces, then plug the 2nd interface after the 1st one in the process model (activity chained according to your need). With the click of the button, the form gets submitted, and the flow takes you to the 2nd interface.

    Thanks

Children
No Data