-
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
Translations are missing the namespace prefix of Apps from Managed Packages #2905
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. |
Sorry for spamming you with issues related to the Metadata API. 😄 |
I'll add this to our list of items to discuss with them |
Possibly related to this one (if you dig deep in that thread and take note of CustomObjectTranslation issues): #2759 As always with server side issues, it will greatly help get their attention with a customer support case. |
Hi @amtrack, currently facing the same issue - is this still being investigated or did the support come up with a solution? |
@frukeci I was told by Salesforce Support on the phone that a Known Issue will be created. |
@frukeci Here's the Known Issue: https://issues.salesforce.com/issue/a028c00000zJBW9AAO. Please click "Report" to let Salesforce know this affects you. |
@amtrack Thank you! I reported it. |
We're seeing this for translations of a namespaced layout too, so I think the issue is wider than the known issue. I've clicked Report anyway 👍 |
Same problem for us, we will very appreciate the fix. |
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. |
Summary
When retrieving
Translations
from a Source-Tracked Org, the<customApplications>
entries are missing the namespacePrefix of Apps from Managed Packages (e.g. Address Picker Autocomplete for Flow).As a consequence the deployment of those invalid
.translation-meta.xml
files to another org fails with:In field: name - no CustomApplication named Address_Picker_Autocomplete found
Steps To Reproduce
Please see my Git repository for all details and a reproduction using GitHub Actions:
https://github.com/mdapi-issues/mre-translations-missing-namespace-of-applications
TL;DR
Expected result
Actual result
actual (red) vs. expected (green)
System Information
Additional information
The text was updated successfully, but these errors were encountered: