Hi All, I have milestone in the left sidebar on an Interface.This is the parent interface and when you click on the milestone step, then the child interface will open on the right hand side.I want the ability to make these milestone steps in a clickable form so that I can go back to the previous step just by clicking on the previous step.
Discussion posts and replies are publicly visible
You can assign an id to every individual step. eg. 1,2,3,4,5 and store them in a local variable on the parent interface as soon user clicks on them.
Use the choose function to show the interfaces depending on what id is present in the variable. Now if you click on any milestone, you will be able to see its respective screen. Also, you can add additional buttons on the screen to move to the next/previous immediate step.