![Deploy to Salesforce](https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png)
Designed for Salesforce admins & developers. Plan, manage and document metadata changes for your Salesforce org.
- Install in your Salesforce org
- Run this Apex script to schedule automatic analysis, automatic backup (to static resources) and a one-time analysis
// One-time analysis to get immediate results Database.executebatch(new MetadataSObjectAnalyzer()); // Scan for metadata changes every 5 minutes MetadataSObjectAnalysisScheduler.scheduleEveryXMinutes(5); // Backup the app's data to static resources every hour MetadataSObjectBackupScheduler.scheduleHourly(0); ExternalSystemBackupScheduler.scheduleHourly(0);
- In Lightning Experience, switch to the app 'Metadata Dictionary'