developerforce / Force.com-JavaScript-REST-Toolkit

ForceTK - a minimal Force.com REST API for JavaScript apps
BSD 3-Clause "New" or "Revised" License
315 stars 175 forks source link

Include picklistValues in describe result #50

Closed cwarden closed 10 years ago

cwarden commented 10 years ago

Include the picklistValues attribute with each field returned with describe. For Picklist, MultiPicklist, and Combobox fields, return the picklist options; otherwise, return an empty array.

metadaddy commented 10 years ago

Looks good - thanks!