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
RSGRSG 

How can I link a contact and related picklist to custom object.

I have a custom object and i want to create a field that can be related to a contact and that contact's department (picklist).
Steve :-/Steve :-/
Depending on the relationship between the custom object and the Contact, you can create a Lookup(Contact) field to connect to the custom object and the Contact.  Then once you have that setup you should be able to create a Formula(Text) field to pull in the value from your Contact.Picklist field.