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
CaptaConsultingCaptaConsulting 

describeSObject picklistValues with javascript

Hi,

I am doing an Sforce Control with javascript and  I need to know which are the possible values of a field with type picklist because i need to compare this values with other field.

I hava seen in the forum how to do it in JAVA calling "describeSObject" instruction, but not in javascript.

Any sample code or any help?

Thanks.

Victor Alvarez