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
sk3501.3915272120779841E12sk3501.3915272120779841E12 

About the Namespace prefix

Hi,

I have a base managed package. This base managed package contains only the objects and the layouts. Now i am going to create another managed package which contains the apex classes and visualforce pages and other components.

So, here my question is that can we use the same namespace prefix in the second managed package. So far i know that the namespace prefix must be unique. But is there any other way to use the same namespace prefix in my another managed package.

Please suggest!!!
Anoop yadavAnoop yadav
Hi,

If you create the package from the same Insatance, you will get the same Namespace pefix.
From other instane you can not get the same namespace because they are unique over platform.
sk3501.3915272120779841E12sk3501.3915272120779841E12
Hello,

Will you please explain this?
Anoop yadavAnoop yadav
Check the below link, you will get all the information here.

https://help.salesforce.com/HTViewHelpDoc?id=register_namespace_prefix.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=register_namespace_prefix.htm&language=en_US)
sk3501.3915272120779841E12sk3501.3915272120779841E12
Hi,

I want to make something clear here. Both the package will be separate one is base managed package and the other pakage contains some different functionality but the second package uses the same object that the base package contains.

And in the salesforce org we can create only one managed package. For second one i will have to for other org right. And in the other package i will use the feature of base managed package. so here my question is can we use the same namespace in the other managed package.