From cc172762c44899c28499744ea2df70505c3f9cd5 Mon Sep 17 00:00:00 2001 From: rashmiangadi11 Date: Mon, 22 Dec 2025 12:54:00 +0530 Subject: [PATCH] Modify field widths and add uploadStatus field Adjusted the width of the 'note' field and added 'uploadStatus' field with properties. --- cap-notebook/demoapp/app/common.cds | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cap-notebook/demoapp/app/common.cds b/cap-notebook/demoapp/app/common.cds index 18d7080e..253d05f3 100644 --- a/cap-notebook/demoapp/app/common.cds +++ b/cap-notebook/demoapp/app/common.cds @@ -69,7 +69,14 @@ annotate my.Books.attachments with @UI: { {Value: content, @HTML5.CssDefaults: {width: '0%'}}, {Value: createdAt, @HTML5.CssDefaults: {width: '20%'}}, {Value: createdBy, @HTML5.CssDefaults: {width: '20%'}}, - {Value: note, @HTML5.CssDefaults: {width: '25%'}}, + {Value: note, @HTML5.CssDefaults: {width: '20%'}}, +{ + Value : uploadStatus, + Criticality: statusNav.criticality, + @Common.FieldControl: #ReadOnly, + @HTML5.CssDefaults: {width: '20%'}, + @UI.Hidden: IsActiveEntity + }, { $Type : 'UI.DataFieldForAction', Label : 'Copy Attachments',