• Sunny Gill 5
  • NEWBIE
  • 5 Points
  • Member since 2014
  • Celebal

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
I'm trying to create a visual force page that has only 1 line for getting the contact name.
<apex:page sidebar="false" showHeader="false" cache="false" standardStylesheets="false" docType="html-5.0" standardController="Contact" > 
<apex:pageBlock >
 <h1>Hello {!Contact.name}</h1> 
</apex:pageBlock>
</apex:page>

This page is in a SF.com site that i'v created.
the problem is that i'm getting an unauthorized message that public user cant access for this page. It happens because i'm trying to access the contact object. I believe its admin configuration.
Can someone help me with that by writing the steps for getting public access for this page and the contact object?
Eg:
Go to ->
Do that
and so ...
Note! please don't send any URL referrals for this, Thanx :)
What is meant by permission set and what is the use of permission sets can anyone explain me in detail with example 
Adv Thanks.
Hi,

Can  any body tell me the difference betwen the getvalues() and getinstance () methods  customsettings.


Regards,
Siva.