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
maximummaximum 

Retrieving dependent picklist metadata with Apex Code

Is it possible to retrieve dependent picklist metadata using schema API in Apex Code? There is no getValidFor method on Schema.PicklistEntry object which is how you get at dependent vlues in Web Services API. Or is there another way to get at this information?