diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod
index 61aa30e669c5d98bfa405cc9fb26e8848dfa290c..6fd625f50dd19ce5a6e0415fdb93a9cd15721001 100644
--- a/entity/Person_entity/Person_entity.aod
+++ b/entity/Person_entity/Person_entity.aod
@@ -1266,6 +1266,10 @@
         </entityParameter>
       </children>
     </entityProvider>
+    <entityField>
+      <name>OBJECTTYPE</name>
+      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttype/valueProcess.js</valueProcess>
+    </entityField>
   </entityFields>
   <recordContainers>
     <dbRecordContainer>
diff --git a/entity/Person_entity/entityfields/objecttype/valueProcess.js b/entity/Person_entity/entityfields/objecttype/valueProcess.js
new file mode 100644
index 0000000000000000000000000000000000000000..a1a62719874bc1128e2a2f8e5924f789c4b38e0c
--- /dev/null
+++ b/entity/Person_entity/entityfields/objecttype/valueProcess.js
@@ -0,0 +1,3 @@
+import("system.result")
+
+result.string("Person");
\ No newline at end of file
diff --git a/neonView/OrganisationPreview_view/OrganisationPreview_view.aod b/neonView/OrganisationPreview_view/OrganisationPreview_view.aod
index 3bf5a3f17a896baedfeece4e719aa1510ff8e2c8..63fb9474aec50b700fb793b31044b5b3decfd3c2 100644
--- a/neonView/OrganisationPreview_view/OrganisationPreview_view.aod
+++ b/neonView/OrganisationPreview_view/OrganisationPreview_view.aod
@@ -24,6 +24,7 @@
       <objectType>OBJECTTYPE</objectType>
       <rowId>#UID</rowId>
       <entityField>#ENTITY</entityField>
+      <title>favorites</title>
       <devices>
         <element>MOBILE</element>
         <element>TABLET</element>
diff --git a/neonView/PersonPreview_view/PersonPreview_view.aod b/neonView/PersonPreview_view/PersonPreview_view.aod
index 4f02cea4c0270be1453cc2bfa738afe39e9bc689..17032aac82178b7304d5f61f40f81c6ad94b113a 100644
--- a/neonView/PersonPreview_view/PersonPreview_view.aod
+++ b/neonView/PersonPreview_view/PersonPreview_view.aod
@@ -19,6 +19,18 @@
       <entityField>#ENTITY</entityField>
       <informationField>COMMRESTRICTIONS_ACTIVE</informationField>
     </cardViewTemplate>
+    <favoriteViewTemplate>
+      <name>Favorites</name>
+      <objectType>OBJECTTYPE</objectType>
+      <rowId>#UID</rowId>
+      <entityField>#ENTITY</entityField>
+      <title>favorites</title>
+      <devices>
+        <element>MOBILE</element>
+        <element>TABLET</element>
+        <element>DESKTOP</element>
+      </devices>
+    </favoriteViewTemplate>
     <neonViewReference>
       <name>5a1b7683-2fec-4763-9b45-e4c7a18d70fd</name>
       <entityField>Communications</entityField>