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
AkashAkash 

Regarding Picklist (selected) Value

hi,

I am facing a problem regarding picklist's selected value. I am not able to save the picklist's selected Value into a custom field
that is already created on an SObject. Please let me know any way or solution to get the ID or somthing so that i can save the picklist's selected value in my custom field.


regards,
Akash

carramrod81carramrod81
you could just use a workflow rule to trigger a field update , and ISPICKVAL() to figure out what's the selected index in the field update.
Last time i checked, there is no function to just give you the value out of a picklist.