Created
July 3, 2017 16:49
-
-
Save dhoechst/534a543616b010e88d3351d6b2b8696c to your computer and use it in GitHub Desktop.
Package.xml for metadate retrieval
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"> | |
<types> | |
<members>*</members> | |
<name>Profile</name> | |
</types> | |
<types> | |
<members>MyTab</members> | |
<name>CustomTab</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