diff --git a/entity/DuplicateScan_entity/entityfields/external_service_usage_allowed/valueProcess.js b/entity/DuplicateScan_entity/entityfields/external_service_usage_allowed/valueProcess.js index 8ceab422c71a60d2a495229d1527714841607393..3a043a65549adc165a16d8dbdec8ff6a49d08ede 100644 --- a/entity/DuplicateScan_entity/entityfields/external_service_usage_allowed/valueProcess.js +++ b/entity/DuplicateScan_entity/entityfields/external_service_usage_allowed/valueProcess.js @@ -2,7 +2,7 @@ import("system.result"); import("system.vars"); import("system.neon"); -if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW) +if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null) { result.string("0"); } \ No newline at end of file