sfdcCommander
sfdcCommander copied to clipboard
Feature-Request: Excluding Object-Chatter Feeds and Object-Field-History from Metadata
For most of the Salesforce.com objects, an additional object exists, that contains the chatter feed related to that object
Implementation approach:
- Add new parameter for "MetadataExclusionRules" to properties-file
- value contains a list of metadata-types and search-patterns
- Example for feature request
sf.metadata-exclusion=CustomObject::*History|*Feed
- several exclusion rules can be combined also across metadata types
- Example to exclude all roles and territories
sf.metadata-exclusion=Roles::*,Territories::*
- As the feature is not yet implemented the syntax might change