Skip to content

Instantly share code, notes, and snippets.

View thollins's full-sized avatar

Tom Hollins thollins

View GitHub Profile
@thollins
thollins / package.xml
Created September 3, 2024 15:04 — forked from iamsonal/package.xml
Package.xml to retrieve all metadata from salesforce org
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ActionLinkGroupTemplate</name>
</types>
<types>
<members>*</members>
<name>AnalyticSnapshot</name>
</types>