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