From e0c74aa2ad77230c0f40b60761a08b3bdf9ade67 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 10 Feb 2024 11:37:41 +0200 Subject: [PATCH] fix docs --- schema/metadata/entityDefs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index d9d65be4fc..2e1eca02fb 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -686,7 +686,7 @@ }, "directAccessDisabled": { "type": "boolean", - "description": "Disables the ability to add the field in formula-script, templates and some other tools." + "description": "Indicates that the field value is not accessed directly but through some additional logic. The filed won't be available in PDF Templates, Email Templates and some other tools." }, "directUpdateDisabled": { "type": "boolean",