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
r_boyd_848r_boyd_848 

Fieldsets and Managed Packages

I want to use Fieldsets in a managed package. The documentation states:

If a Visualforce page is added to a managed package and distributed, subscribers can edit the properNames field set. The logic for generating the Visualforce page remains the same, while the presentation differs based on each subscriber's implementation. To reference a field set from a managed package, you must prepend the field set with the organization's namespace

But if the custom object is in the same managed package as the fieldset does the namespace still need to be prepended?

A_SmithA_Smith

Shouldn't need to be if everything is in the same package.  

CyberGroup Inc.CyberGroup Inc.

If both the field set and custom object are in the same managed package you don't need to do that. The documentation is valid for the case when you want to refer fields from some managed package you have installed in your org and want to build a visualforce page using them.

r_boyd_848r_boyd_848

I assumed that to be the case. The wording in the help text just isn't that clear. Thanks