Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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