You need to sign in to do that
Don't have an account?

How to access the VF page from community with out login
HI all,
we are using a vf page in our community ,once the user click on some button from community we are opening a visualforce page,if the user is not logned in to salesforce then we are asking for login,but we do not want like this.
i tried to gave public access to that vf page in sites/communities and i gave public access to communite profile also but still asking for login.
Kindly let me know how can i navigate the page with out login to salesforce.
Thanks,
Sudhakar.
we are using a vf page in our community ,once the user click on some button from community we are opening a visualforce page,if the user is not logned in to salesforce then we are asking for login,but we do not want like this.
i tried to gave public access to that vf page in sites/communities and i gave public access to communite profile also but still asking for login.
Kindly let me know how can i navigate the page with out login to salesforce.
Thanks,
Sudhakar.
- Go to Setup->Develop->Sites
- Click on the Site Label of your community's site. This will bring up a profile looking page called Site Detail.
- Click on the Public Access Settings button.
- Add the appropriate Visualforce page access, necessary Object Create, Read, Update, Delete permissions (CRUD) and Field Level Security permissions (FLS), and any other permissions to this profile and save it.
You should be able to access the VF page without a login if the proper permissions are now in place.kindly let me where i am missing
Here is my code.
Apex class I enabled Visualforce page and Controller to public site setting.