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
msc7808msc7808 

Dynamic Picklist

Hey Guys, I am new to Salesforce Developement. I am trying to create new Custom Fields for Account.
 
I have created Custom Pick List "Account Type" with Values A,B,C and D. I want to populate another PickList  "Segment Type" with values based on user selection for Account Type.
 
How can I achieve this?
 
Thanks

Manny
aalbertaalbert
I think you are looking to use the Dependent Picklist functionality.
You can find information on it by searching the online help (log in to salesforce.com, and click Help in the upper right).

Here is a link to the help content.
msc7808msc7808

Thanks. That is exactly what I was looking for.