I’m currently working through the process of upgrading to v10.2.600.13 on a test server and I’m stuck on the manner in which I would need to import/migrate all of our customization solutions that we’ve normally packaged as separate CAB files in the Solution Workbench module.
One of the ways I had previously read about doing this process “easily” in bulk is to repackage all of the customizations into one single CAB file, then use the Solution Workbench to import everything in one import action from that single CAB.
Is there really no other way to import customizations, say, during the server deployment phase in the same manner that you can with the “reports.zip” source for all of your custom RDLs?
Has anyone figured out any crafty ways beyond the one-by-one importing method using Solution Workbench?
Didn’t know that, Ross. But now that I do, can I assume that the database I just upgraded (handled by Epicor’s schema upgrade process) has all of the old customizations available to me in the new v10.2.600.13 version?
It will. If they are heavy coded in the script editor, there might be some things you will have to tweak but generally they will upgrade well within the same major version.
I am assuming you are going from your posted version of 10.2.200.16 to 10.2.600.x
Here is what I got from an epicor employee last week- note that we are going live with a vanilla version of our database and brining over what customizations are necessary from a fully converted database:
"Yes, there is one suggested approach for installation steps, which should cover Epicor dependencies within each element:
UD Fields
Regenerate database model in the Epicor Admin Console
Performed the upgrade in a test environment last night and, yes, all of our customizations appear to be present (currently in the process of testing them all this morning).
I’m still confused on how all of that is maintained within the database where it simply upgrades automagically. So, a BAQ is not a separate “object” in the application. It’s merely a record within some obscure table in the database? A dashboard (*.dbd) is not an “object” in the application. It’s also a record in the database? Same thing with form/module customizations and their form controls and on-event code? They’re just database records?
Thanks, @rosshughes (and @Mark_Wonsil) for the details. I understand now why you don’t have to re-import your customizations (since they’re already integrated in the database). Thanks for the help.
There are a few exceptions: SSRS Reports, Document Storage (the files themselves), ServiceConnect workflows, are things that are NOT stored in the database. I’m sure there are others I didn’t mention.