Skip to content

Instantly share code, notes, and snippets.

View sibun77's full-sized avatar

SHIBABRATA JENA sibun77

View GitHub Profile
@sibun77
sibun77 / package.xml
Created April 28, 2026 09:55 — 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>