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
Chris Clark 29Chris Clark 29 

Dynamic picklist using contact checkbox

We have a checkbox in the contact object, called "Is Mentor."

We would like to have a picklist in the Contact object called "Mentored By" where the option values are the contacts that have "Is Mentor" checked.

Is this possible?
Andrew GAndrew G
Yes,

On your Contact object create a Lookup field to object contact - label field "Mentor" or "Mentored by" or as desired.
Once saved, go to the Lookup filter options create a Filter criteria
Field would be "Mentored By:Is Mentor" Operater Equals Value True

Away you go.

Regards
Andrew
VinayVinay (Salesforce Developers) 
Hi Chris,

As per my understanding you can display values on 'Mentored By' field when the checkbox is true?

If so then you can use formula field to display lov based on checkbox value.

Thanks,
Vinay Kumar