I have created a couple of Solutions in a Development environment. Both solutions have separate Model Driven apps that require the use of the Standard Dataverse Table - User.
I am ready to migrate one solution to a new Production environment but do not want to migrate the other Solution. When importing the Solution for the first time into the new Production Environment I am getting dependency errors on the User Table. This is because the User Table has dependencies based on relationships in both Solutions Apps.
However I want to bring across one of the Solutions without including all dependencies needed for the other Solution.
Is there a way to achieve this or have I designed the Solution\App wrong because I am sharing the same standard User table?