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
Kiru535Kiru535 

Universal picklist in SFDC

Please suggest how to maintain Universal picklist?

I have one picklist which is having 50 values and this picklist present in various objects. My requiremnt is when ever user get change the value (Insert,delete,update) particular value should be updated in other picklist fields present in various objects.

Please give me the code if you done in your projects


Vinita_SFDCVinita_SFDC
Hello,

As per your Org structure you will have to implement this functionlaity with Apex code for respective objects. There is an idea floating on idea exchange portal to implement this without code, i would suggest you to vote this idea.

Link: https://success.salesforce.com/ideaview?id=08730000000BrfBAAS
Eric_SalesForceEric_SalesForce
I do not have the code that you need but a dynamic picklist sounds like what you want to use.
Chandra PrakashChandra Prakash
Hello ,

Please try this link if it helpful..

http://www.forcetree.com/2009/06/dynamically-add-values-to-picklist.html

Thanks..
Kiru535Kiru535
My Requirement was same picklist (with same values) present in various objects. if user has done update or create or delete  at one object field, automaticlly the field value become updated with latest value in all various object field.
Joseph DindingerJoseph Dindinger
Hi!  We just released Universal Picklists on the AppExchange: https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000pvmXEAQ

Check it out and let me know what you think!