The reason for this is that the relationship attribute will have no display name, which results in the error. The simplest solution would be to go back to the original deployment, publish the entity, then export again. But, if that's not an option, you can fix the problem within the exported xml as follows:
The invalid relationship xml will look like the following:
The problem is that the displaynames element is blank. This can be changed to something like the following
The languagecode attribute will need to be set to the correct value for your deployment. Many other elements will have this value set in the customizations.xml file
No comments:
Post a Comment