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
Tim SchuitemakerTim Schuitemaker 

Empty bullets on showing datalist of custom object

Hi Guys,

 

i already asked this question on stackoverflow, so first i redirct you there ;).

 

I think this problem has something to do with rights on the custom object.

 

Thanks in advance.

Tim

Daniel.ReidDaniel.Reid

I suspect that you are correct in guessing that this problem is related to permissions on the specific object.  I would double check the security settings for that object.

  • Under Administration Setup, goto Security Controls ->Field Accessibilty.
  • Then select your object.
  • Select ViewyProfile, and make sure that your user profile (the one you are testing) is in the allowed list (the right hand list).

 

If that doesn't help, then you might want to consider writing a wrapper class for that object.  With a wrapper, the VF page will only be accessing the member fields of a class, not directly accessing the object.  It should allow you to view data without giving up control of it to the VF page (that's why its ok).

 

Let me know how that works out for you, or if you would like more clarification.

 

Daniel Reid
Contact us - We can help!

Salesforce Superheroes
------------------------------
help@salesforcesuperheroes.com
www.salesforcesuperheroes.com
1-888-407-9578 x102