I have set up a development environment. My app needs to access data in production tables from the Dev environment, such as the Users table. How do i set this up in development ? Do i need to add the User table to my solution ? I am worried i will over write some important table in Production when i move from Dev environment back to production .
Other production entities i need in development environment are Choice and other tables that i use with lookup fields. Is there a good reference material on how to set up the Dev environment so that i can work on my app that requires access to production data
Thanks
Dave