We developed a CRM solution in our development environment and exported it as a managed solution and deployed that managed solution in our production environment. In the solution, there is a custom entity Entity1. Entity1 has a keyon Field1. Now we need to delete this key on Field1 in production environment. How can we do that?
Thanks for the help.