From 9a767a9d15b0bab2f6c940c20190b9e1b5d00530 Mon Sep 17 00:00:00 2001 From: Tobias Feldmann <t.feldmann@adito.de> Date: Tue, 9 Apr 2019 16:01:40 +0200 Subject: [PATCH] CONTACTID in ObjectRowId param in Person_entity --- .../360degreeobjects/children/objectrowid_param/valueProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js b/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js index bdc67e9f84..0d3ba06fe9 100644 --- a/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js +++ b/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js @@ -1,4 +1,4 @@ import("system.vars"); import("system.result"); -result.string(vars.getString("$field.PERSONID")); \ No newline at end of file +result.string(vars.getString("$field.CONTACTID")); \ No newline at end of file -- GitLab