diff --git a/entity/Person_entity/entityfields/attributes/children/showdsgvomessage_param/valueProcess.js b/entity/Person_entity/entityfields/attributes/children/showdsgvomessage_param/valueProcess.js index fce9fde135bfde9221a9956f545862641098ff7c..c96eec50f67631c175c60d748ded5821644aea70 100644 --- a/entity/Person_entity/entityfields/attributes/children/showdsgvomessage_param/valueProcess.js +++ b/entity/Person_entity/entityfields/attributes/children/showdsgvomessage_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.vars"); import("system.neon"); import("system.result"); -result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW); \ No newline at end of file +result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW && vars.get("$sys.recordstate") != neon.OPERATINGSTATE_EDIT); \ No newline at end of file diff --git a/entity/Person_entity/entityfields/communications/children/showdsgvomessage_param/valueProcess.js b/entity/Person_entity/entityfields/communications/children/showdsgvomessage_param/valueProcess.js index fce9fde135bfde9221a9956f545862641098ff7c..c96eec50f67631c175c60d748ded5821644aea70 100644 --- a/entity/Person_entity/entityfields/communications/children/showdsgvomessage_param/valueProcess.js +++ b/entity/Person_entity/entityfields/communications/children/showdsgvomessage_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.vars"); import("system.neon"); import("system.result"); -result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW); \ No newline at end of file +result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW && vars.get("$sys.recordstate") != neon.OPERATINGSTATE_EDIT); \ No newline at end of file diff --git a/entity/Person_entity/entityfields/persaddresses/children/showdsgvomessage_param/valueProcess.js b/entity/Person_entity/entityfields/persaddresses/children/showdsgvomessage_param/valueProcess.js index fce9fde135bfde9221a9956f545862641098ff7c..c96eec50f67631c175c60d748ded5821644aea70 100644 --- a/entity/Person_entity/entityfields/persaddresses/children/showdsgvomessage_param/valueProcess.js +++ b/entity/Person_entity/entityfields/persaddresses/children/showdsgvomessage_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.vars"); import("system.neon"); import("system.result"); -result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW); \ No newline at end of file +result.string(vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW && vars.get("$sys.recordstate") != neon.OPERATINGSTATE_EDIT); \ No newline at end of file