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
Nirav_ShahNirav_Shah 

MetadataService.cls, How can I filter the Metadata List based on the Last Modified Date?

Hi Folks,

My requirement is that I need to display org metadata components (like Objects, Apex Classes, VF Pages, Record Types, Profiles, Permission Sets, Custom Object, Custom Fields, Custom Label ...etc) on my VF page. I can use MetadataService.cls to get all this info.

But is it possible to filter the List of metadata by its Last Modified date? I mean to say I need the list of all Metadata which for which the last modified date is greater than last month 

Does anybody have any idea regarding this? Any ideas are highly appreciated.

Thanks
Nirav