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
mukesh guptamukesh gupta 

Different object picklist relation

Hi Expert,

I have a two object "Account" and "Project". both have a picklist. When i add new option in "Account" object picklist the "Project"  object picklist auto upate by "Account" object picklist. For Example 

Object(Account)                    Object(Project)

Picklist(State)                       Picklist(State)
                                          
option A, B ,C                       option A,B,C

Means when i delete 'A' from  project object picklist then  Account Object will have only "B, C" now "A" will delete, Same apply if i delete Account object picklist.

Please suggest about any process.

Thanksa
Mukesh 



 
kevin lamkevin lam
Have you considered using a Global Picklist?
https://help.salesforce.com/articleView?id=fields_creating_global_picklists.htm&language=en_US&type=0