Created
August 30, 2017 18:47
-
-
Save bethbrains/b4a40e431d79b276dd71eef7505116bc to your computer and use it in GitHub Desktop.
package.xml to grab all CMDT records
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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