Greetings, all. I have a couple solutions I want to deploy from a Dev environment to a Production environment. One is a "Core" solution that contains tables that will be referenced/used by numerous other solutions. The other is a specific application solution that has its own tables + references tables in the Core solution.
I tried to this using the new Pipelines feature but am getting validation errors on my deployment related to Missing Dependencies.
I checked, and the dependencies in question are all "child" tables that are related to the "parent" table via many-to-one lookups.
Am I not able to deploy solutions because these tables are referenced by other tables? If yes, how in the world does a person deploy Core solutions and then deploy solutions that reference them???
Any help would be greatly appreciated.