Data load

This commit is contained in:
Christian Georgi
2021-10-12 18:41:30 +02:00
parent 5f89334403
commit 11f3b357e4
5 changed files with 17 additions and 5 deletions

View File

@@ -45,7 +45,8 @@ annotate OrdersService.Orders with @(
],
FieldGroup#Details: {
Data: [
{Value: currency.code, Label:'Currency'}
{Value: currency.code, Label:'Currency'},
{Value: status.code, Label:'Status'},
]
},
FieldGroup#Created: {
@@ -66,6 +67,9 @@ annotate OrdersService.Orders with @(
createdBy @UI.HiddenFilter:false;
};
annotate OrdersService.OrderStatus with {
code @Common: { Text: name, TextArrangement: #TextOnly };
}
annotate OrdersService.Orders_Items with @(