From 1b7ab34ff02ad7bb6ca3229985e3de33fb1697cc Mon Sep 17 00:00:00 2001 From: Yurii Date: Wed, 10 Jun 2026 21:44:54 +0300 Subject: [PATCH] Case audited fields --- .../Crm/Resources/metadata/entityDefs/Case.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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",