Posts

Showing posts from November, 2018

Field Dependency in Salesfroce

Image
Field Dependency in Salesforce: Field dependency means controlling the field values based on the other field values selected. Basically, it is a filter that allows us to display the content of picklist value based on the value of another field.  For instance, take two fields one is Country and other is State . Now I want to display the value of states based on the value selected for the country. Points to remember regarding the field dependencies:   The value selected in the controlling field affects the values available in the dependent field.  We can define custom picklist fields as controlling or dependent fields whereas standard picklist field can only be defined as controlling fields.  We can define default values for controlling field whereas for the dependent field we can't define default values. We cannot define multi-select picklist field as controlling field.  We can define checkbox field as controlling field only. Creating fie...