Skip to main content
1-Visitor
December 14, 2017
Solved

Launching a View from a Button

  • December 14, 2017
  • 1 reply
  • 2348 views

I want to put a button on my Home screen that will launch one of the other views. Can this be done?

Replace Unit button would launch the Replace AC Unit View

    Best answer by ytella

    Hi Sandra,

    Yes, it is possible. Please follow the below instructions for the navigation:

    • Drag and drop the click event of the button to the view you want to navigate to as shown below:

    • Select Navigate option
    • Click Bind

    This will bind the button's click event to the view's navigation.

    Hope this helps!

    1 reply

    ytella17-PeridotAnswer
    17-Peridot
    December 14, 2017

    Hi Sandra,

    Yes, it is possible. Please follow the below instructions for the navigation:

    • Drag and drop the click event of the button to the view you want to navigate to as shown below:

    • Select Navigate option
    • Click Bind

    This will bind the button's click event to the view's navigation.

    Hope this helps!

    shumphrey1-VisitorAuthor
    1-Visitor
    December 14, 2017

    Yamini,

    This worked perfectly!

    Thank you for your quick response!!!!!

    Sandra

    17-Peridot
    December 14, 2017

    Glad that I could help!