Skip to content
Snippets Groups Projects
Commit d3351908 authored by Heinz Boesl's avatar Heinz Boesl Committed by Benjamin Ulrich
Browse files

Json in Configuration

parent 22c23dbd
No related branches found
No related tags found
No related merge requests found
......@@ -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", ""]);
......
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