How to set APEX page number for new pages
Not sure I'm on the right track here let me know if not - I have a scenario where I would like any new page numbers created in an APEX application to be higher than a certain number after that app has been deployed. Reason for this is I'm deploying an app and I want the target customers to be able to add their own pages in their environment. However, I still want to be able to add pages to the app in the development environment without a "collision" on page numbers with their custom pages. I'm thinking I create pages less than 10000 and somehow set the "Sequence" that generates the new page number to 10001 at deployment time. Not sure how to do this though. Thoughts?
Thanks,
Gareth