Make cuid.ID Core.Computed for now

+ TODO to check w/ Fiori
This commit is contained in:
Christian Georgi
2020-07-31 16:44:05 +02:00
committed by Christian Georgi
parent ada05cf279
commit 1b69064752

View File

@@ -14,3 +14,7 @@ entity OrderItems : cuid {
amount : Integer;
netAmount : Decimal(9,2);
}
// Have IDs auto-computed. TODO revisit w/ Fiori how long this is needed
// see https://answers.sap.com/questions/13091274/sample-fiori-app-creating-a-new-order-shows-a-popu.html
annotate cuid with { ID @Core.Computed; }