Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I have scenario where in there's a pop up display having OK button, on click of this button takes me to another view. How can I do this?
Solved! Go to Solution.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Thank you for the info.