function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vlrvlr 

What is the best way to migrate code from external consultant?

I am planning to hire consultant, but I am puzzled with the simplest question. How to manage code with him or her. We do not have available sandboxes right now. He or she can open free development organization, but then I do not know how to migrate changes from that external organization to any of our sandboxes. The only way I see now is to tell the consultant to commit apex code, visualforce code and objects changes to Git, and then I'll move it to my organization manualy.
Is it the only way?
Best Answer chosen by vlr
sri.nathsri.nath
Hey,

Another option would be to ask your consultant to create a package and you instal the package in your org. This ofcourse needs to be followed by any post-installation steps like providing access and related stuff. You could request the consultant to provide a documentation for the post installation.

Thanks!