Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADITO_Update_Upgrade
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
ADITO_Update_Upgrade
Commits
30d3a429
Commit
30d3a429
authored
3 years ago
by
Thomas Bindhammer
Browse files
Options
Downloads
Plain Diff
merged 1071418_RefactorImporter into 1055747_fehlendeImporter
parents
00d5bd59
7437f508
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
1055747 fehlende importer
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+336
-203
336 additions, 203 deletions
...ess/upgrade_ImporterCustomMappingFunctions_lib/process.js
process/upgrade_MigrateAllData_serverProcess/process.js
+83
-4
83 additions, 4 deletions
process/upgrade_MigrateAllData_serverProcess/process.js
with
419 additions
and
207 deletions
process/upgrade_ImporterCustomMappingFunctions_lib/process.js
+
336
−
203
View file @
30d3a429
This diff is collapsed.
Click to expand it.
process/upgrade_MigrateAllData_serverProcess/process.js
+
83
−
4
View file @
30d3a429
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment