From 94a3a54a7038acfa88b5c1cae1c580b28bfc495f Mon Sep 17 00:00:00 2001 From: rashmiangadi11 Date: Mon, 22 Dec 2025 12:44:23 +0530 Subject: [PATCH] Add uploadStatus field with criticality and control --- app/common.cds | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/common.cds b/app/common.cds index 15d6d49b..5ab4da6b 100644 --- a/app/common.cds +++ b/app/common.cds @@ -78,6 +78,13 @@ annotate my.Books.attachments with @UI: { {Value: createdAt, @HTML5.CssDefaults: {width: '20%'}}, {Value: createdBy, @HTML5.CssDefaults: {width: '20%'}}, {Value: note, @HTML5.CssDefaults: {width: '25%'}}, +{ + Value : uploadStatus, + Criticality: statusNav.criticality, + @Common.FieldControl: #ReadOnly, + @HTML5.CssDefaults: {width: '20%'}, + @UI.Hidden: IsActiveEntity + }, { $Type : 'UI.DataFieldForAction', Label : 'Copy Attachments',