Hi Scott:
I am attaching 2 screen shots.
You will see 5 buttons in the upper left hand corner.
The various screens come from Apps called Invoices01, Invoices02, Invoices03 etc.
What do I put in the Event Handlers for each button to route to that App.
Mike
The documentation on this is a bit daunting.
Anyway, I took the URL of the Products app and put it into a Javascript block called "GoToProducts".
So I have the Event Handler under the products button running GoToProducts. This does not work.
I am showing a screen shot of the Javascript code.
Any thoughts?
Mike
Scott: I find this works perfectly if there is only one option for routing.
I have tried that Hatch Parameters and these don't work.
I can't find anything in the documentation that covers this.
I am attaching a screen shot.
Mike
What are you trying to do?
Are you attempting to go to Invoice2 and carry those Hash param values over? If so use Query Params...
Or are you trying to also go to other apps using separate buttons?
Each button needs its own event handler in the same way you set up the one for Invoice2?
Scott: Yes, I see it now. I have put the individual buttons into a container so they look like a button group. But as you suggested, I can assign apps to each button.
So everything works fine now.
Thank you very much.
Mike