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
Ben RoedellBen Roedell 

VisualForce page from managed package results in some fields preppended by namespace__ but not others

I'm developing a managed package.  In my development org I don't include the namespace when referencing fields in my VF pages (to allow development in multiple orgs). When I install the package in a new org (I'll call this the destination org) I am able to view the VF pages source (but not edit). The VF page reveals that most fields have had the namespace added but not all.

Any idea why this might be happening?
Neetu_BansalNeetu_Bansal
Hi Ben,

You cannot edit visualforce pages for a managed package in destination org and namespace will be appended only to custom fields not to standard fields of object.

Let me know, if you need any other help.

Thanks,
Neetu