Originally posted by Raul A. Chavez
This is how you get all the Picklist Items for a Given Picklist (Using Contact Status as example):
SELECT * FROM PICKLIST WHERE PICKLISTID IN ( SELECT ITEMID FROM PICKLIST WHERE PICKLISTID = 'PICKLISTLIST' AND TEXT = 'Contact Status' )
|