Link to pages with same name. Which will skuid choose?

What kind of sort order does skuid use when finding a page based on its name?
Suppose I have pages with the same name, in different modules:
Suppose I have pages with the same name, in different modules:
- MyCoolPage in AwesomeModule
- MyCoolPage in ModuleOfAwesomeness
/apex/skuid--ui?page=MyCoolPageWhich page will skuid choose? Is that something I can predict based on the properties of the page?
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
/apex/skuid--ui?page=MyCoolPage&module=AwesomeModule
1st Priority: Pages with no module.
2nd Priority: The order of your module picklist field on the skuid__Page__c object. Where picklist entries lowest on the list would be given priority over entries higher on the list.
Thanks, Ben!