Play Games

Search This Blog

Friday, June 17, 2022

Retrieve tab using package.xml in salesforce - SalesforceGlobe4U

Solution: In this example retrieving the Awards custom object tab.

keep the objectAPI name in members tag and CustomTab in name tag as shown below

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Package xmlns="http://soap.sforce.com/2006/04/metadata">

<types>

<members>Award__c</members>

<name>CustomTab</name>

</types>

<version>53.0</version>

</Package>

Output:



No comments:

Post a Comment