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
developer_forcedeveloper_force 

Synching picklist values with the values in other object

HI,

 

How can we sync the picklist values with that of the values in other table.

 

Ex: I have a country field in the Account object which is a picklist. It contains all the country names

Now i have another object called country which has fields called country code and country name. The name field contains all the country names. 

 

Now how do i sync the values of the country field in Account object with the values of the country name field of the country object.

 

Thanks

pankaj.raijadepankaj.raijade

This is not possible using salesforce statndard feautre.

 

But you can do in using inline VF page.

 

Regards.

Pankaj Raijade.

ODCGI80101ODCGI80101

will having a lookup to this country table help ?

 

pankaj.raijadepankaj.raijade

that may help you functionaly but you will not be able to show it as list.