Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
As a part of POC, we are implementing a page having a menu on the left sides. When user clicks on each menu a page will get loaded. In every page we are having two toggle buttons. On toggle button press, it will navigated to to another page. After this click, if user selects another menu and came back to the previous menu, the already loaded page is not getting displayed.
Eg : We are having 2 items in menu. 'Mashing' and 'Loitering'. When user clicks on Mashing, the mashing screen1 displays. In this screen when user clicks on toggle button, system will display mashing screen2. Then if go to "Loitering "menu and come back to Mashing the already selected page mashing screen should be displayed. But now it is displaying mashing screen1.
So we need to get the current mashup name so that it can be passed to a service. Please help to share your advice on the same.
Solved! Go to Solution.
Although perhaps a bit lame, you can just hardcode it into the service or pull it from a textbox in the mashup that is invisible or mashup parameter with default value.
Although perhaps a bit lame, you can just hardcode it into the service or pull it from a textbox in the mashup that is invisible or mashup parameter with default value.