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
Tony RobertsTony Roberts 

Accessing dependent picklists

I have two custom picklists.  Product_Name__c and Product_Version__c.  I then use the Product Name as the controlling field of Product Version so that I can allocate different versions to different products.
 
Now, I'm trying to write a function in php that will return an array of versions when passed a product name.
 
I'm not getting very far with it.  I've managed to use the describeSObject to actually access the picklists, but I can't find how they are then linked.
 
Does anyone have any advice to offer?
 
Thanks
tlaappdev1tlaappdev1
Im having the same problem since the feild takes a string but it is drawn from a picklist we can't get the picklist data from the API. Our WSDL doesn't have it nor can we access it via the sforce explorer.

some clarification would rock or tools in the next release of the toolkit to access custom picklists.