Skip to content
Snippets Groups Projects
Commit 30d3a429 authored by Thomas Bindhammer's avatar Thomas Bindhammer
Browse files

merged 1071418_RefactorImporter into 1055747_fehlendeImporter

parents 00d5bd59 7437f508
No related branches found
No related tags found
1 merge request!31055747 fehlende importer
......@@ -2,9 +2,88 @@ import("upgrade_ImporterCustomMappingFunctions_lib");
var myArray = [];
myArray.push("ORG");
myArray.push("PERS");
// the binaries have to outsourced BEFORE or simultaneously with the migration
myArray.push("ASYS_BINARIES");
/*
* System tabels
*/
myArray.push("aosys_calendarRights");
myArray.push("aosys_loghist");
myArray.push("asys_syncContact");
myArray.push("asys_binaries");
myArray.push("asys_calendarbackend");
myArray.push("asys_calendarlink");
myArray.push("asys_calendarsync");
myArray.push("asys_mailreposit");
myArray.push("asys_notification");
myArray.push("asys_sequences");
myArray.push("asys_users");
/*
* automatic migration not recommended
* please contact project upgrade/update team
*/
//myArray.push("attr");
//myArray.push("attrlink");
//myArray.push("attreobject");
//myArray.push("keyword");
//myArray.push("keyword_attre");
//myArray.push("theme");
/*
* Datatables in alphabetical order
*/
myArray.push("address");
myArray.push("bulkmaildef");
myArray.push("bulkmailrcpt");
myArray.push("campaing");
myArray.push("campaigncost");
myArray.push("campainglog");
myArray.push("campaignparticipants");
myArray.push("campaingstep");
myArray.push("comm");
myArray.push("commrestriction");
myArray.push("complaint");
myArray.push("contract");
myArray.push("countryinfo");
myArray.push("dataPrivacy");
myArray.push("document");
myArray.push("history");
myArray.push("historylink");
myArray.push("history_theme");
myArray.push("knowledgemanagement");
myArray.push("knowledgemanagementkeyword");
myArray.push("noduplicate");
myArray.push("objectrelation");
myArray.push("offer");
myArray.push("offeritem");
myArray.push("org");
myArray.push("pers");
myArray.push("prod2prod");
myArray.push("product");
myArray.push("productprice");
myArray.push("relation");
myArray.push("salesorder");
myArray.push("salesproject");
myArray.push("salutation");
myArray.push("spCycle");
myArray.push("spForcate");
myArray.push("spMember");
myArray.push("spSources");
myArray.push("stock");
myArray.push("supporthistory");
myArray.push("supportticket");
myArray.push("unlinkedmail");
runImport(myArray);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment