function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
venkatMvenkatM 

VF custom field Look up

Hi,

I figured out how it works, the <apex:inputField>  always corresponds to a field in an sObject so it displays an input element based on what type the fields is. If it's a lookup it displays an input with the the lookup icon.
    
            my problem is standrad field is working perfect . but custom field(Look up) n't working . if their is any differnce  coustom field
<apex:inputField>. how can I fix this??

     plase Help me.

     Thanks,
     venakt.
    .
 
 
Ron HessRon Hess
what browser are you using?
what is not working, is the input field appearing but the lookup icon missing?  I can't tell from your description

if that is the case, please file a case with support, providing all the information to reproduce this bug.

thanks.