Can anyone suggest me a solution for this?
We are two teams working on two different solutions in an environment.
The teams have individual tables of their own and one table in common. Both teams created lookup columns to this table from their individual tables.
I tried to export the solution by including all of the tables in my solution along with the one shared table, but it was showing dependency error because of the lookup column created by other team.
How can I include the shared table in my solution along with my team's table only and get no dependency errors?
Can you suggest a solution to solve this dependency issue?