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
caterina ferrigno 8caterina ferrigno 8 

Lookup Filter between two standard objects

Hi,
I have a standard object Account with a field named "Società controllante" and another one Quote with a field named "cliente di fatturazione";
I want to create in "cliente di fatturazione" a look up relationship with account, but only accounts that have as their "società controllante" the account to which the quote is tied. So, I have to create in "cliente di fatturazione" this look up relationship and a lookup filter. 
How can I create this lookup filter?
Thanks guys. 


 
Best Answer chosen by caterina ferrigno 8
GauravGargGauravGarg
Hi Caterina,

To build lookup filter. please follow below steps:
1. Setup --> Objects --> custom field.
2. Edit next to custom field.
3. Scroll down and add filter criteria. 

Hope this will help you, do let me know if you face issues.

Thanks,
Gaurav
Email: gauravgarg.nmims@gmail.com

All Answers

GauravGargGauravGarg
Hi Caterina,

To build lookup filter. please follow below steps:
1. Setup --> Objects --> custom field.
2. Edit next to custom field.
3. Scroll down and add filter criteria. 

Hope this will help you, do let me know if you face issues.

Thanks,
Gaurav
Email: gauravgarg.nmims@gmail.com
This was selected as the best answer
caterina ferrigno 8caterina ferrigno 8
Ok Gaurav,
thank you very much!
GauravGargGauravGarg
welcome Caterina.