From d3351908f662b21034ee2c513bee7f59bb213ac3 Mon Sep 17 00:00:00 2001
From: "h.boesl" <h.boesl@adito.de>
Date: Mon, 2 Dec 2019 12:05:32 +0100
Subject: [PATCH] Json in Configuration

---
 process/DuplicateScanner_lib/process.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/process/DuplicateScanner_lib/process.js b/process/DuplicateScanner_lib/process.js
index 91239d93d1..2180a01a39 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", ""]);
 
-- 
GitLab