vote up 0 vote down star

Hey all,

I've just finished my first "real" APEX app but it's looking a bit messy. Is there any way I can renumber the pages so that they're back in order of the application flow?

Thanks in advance, Matt

flag

2 Answers

vote up 3 vote down check

Numbers are arbitrary. Don't go to the hassle of renumbering everything, as you'll need to test all the branches, tabs, breadcrumbs....

link|flag
vote up 1 vote down
  1. As Gary suggests, it's better to consider page numbers to be arbitrary.

  2. You could export the application, edit the SQL script with the new page numbers (remembering to search for all locations where a page number is referenced), then re-import the application - and test it thoroughly :) - hopefully you don't have references to the pages in other applications though :)

  3. In Apex 3.2 you can put your pages into Groups, which can be useful for sorting the pages out and make it easier to find the page you're interested in.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.