certinia / apex-mdapi

Apex Wrapper for the Salesforce Metadata API
BSD 3-Clause "New" or "Revised" License
689 stars 976 forks source link

MetadataServiceExamples outdated #278

Open Jrizzi1 opened 2 years ago

Jrizzi1 commented 2 years ago

the picklist examples on line #237 .picklist.picklistValues, from documentation Ive read, .picklist is deprecated as of salesforce ver 37,

picklist: (Deprecated. Use this field in API version 37.0 and earlier only. In later versions, use valueSet instead.)

so , is there any other examples that I can be pointed to or can the example class be updated to reflect the valueSet retrival instead?