Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to download any Profile changes related to Layout or CustomTab #101

Open
irfanlai opened this issue Oct 16, 2023 · 1 comment
Open

Comments

@irfanlai
Copy link

irfanlai commented Oct 16, 2023

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>

@jh480
Copy link

jh480 commented Apr 11, 2024

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).

Also, this has nothing to do with the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants