-
Notifications
You must be signed in to change notification settings - Fork 78
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
sfdx force:source:manifest:create --fromorg retrieving wrong Layout names when they are packaged #2168
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I've ran into this issue in the past with |
This also affects |
This issue has been linked to a new work item: W-13553639 |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
Hey, there's nothing CLI can do about this. I'll have our PM talk to their PM and try to get it fixed. Thanks for the excellent repro as always @amtrack |
sfdx force:source:manifest:create --fromorg retrieving wrong Layout names when they are packaged
This is exactly the same bug than the following, the namespace is missing when the layout is related to a managed package object
dxatscale/sfpowerkit#226
Example:
Generated manifest contains:
sofactoapp__Factures_Client__c-Sofacto_Facture_PL_v3
Manifest should contain:
sofactoapp__Factures_Client__c-sofactoapp__Sofacto_Facture_PL_v3
cc @mamasse19
The text was updated successfully, but these errors were encountered: