diff --git a/entity/Member_entity/Member_entity.aod b/entity/Member_entity/Member_entity.aod
index 3429f3c4a57310cc7e412134e99437c6bbe8c384..8afb2177ad1e5263028dd5b8cd68c34ace5399b8 100644
--- a/entity/Member_entity/Member_entity.aod
+++ b/entity/Member_entity/Member_entity.aod
@@ -66,24 +66,10 @@
       <title>title</title>
       <state>READONLY</state>
     </entityField>
-    <entityConsumer>
-      <name>CurrentContact</name>
-      <dependency>
-        <name>dependency</name>
-        <entityName>Person_entity</entityName>
-        <fieldName>Contact</fieldName>
-      </dependency>
-      <children>
-        <entityParameter>
-          <name>ContactId_param</name>
-          <valueProcess>%aditoprj%/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js</valueProcess>
-        </entityParameter>
-      </children>
-    </entityConsumer>
     <entityField>
       <name>PERSON_FULL_NAME</name>
       <title>Name</title>
-      <consumer>CurrentContact</consumer>
+      <consumer>Contacts</consumer>
       <linkedContext>Person</linkedContext>
       <state>READONLY</state>
       <valueProcess>%aditoprj%/entity/Member_entity/entityfields/person_full_name/valueProcess.js</valueProcess>
diff --git a/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js b/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js
deleted file mode 100644
index d4c3595ca0b2f3d1cd640a7520d976bf8cf4a35c..0000000000000000000000000000000000000000
--- a/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import("system.result");
-import("system.vars");
-
-result.string(vars.getString("$field.CONTACT_ID"));
\ No newline at end of file
diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod
index 900c6c56f701de3e79378c3fef6f837b70bf50ef..96c81fd2c992481edb41cc8eb4d6a213af60e8ce 100644
--- a/entity/Person_entity/Person_entity.aod
+++ b/entity/Person_entity/Person_entity.aod
@@ -310,14 +310,6 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
     <entityProvider>
       <name>Contact</name>
       <recordContainer>db</recordContainer>
-      <dependencies>
-        <entityDependency>
-          <name>12c5350a-3159-449b-a94e-d57658b4c124</name>
-          <entityName>Member_entity</entityName>
-          <fieldName>CurrentContact</fieldName>
-          <isConsumer v="false" />
-        </entityDependency>
-      </dependencies>
       <children>
         <entityParameter>
           <name>OrgId_param</name>