• sameer123
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 6
    Replies

Hi all,

is it possible to show lookup icon for master detail relationship on a custom visualforce page???

 

Thank you.

Hi all,

 

I have custom VF page and a custom controller for it. I have one custom object which has custom field Account__c.

Account__c has master detail relationship with standard object "Account" . Using input field tag i want to show it on

VF page as a lookup field for accounts.

 

I am using

<apex:inputField id="account" value="{!acfContract.Account__c}"/>

 

I am not getting any error.

But on VF page only label account is displayed and not lookup tab.

 

Please help me.

Hi all,

is it possible to show lookup icon for master detail relationship on a custom visualforce page???

 

Thank you.

Hi all,

 

I have custom VF page and a custom controller for it. I have one custom object which has custom field Account__c.

Account__c has master detail relationship with standard object "Account" . Using input field tag i want to show it on

VF page as a lookup field for accounts.

 

I am using

<apex:inputField id="account" value="{!acfContract.Account__c}"/>

 

I am not getting any error.

But on VF page only label account is displayed and not lookup tab.

 

Please help me.