Simplified UI annos
This commit is contained in:
@@ -15,13 +15,8 @@ entity Z_SalesRegion: common.CodeList {
|
||||
|
||||
// --- UI ---
|
||||
|
||||
annotate orders.Orders with {
|
||||
Z_priority @title : '{i18n>Orders_priority_col}'
|
||||
};
|
||||
|
||||
annotate Z_SalesRegion with {
|
||||
name @title : '{i18n>SalesRegion_name_col}'
|
||||
};
|
||||
annotate orders.Orders : Z_priority with @title : '{i18n>Orders_priority_col}';
|
||||
annotate Z_SalesRegion : name with @title : '{i18n>SalesRegion_name_col}';
|
||||
|
||||
annotate OrdersService.Orders with @UI.LineItem : [
|
||||
... up to { Value: OrderNo },
|
||||
|
||||
Reference in New Issue
Block a user