You need to sign in to do that
Don't have an account?
Scott0987
Salesforce Solutions Custom Fields not showing up on public force.com site.
I have a site that has solutions on it. If you log into the system and pull up the visualforce page you can see all of the fields for the solutions on the page. But if you pull up the site that is linked to that visualforce page all Custom Fields on Solutions do not show up. I have gone through all the permissions and everything is correct as far as I can tell. Anyone have any idea why this might be happening?
Field-Level Security for Solution in the site guest user profile? Are all fields you need checked as visible?
Ram
All Answers
Field-Level Security for Solution in the site guest user profile? Are all fields you need checked as visible?
Ram
I found the solution for anyone else having a similar issue with sites. To check the permissions I had gone to the field and clicked on field level security and then made sure that all the profiles had it set as visible. The only thing I did not reallize is that the public profile for a site is not listed on this page. I had to go to the site then click on the public profile and then on view under field level security. Hope this helps someone else.
Thank you for the help Ram@4cepower.com we must have been typing in the solution at the same time. I went ahead and marked yours as the solution. Thanks for replying.
Best,
Ram
When I launch my home page from the Developer Console Preview, I can see all the fields on my custom object on all 3 of my site's pages; however, when I navigate to the url to see the public site, only 2 of my 3 pages display field data from my custom object.
Like Scott says, I went to Setup->Build->Develop->Sites and clicked on the Site Label for the site in question. From there I clicked the Public Access Settings button, scrolled down to the Field Level Security -> Custom Field Level Security area and clicked View for my custom object. From there, I see that all my fields are checked as visible.
Am I missing something? Does anyone have any other suggestions on this problem?
Your issue sounds very similar to mine. All my fields are marked as visible, but when I run a flow, the fields "disappear" and an exception. I have a feeling it's linked to the new Spring 2015 release. Please advise if you were able to get this resolved.
Hi, I've a problem with custom fields on a visualforce page using the standard controller for cases. This page tests data of the current user.
Within the user record I've some custom fields, accessible for all profiles. I can show them, but can not use them in a condition. I can assign the field to a variable 'test', but if I try to show this variable, I get an error message Error: Unknown property 'CaseStandardController.test'.
With standard fields, using the same syntax, I haven't these problems. What's to do?