Skip to content
Snippets Groups Projects
Commit aa61642f authored by Florian Maier's avatar Florian Maier
Browse files

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

[Projekt: xRM-ContactManagement][TicketNr.: 1086475][Leadimport_lib - LeadImportUtils.getImportFieldDef() - trim() wird für SQL Server nicht korrekt ersetzt]
parent a7c1f92b
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ LeadImportUtils.getMappedOutputvalue = function (pField, pInputValue) {
*/
LeadImportUtils.getImportFieldDef = function(pID)
{
var ImportFieldDef = newSelect(["distinct FIELDNUMBER", SqlMaskingUtils.prototype.trim("MAPPINGFIELD"), "''"])
var ImportFieldDef = newSelect(["distinct FIELDNUMBER", new SqlMaskingUtils().trim("MAPPINGFIELD"), "''"])
.from("IMPORTFIELD")
.where("IMPORTFIELD.LEADIMPORT_ID", pID)
.and("MAPPINGFIELD is not null")
......
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