Can some one point me in the right direction for migrating new tables, forms, classes, etc. from a development environment to a production environment?
I created a custom file import module that includes a table, class, form, menu item, etc. This is on our development server. What is the best way to transfer this to our production server? I assume that it is exporting and importing.
Also, these objects are scattered in the different branches of the AOT and they can be difficult to find to make sure all related objects are together. Is there a way of grouping these together so that I make sure everything gets transferred?
I am very new to this development environment so any help is appreciated.