How can I set up my url in a url redirect to link to a page in a specific module?
Say I have two pages
MyFavoritePage (Module1)
MyFavoritePage (Module2)
If I use this:
/apex/skuid__ui?page=MyFavoritePage
I always get whatever page was created first (I think?)
I tried
/apex/skuid__ui?page=MyFavoritePage&module=Module2
but with no success.
Anyone know how to do this?