Skip to content
Snippets Groups Projects
Commit 7bb3e8b9 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2000751][Schnelleingabe -...

[Projekt: xRM-ContactManagement][TicketNr.: 2000751][Schnelleingabe - Fehlermeldung beim Speichern - ´nur Firma ohne weitere Daten wird angelegt]
parent b3213aee
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ EwsClientSyncUtils.setContactToSync = function(pTableName, pDataSetID, pDate){
case "ADDRESS":
affectedIDs = newSelect("ADDRESS.CONTACT_ID").from("ADDRESS")
.where("ADDRESS.ADDRESSID", pDataSetID)
.union(newSelect("CONTACT.CONTACT_ID").from("CONTACT").where("CONTACT.ADDRESS_ID", pDataSetID)).arrayColumn();
.union(newSelect("CONTACT.CONTACTID").from("CONTACT").where("CONTACT.ADDRESS_ID", pDataSetID)).arrayColumn();
break;
case "COMMUNICATION":
affectedIDs = newSelect("COMMUNICATION.OBJECT_ROWID").from("COMMUNICATION").where("COMMUNICATION.COMMUNICATIONID", pDataSetID).and("COMMUNICATION.OBJECT_TYPE", "Contact").arrayColumn();
......
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