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
venkat davuluri 31venkat davuluri 31 

visual force page for displaying a picklist field with all its values

Hello ,

I am desigining visual force pages to add them as components onto the console of salesforce.

I have situation where one of my custom objects has a picklist field "Interaction Type" with values Inbound call, outbound call, intercom, etc.
I want this as a visualforce compononet which displays the field and the values together and can possibly choose one of the values.

How could I achieve this?

Thank you
Venkat