Topic: Jump to menu/prompt

We are building a large application and after the user completes any particular operation we want to return them to the same menu they get after calling in. We have each operation on a separate page for easy development. Is there a way to have it jump back to a specific prompt on a page, or do we just need to put that common prompt on its own page and jump to other pages based on what the user selects?

Re: Jump to menu/prompt

The latter, you  need to put the common prompt as the first module on its own page. When you jump from page to page, you can only jump to the "beginning" of the page, not somewhere in the middle.