
Announcements
I have 2 solutions at my Development Environment. Solution A and Solution B.
Solution A
Solution A has an entity called table_aa.
table_aa has many to one relationship with AAD Users (AAD 1-n table_aa)
Solution B
Solution B has an entity called table_ba.
table_ba also has many to one relationship with AAD Users (AAD 1-n table_ba)
Problem
I export and import managed solution for Solution A to production environment. [OK]
Export and import managed solution for Solution B to production environment. [Error]
Because AAD Users has relationship with table_aa which is included in Solution A.
The error message says that table_aa is required to include in Solution B because there are relationships between them.
Current Workaround
I include table_aa from Solution A in Solution B although the entity isn't required in Solution B.
Need Help
Is there any better way to import solutions without including unnecessary entities.
Hello @ynaing,
The best solution would be to:
You could also try to include only select components of table_aa in your solution B, in your case the relationship to table_ab.
You can find more information in the documentation about solution segmentation.