function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ruhi Bell 5Ruhi Bell 5 

Dealing with namespaces when developing managed packages

I am working on getting team development processes in place for a managed package and having trouble with the namespace. I have our packaging org, my own development org, and our code set up in a repository. The problem is the namespaces don't exist in my developer org so I have to remove them from any queries, etc in the code. Once I have committed my code and am ready to add it to the managed package for a new version the namespace needs to be added back. What's the best process for this? I know there's a way to do this, I just don't know what it is.

Thanks!