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
sruthi26sruthi26 

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

All Answers

NagendraNagendra (Salesforce Developers) 
Hi Sruthi,

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. Please mark this as best answer if it helps.

Best Regards,
Nagendra.P