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

Layout metadata not retrieving #98

Open
jameskbw opened this issue Mar 14, 2023 · 3 comments
Open

Layout metadata not retrieving #98

jameskbw opened this issue Mar 14, 2023 · 3 comments

Comments

@jameskbw
Copy link

I am using the extension to pull down selective components as an admin. When I use the package generator and check layout, I see all my layouts load to the right. When I click update package and look at my package xml, I see the following added:

*
Layout

When I retrieve source in manifest, it does not retrieve any page layouts. The output says there is nothing to retrieve.

I then used the org browser and downloaded the page layouts and they all download fine.
2023-03-14 11_02_25-Window

@jh480
Copy link

jh480 commented Apr 3, 2023

Deselect one layout and add it back manually after manifest creation.
Wildcard only retrieves unmanaged layouts.

Also, you'll need to manually add the sobject namespace also to the layout name, see #19.

@jameskbw
Copy link
Author

jameskbw commented May 8, 2023

Deselect one layout and add it back manually after manifest creation. Wildcard only retrieves unmanaged layouts.

Also, you'll need to manually add the sobject namespace also to the layout name, see #19.

I don't understand your reply. When I use the package generator, it adds the wildcard for layout and nothing else. When I try to retrieve source, no page layouts are found. What are you saying I need to add back manually?

@jh480
Copy link

jh480 commented May 8, 2023

If you remove one layout from the selection, then the generated xml will list the rest explicitely (but without the needed namespace prefix after the hyphen).

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