diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Case.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Case.json index 0d965785c8..e0fe5a3348 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Case.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Case.json @@ -3,7 +3,8 @@ "name": { "type": "varchar", "required": true, - "pattern": "$noBadCharacters" + "pattern": "$noBadCharacters", + "audited": true }, "number": { "type": "autoincrement", @@ -57,7 +58,8 @@ "cutHeight": 500 }, "account": { - "type": "link" + "type": "link", + "audited": true }, "lead": { "type": "link" @@ -70,7 +72,8 @@ "view": "views/fields/link-multiple-with-primary", "orderBy": "name", "detailLayoutIncompatibleFieldList": ["contact"], - "primaryLink": "contact" + "primaryLink": "contact", + "audited": true }, "inboundEmail": { "type": "link", @@ -86,7 +89,8 @@ "directAccessDisabled": true }, "isInternal": { - "type": "bool" + "type": "bool", + "audited": true }, "createdAt": { "type": "datetime",