diff --git a/process/DuplicateScanner_lib/process.js b/process/DuplicateScanner_lib/process.js index 91239d93d19cb53e4fa9d19a08f67a8af4f285ce..2180a01a39f9062455987e6c0249ef9da5bbde54 100644 --- a/process/DuplicateScanner_lib/process.js +++ b/process/DuplicateScanner_lib/process.js @@ -953,6 +953,7 @@ _DuplicateScannerUtils._isUseExternalWebservice = function(pFilterName, pTargetE */ _DuplicateScannerUtils._callIndexSearch = function(pTargetEntity, pIndexPatternWithValues, pResultFields, pResultSetRows) { + logging.log(pIndexPatternWithValues) //The indexPattern can't be null because it is required to run the search. if(pIndexPatternWithValues == null || pIndexPatternWithValues == "") return null; @@ -1190,7 +1191,8 @@ _DuplicateScannerUtils._getMergeUpdateTableInfosCurrentAlias = function() tableInfos.push(["ACTIVITY", "RESPONSIBLE", ""]); tableInfos.push(["DSGVO", "CONTACT_ID", ""]); tableInfos.push(["DSGVOINFO", "CONTACT_ID", ""]); - tableInfos.push(["TIMETRACKING", "CONTACT_ID", ""]); + tableInfos.push(["T\n\ +IMETRACKING", "CONTACT_ID", ""]); tableInfos.push(["ACTIVITYLINK", "OBJECT_ROWID", ""]); tableInfos.push(["AB_ATTRIBUTERELATION", "OBJECT_ROWID", ""]);