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
naveen reddy 19naveen reddy 19 

How to retrieve picklist value modified date?

Hi,
 I have modified a picklist value .
I would like to retrieve that picklist value only.
Please help me in retrieving the picklist values based on modified date.

User-added image


**Any help is really appreciated.Thanks in advance.

Regards,
Naveen
Best Answer chosen by naveen reddy 19
pconpcon
Unfortunately it doesn't look like you can get this.  The MetadataAPI does not provide it and the PicklistEntry from the describe call [1] does not contain it either.

[1] https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_class_Schema_PicklistEntry.htm#apex_class_Schema_PicklistEntry

All Answers

pconpcon
Unfortunately it doesn't look like you can get this.  The MetadataAPI does not provide it and the PicklistEntry from the describe call [1] does not contain it either.

[1] https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_class_Schema_PicklistEntry.htm#apex_class_Schema_PicklistEntry
This was selected as the best answer
naveen reddy 19naveen reddy 19
Thanks for the response. Even I cloundn't find any possible way..:((..