[SalesForce] How to add picklist (Field dependencies) for custom objects

I want to add picklist for a custom object I have created. When I navigate to Field dependencies for that custom object and click new the Controlling field and dependent field drop down list are empty.How can I populate them with other custom object created before ?

Best Answer

Dependent picklists can only work on the same object. That means that if a custom object A__c has a master-detail relationship with B__c, then a picklist on B__c can't reference the picklist from A__c.

Related Topic