You need to sign in to do that
Don't have an account?

Managed Package and namespace prefix problem
Hi,
I developed an application in developer edition and I created a Managed Package with a namespace prefix. All the custom fields, objects API names are prepended with that namespace prefix. Well, now my client application is unable to make API Web service calls as it throwing exceptions that it can't find the custom fields, objects which I have developed. I knew it is because the namespace prefix was prepended which was not there before.
So now does my client has to change all the salesforce new API names in his application in order to make webservice calls? How can we handle this?
Thanks in advance
I developed an application in developer edition and I created a Managed Package with a namespace prefix. All the custom fields, objects API names are prepended with that namespace prefix. Well, now my client application is unable to make API Web service calls as it throwing exceptions that it can't find the custom fields, objects which I have developed. I knew it is because the namespace prefix was prepended which was not there before.
So now does my client has to change all the salesforce new API names in his application in order to make webservice calls? How can we handle this?
Thanks in advance
1) https://help.salesforce.com/apex/HTViewHelpDoc?id=register_namespace_prefix.htm
2) https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/namespaces_creating.htm
Let us know if this will help you
All Answers
As far as i know namespace prefix is unique,yes it has to be changed.
Please refer to the below knowledge article and developer community post supporting the same.
- https://help.salesforce.com/apex/HTViewSolution?id=000060519&language=en_US
- https://developer.salesforce.com/forums/?id=906F00000008vvdIAA
Please mark this as best answer if it helps.Best Regards,
Nagendra.P
1) https://help.salesforce.com/apex/HTViewHelpDoc?id=register_namespace_prefix.htm
2) https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/namespaces_creating.htm
Let us know if this will help you