• Paone Raju
  • NEWBIE
  • 30 Points
  • Member since 2017

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I want to add the Account field to the visual force page for contacts. When I add it 

                    <apex:inputField value="{!contact.Account}" required="false"/>


Whenever you want to create a new contact, you get this error 


Expression value does not resolve to a field
Error is in expression '{!contact.Account}' in component <apex:inputField> in page quick_create_contact
 
I want to add the Account field to the visual force page for contacts. When I add it 

                    <apex:inputField value="{!contact.Account}" required="false"/>


Whenever you want to create a new contact, you get this error 


Expression value does not resolve to a field
Error is in expression '{!contact.Account}' in component <apex:inputField> in page quick_create_contact