Skip to content

Instantly share code, notes, and snippets.

@bethbrains
Created August 30, 2017 18:47
Show Gist options
  • Save bethbrains/b4a40e431d79b276dd71eef7505116bc to your computer and use it in GitHub Desktop.
Save bethbrains/b4a40e431d79b276dd71eef7505116bc to your computer and use it in GitHub Desktop.
package.xml to grab all CMDT records
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>AllCMDTs</fullName>
<types>
<members>*</members>
<name>CustomMetadata</name>
</types>
<version>40.0</version>
</Package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment