• Evita
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

I have kept a look up field in the visualforce page using the following code.

 

<apex:inputfield value="{!Account.Associated_Global_Account__c}"/>

 

The lookup field works good but when a user enter the information in the lookup field I am unable to capture it on the apex side.

 

I am not sure how to capture a value from the lookup field from the visualforce page.

 

 

 

 

 

  • November 08, 2009
  • Like
  • 0