diff --git a/entity/History_entity/History_entity.aod b/entity/History_entity/History_entity.aod
index 0f4a1eac1ce7755163ba2ad4b413028aa7b24b78..d3750669e8f8af20a373a0a32e1e929232ce30b9 100644
--- a/entity/History_entity/History_entity.aod
+++ b/entity/History_entity/History_entity.aod
@@ -27,6 +27,7 @@
       <caption>Entrydate</caption>
       <contentType>DATE</contentType>
       <resolution>DAY</resolution>
+      <mandatory v="true" />
     </entityField>
     <entityField>
       <name>HISTORYID</name>
@@ -39,12 +40,14 @@
       <columnName>INFO</columnName>
       <caption>Description</caption>
       <contentType>HTML</contentType>
+      <mandatory v="false" />
     </entityField>
     <entityField>
       <name>MEDIUM</name>
       <tableName>HISTORY</tableName>
       <columnName>MEDIUM</columnName>
       <caption>Medium</caption>
+      <mandatory v="false" />
       <possibleItemsProcess>%aditoprj%/entity/History_entity/entityfields/medium/possibleItemsProcess.js</possibleItemsProcess>
     </entityField>
     <entityField>
@@ -52,6 +55,7 @@
       <tableName>HISTORY</tableName>
       <columnName>SUBJECT</columnName>
       <caption>Subject</caption>
+      <mandatory v="true" />
     </entityField>
     <entityIncomingField>
       <name>OrgHistory_dfi</name>
diff --git a/entity/Pers_entity/Pers_entity.aod b/entity/Pers_entity/Pers_entity.aod
index d311f498d6d026fd1dc315d31e6f24e345f96cb6..651f045ef310b1a4d323d916d7c61350c4cef607 100644
--- a/entity/Pers_entity/Pers_entity.aod
+++ b/entity/Pers_entity/Pers_entity.aod
@@ -55,6 +55,7 @@
       <tableName>PERS</tableName>
       <columnName>LASTNAME</columnName>
       <caption>Lastname</caption>
+      <mandatory v="true" />
     </entityField>
     <entityField>
       <name>MIDDLENAME</name>
@@ -200,6 +201,7 @@
     <entityField>
       <name>ORGNAME</name>
       <caption>Company</caption>
+      <mandatory v="true" />
       <valueProcess>%aditoprj%/entity/Pers_entity/entityfields/orgname/valueProcess.js</valueProcess>
     </entityField>
     <entityOutgoingField>