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
Ashish Kumar YadavAshish Kumar Yadav 

how to display the lookup filter in visualforce page based on record type

In organaization pick list having two value .this is the record type 

scheme master having lookup field.if iam selecting in organazation india snd record type then only visible the record india snd record type this the requirement.

 <apex:inputField id ="sa"  value="{!sam.Scheme_Master__c}" />this is the lookup field which i am taking the input.
AbhishekAbhishek (Salesforce Developers) 
The below developer discussions will help you,

https://developer.salesforce.com/forums/?id=9060G0000005Ni7QAE
https://salesforce.stackexchange.com/questions/142579/lookup-with-filters-fails-to-display-records-on-visualforce-page


Let me know if it helps you and close your query by marking it as the Best answer so that it can help others in the future.

Thanks.