Hello all,
I am facing the following situation: I have an Apex instance with a single workspace in use. This workspace currently contains the test version and the production version of my application. I now want to separate the applications into two different workspaces for multiple reasons (e.g. to avoid accidentally making changes to the production version in the application builder when instead I want to change the test version). I do not want to change the application ID. I have already created the new workspace which should hold the test version in the future. When I export the app and then import it into the new workspace I would have to choose a different ID because I do not want to delete the existing test application before it was successfully migrated to the new workspace. I have not yet found a way to change the application ID in the builder. My questions therefore are:
- Can the test application somehow be assigned to the new workspace without export/import even if that would mean to update data in some Apex internal tables?
or
- Is there a way to change the application ID after import even if that would mean to update data in some Apex internal tables? Then I could import it with a different ID into the new workspace, delete the application in the old worskpace (or change its ID) and then change the ID of the imported application back to the original ID
TIA and Regards,
Christof