-
Notifications
You must be signed in to change notification settings - Fork 28
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
Import/Update layered solution from environment to other - Language issue #91
Comments
I am also having this issue but not because of Languages, previously the entity was able to be renamed and I renamed it to Projects from the new Plans name, since this I cannot import my unmanaged solution into a Production environment as the Prod environment expects the entity to be called Plans but I had previously renamed it to projects and now the display name is locked via the service core solution. |
I can confirm this is the error I got as a result of the Project table being named Plan in new environments. I suspect it is nothing todo with languages and that one of the environments has a mismatch. MSFT Support suggested:
But I still didnt manage to resolve this |
I also have this issue. Its on Table msdyn_project. Anyone have any updates on fixes for this? |
Yes I do, presuming that you have your own solution to work from. You need to remove the metadata from the msdyn_project entity. Switch to classic view of power apps and below are the steps to remove the metadata
If its project accelerator you will need to do it via the XML of the package. Remove these lines from the XML: |
Thank you very much @j9mchn. By removing metadata from the table fixed the issue. |
I also had this problem with the Project Table. Microsoft Support suggested this which seemed to have removed the issue.Based on your situation, I recommend the following solution. It involves making edits to the customizations.xml file in your exported solution package. By removing the affected properties, you should be able to resolve the issue. Please search for the following lines using Ctrl+F with the query "description="Project":
Once you've removed these lines, the problem should be addressed, you can retry the import. |
Hello,
I have project accelerator solution in 2 environments (with project service core and accelerator installed).
I added French language in my environments. Downloaded translation file and imported French translation for my fields in both environment.
When trying to update solution in my test environment I have this error message : "Entity 3ed6cfb0-d3f6-4673-b071-ec3f9c9a81b9 is not a renamable entity. Hence Entity Display Collection Name cannot be modified."
Error code from my log : 0x8004023B
Entity refer to my project table, but I did not modify existing field, just added new ones.
Can someone help me :)
The text was updated successfully, but these errors were encountered: