You need to sign in to do that
Don't have an account?

How to get lookup fields on vosualforce using custom controller
Hi ,
I created a edit page using visualforce using custom controller but lookup fields are not visible.
How can i get over this.
Thank You.
I created a edit page using visualforce using custom controller but lookup fields are not visible.
How can i get over this.
Thank You.
you should need to use apex input field for look up field. Than that will show look up.
Thanks.
Modify it to suit your requirement.
Apex: VF:
Make sure to include all Mandatory fields
Mark this as Best Answer, if this solves your problem