Skip to content
Snippets Groups Projects
Commit 081ffa70 authored by Daniel Tran's avatar Daniel Tran
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2002356][Leadimport_lib...

[Projekt: xRM-ContactManagement][TicketNr.: 2002356][Leadimport_lib fehlerhaft: falsche Spalte für where Condition]
parent 26e898e5
No related branches found
No related tags found
No related merge requests found
...@@ -936,7 +936,7 @@ LeadImportUtils.scanLeadDups = function(pAllContactData) ...@@ -936,7 +936,7 @@ LeadImportUtils.scanLeadDups = function(pAllContactData)
updDupVals = [dupStatus]; updDupVals = [dupStatus];
toUpdate.push([dupUpdateLeadTable, ["DUPSTATUS"], null, updDupVals, newWhere([dupUpdateLeadTable, "LEADID"], leadID).build()]); toUpdate.push([dupUpdateLeadTable, ["DUPSTATUS"], null, updDupVals, newWhere([dupUpdateLeadTable, "LEADSID"], leadID).build()]);
} }
db.updates(toUpdate);//update Leads with the new status db.updates(toUpdate);//update Leads with the new status
} }
......
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