RE: Removing dependencies
hi
when importing a solution into a different Dynamics 365 tenant, it's not uncommon to encounter dependencies issues. In your case, you mentioned that you are stuck on dependencies related to Type Column and View. Here are some steps you can take to resolve these issues:
Check the solution components: The first step is to identify which solution components are causing the dependencies issues. You can do this by reviewing the error message you received during the import process. Look for the components that are listed as missing dependencies or unresolved dependencies.
Export the dependent components: Once you have identified the missing dependencies, you will need to export the dependent components from the source tenant. In this case, you need to export the Type Column and View components.
Import the dependent components: After you have exported the dependent components from the source tenant, you can import them into the target tenant. This will resolve the dependencies issues related to Type Column and View.
Re-import the solution: Once you have resolved the dependencies issues, you can re-import the solution into the target tenant. This time, the import process should complete successfully without any errors related to Type Column or View.
If you continue to encounter dependencies issues after following these steps, you may need to repeat the process for other missing dependencies until all dependencies are resolved. It's also a good idea to test the imported solution thoroughly to ensure that it works as expected in the new tenant.
DAniele