From cc576a6af8ccd7b40bcf89a1ae17cbdd30e2ef7d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 26 Jun 2024 12:33:15 +0300 Subject: [PATCH] add user utility fields --- .../Resources/metadata/entityDefs/User.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index e6f5dbddba..9f0687ffcd 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -492,6 +492,24 @@ "default": "0", "utility": true, "customizationDisabled": true + }, + "emailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true + }, + "userEmailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true + }, + "excludeFromReplyEmailAddressList": { + "type": "array", + "utility": true, + "notStorable": true, + "readOnly": true } }, "links": {