From a2ce8f962a2b381e8abfda5e10ef719a7ccbf637 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Tue, 1 Apr 2025 16:27:50 +0200 Subject: [PATCH] Update fiori/app/common.cds --- fiori/app/common.cds | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fiori/app/common.cds b/fiori/app/common.cds index dd9ec8f7..e4ebc121 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -73,6 +73,8 @@ annotate my.Books with { // // Computed Fields for Tree Tables // +// DISCLAIMER: The below are an alpha version implementation and will change in final release !!! +// aspect Hierarchy { LimitedDescendantCount : Integer64 = null; DistanceFromRoot : Integer64 = null;