Hello,
What is best practice to follow to deploy custom code and models from Sandbox to Production.
We create deployment package from visual studio but it create for whole model. but some of the development for another project in same model are still in progress. How to move only tested custom code.?
We have multiple project (eg. Project1 and Project2) in single model (eg. Model1). Now if we want to deploy objects from Project1 in Production environment we create deployment package for Model1. But it also includes object for Project2 which is in same model and development is in process which should not be moved into production.
What to do in such kind of case.? On what basis should we decide model creation?
Is it feasible to create separate model for each project if development is not related?