Skip to content

Instantly share code, notes, and snippets.

@dhoechst
Created July 3, 2017 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhoechst/534a543616b010e88d3351d6b2b8696c to your computer and use it in GitHub Desktop.
Save dhoechst/534a543616b010e88d3351d6b2b8696c to your computer and use it in GitHub Desktop.
Package.xml for metadate retrieval
<?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