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

Merge branch 'cm_dt_1077247_ews_no-update' into '2021.1'

Cm dt 1077247 ews no update

See merge request xrm/basic!1090
parents 9740eade 186ffc34
No related branches found
No related tags found
No related merge requests found
import("District_lib");
import("Loghistory_lib");
import("system.vars");
import("system.process");
import("EwsClientSync_lib");
import("Loghistory_lib");
import("District_lib");
var tableName = vars.get("$local.table");
var id = vars.get("$local.idvalue");
......@@ -15,6 +16,7 @@ var userLogin = vars.get("$local.user");
if (sqlAction != 'X')
{
(new LogHistoryExecutor(tableName, userLogin, columns, newvalues, oldvalues, timestamp, sqlAction, id)).execute();
EwsClientSyncUtils.setContactToSync(tableName, id, timestamp);
}
if(sqlAction == 'I' && tableName == 'DISTRICTCONTACT'){
......
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