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
anthonyleeanthonylee 

Force.com Site, Visualforce Page, Custom Objects, and Login

How do I let the public users enter data through a public form that was made through custom objects and force.coms site?

 

For example, I made a custome object called "custom-x" and created a visual force page using "custom-x" object fields.

Then, I created a site and made that visual force page my homepage.

 

My problem is that my custom objects are not showing up in my site:

http://womenoftheharvest.force.com/hope

 

I have a enterprise salescloud—and having trouble changing the login settings.

 

I hope this made sense.

 

Public Website:

http://www.box.com/shared/lhj26vp9b8kdz7zrhf6u

 

Visualforce Page:

http://www.box.com/shared/hq58gi7vkrjurp51ilfk

 

Login Setting:

http://www.box.com/shared/59vjy4dlogx9pp7zecg4

http://www.box.com/shared/duabueurydx33ug872ko

 

I am hoping to create a form similar to something like this with custom objects:

http://thefestusgroup.force.com/page?pageid=a07700000084wNLAAY

 

cloudmaniacloudmania

Do you jave any authentication process ?

if you have not,check ur custom object permission for ur site guest user profile,if you have,check ur permission for assigned profile.

bob_buzzardbob_buzzard

You'll need to grant the guest profile associated with your site access to these custom objects.

 

This is different to how you maintain other profiles.  Navigate to your site setup page and click the public access settings button.  This will  take you into the guest profile.  You'll then need to grant the appropriate permissions to your custom object.  I usually find I have to grant access to the individual fields as well.

cloudmaniacloudmania

And as a additional information, if There is no way to give permission to related object in ur profile,it is possible to show the records by using wrapper class.(inner class),You can create ur data type via wrapper classes...