• ccg
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a single-select picklist built in a custom object holding states in my SalesForce instance.  I would like to repricate these picklist values in another picklist that I have in a custom VisualForce page.  I could enter all the values in manually with .add but this seems like a poor choice.  If someone changes values in the picklist in my custom object, I would also like the list to change in my VisualForce page.  This way a change in my custom object doesn't require a change in a VisualForce page everytime.  My question is how do I select all of the values out of the picklist in my custom object so I may bind them to my picklist in my VisualForce page.  If I have to loop through the values, that is fine too.