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
Edward GeeEdward Gee 

PermissionsEditPublicFilters property on Profile object - API visibility to different org types?

Are there restrictions on what Profile properties you can view by org type via API?  We have some customer orgs who are Enterprise Edition vs Unlimited Edition.  On Enterprise Edition orgs, we noticed that System Administrators do not have access (via API) to the PermissionsEditPublicFilters property on the Profile object.  But, on Unlimited Edition orgs, they do have access to that property.  I confirmed this by logging in to their orgs via APEX Explorer and viewing what fields I can query from the Profile object.  Is there a reason why certain Profile properties are not accessible by org type via API?  Or, is it possible there is some switch they are not setting to expose this property? 

What's odd is that we can see that property (Manage Public List Views) when modifying their Profile on both org types online.  We can even set the flag and it seems the value is saved.  Any ideas?

- Ed
DevAngelDevAngel
I'll file a bug for this and let our QA team take a look.


Thanks.