You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,15 +47,15 @@ The referenced **Entity Relationship** name is a concatenation of an entity and
47
47
48
48
## Resolution
49
49
50
-
Microsoft is aware of this issue and is working on a fix to automatically remove the relationship after a delete and update. In the meantime, the following workarounds can be used to resolve the issue.
50
+
Microsoft is aware of this issue and is working on a fix to automatically remove the relationship after a deletion and an update. In the meantime, the following workarounds can be used to resolve the issue.
51
51
52
52
### Option 1 - Update solution file
53
53
54
-
If you can't recreate the solution package and need to proceed with the import, you can manually remove the problematic relationship from the solution file.
54
+
If you can't re-create the solution package and need to proceed with the import, you can manually remove the problematic relationship from the solution file.
55
55
56
56
1. Unzip the solution file.
57
57
2. Edit the **customization.xml** file.
58
-
3. Search for the relationship mentioned in the error: bpf_\<entity>\_\<publisher>\_\<BPF Name>
58
+
3. Search for the relationship mentioned in the error: bpf_\<entity>\_\<publisher>\_\<BPF Name>.
59
59
4. Delete all XML references to the `EntityRelationship`:
60
60
61
61
```xml
@@ -68,7 +68,7 @@ If you can't recreate the solution package and need to proceed with the import,
68
68
6. Zip the entire directory.
69
69
7. Import the solution again.
70
70
71
-
### Option 2 - Remove the relationship from the source and recreate your solution
71
+
### Option 2 - Remove the relationship from the source and re-create your solution
72
72
73
73
This option provides a long-term resolution and ensures the issue is fixed for future exports of the solution.
0 commit comments