You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download Profile changes for Layout and CustomTab from a sandbox and no profile changes are getting retrieved for the selected metadata type.
I can see the Layout and CustomTab XML files but nothing gets added in the Profile file. There are changes which should get downloaded in the Profile file.
I don't know about your Tab (there should be a section in your profile),
but for Layout assignments, you also need to retrieve the corresponding RecordType components (or the whole CustomObject, if it's going to be the initial Master RecordType).
I am trying to download Profile changes for Layout and CustomTab from a sandbox and no profile changes are getting retrieved for the selected metadata type.
I can see the Layout and CustomTab XML files but nothing gets added in the Profile file. There are changes which should get downloaded in the Profile file.
What wrong am I doing here or is there an issue?
Sample Package XML used for retrieving
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>AllowList__c</members> <name>CustomTab</name> </types> <types> <members>Case-DDE Case Layout</members> <name>Layout</name> </types> <types> <members>DDE Minimum Access</members> <name>Profile</name> </types> <version>55.0</version> </Package>
The text was updated successfully, but these errors were encountered: