Skip to content

kumarrk21/SFMetadataAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SF Metadata Analyzer

Have you ever wanted to audit your Salesforce Profiles and Permission sets? For e.g., you want to know which record types are visible to a particular profile. Or you may want to know what applications and tabs are used in which profiles and permission sets. Unfortunately, there is no out of the box capability in the platform to readily access this information. Yes, you could use the Force.com eclipse plug-in or the Ant migration tool to download the metadata as XML files and parse through the XML data to get this information but that's boring manual work.

This package for created to address just that need. This is a Nodejs application which accessess your Salesforce instance using OAuth and once authorized, will use the Metadata API to access all the Profile or Permission set information. Once the data is pulled from your Salesforce instance, this app enables you to view specific information or download it as CSV files.

This package uses the following technologies and frameworks

A working version of this application is also available at https://dry-island-7551.herokuapp.com/

More information available at http://kksfblog.wordpress.com/2015/01/08/salesforce-metadata-analyzer-audit-all-you-want/

About

Salesforce Metadata Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published