You need to sign in to do that
Don't have an account?
Mike Tol 1
Autocomplete Account field by Apex
Hi!
I have contact table and I need autocomplete Account field. I did that with standard salesforce functionality and it works great, but I need do that with Apex with the same behavior as in standard salesforce functionality. When you click on Account field, a lookup should appear with suggested accounts. Please tell me how can I do that and where I can get information about it. Thanks!
I have contact table and I need autocomplete Account field. I did that with standard salesforce functionality and it works great, but I need do that with Apex with the same behavior as in standard salesforce functionality. When you click on Account field, a lookup should appear with suggested accounts. Please tell me how can I do that and where I can get information about it. Thanks!
You need to implement custom lookup. Refer the below link will help you to proceed further on your requirement.
https://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/
Thanks!!
All Answers
You need to implement custom lookup. Refer the below link will help you to proceed further on your requirement.
https://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/
Thanks!!
Above information helps, please mark it as best answer.
Thanks!!