You need to sign in to do that
Don't have an account?
<apex Input field tag is not working for a look up field
I have these field Inorder to change the value from the look up field in a visualforce page and choose required value from the pop up after selecting the pop up is not getting disappeared (the popup remains Intact) but the field value is changed. Since this is from the standard field I am un able to track why this is not working.
<apex:inputField value="{!Jobs__c.Job_Locations__c}" required="true">
<apex:inputField value="{!Jobs__c.Job_Locations__c}" required="true">
Does your visualforce page use the standard styles and header, or are you setting those to false?
Does this happen when selecting an existing parent record, or when you create a new parent record?
Which browser are you working?
Do you see any javascript errors as a result of setting your lookup?