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
advlgxpmadvlgxpm 

Formula Field From Picklist Field Type

I want a formula field on opportunity that defaults to the value of a field on the Account. Usually it would be easy to set the formala to Account.FieldName.

Problem is it errors because Account.FieldName is a picklist field type. How would I set the forumula so this will work?
anup_aanup_a
You would need to use ISPICKVAL or CASE functions in order to reference a picklist in a formula. While creating the formula, you can select the function and click on the "Help on this function" link to get more details on the syntax and how to use these functions in the formula