I’m having trouble getting reference fields to save on a force.com site page - is a site ‘Guest User’ able to save data contained in reference fields if the object being looked up is not explicitly available to the Guest User profile?
ie…
- I have a custom object ‘Feedback’ which we have created a force.com site for.
- The feedback object has a lookup field to the Account object
- The Account Id and Account Name are passed in the url when the site page is loaded (e.g. “examplesiteurl.secure.force.com/feedback?acct=0012400000L****AA3&acctname=TestAccount”
The conditions I have on the feedback model are as pictured:
I’ve tried quite a few different combinations of conditions here, but can’t seem to get it to work for the site’s Guest User profile.
Do I need to expose the Account object to the site’s Guest User profile? (Which I would prefer not to do) or is there some particular condition I have missed?
Thanks, Greg