value help

This commit is contained in:
D065023
2019-11-30 14:39:00 +01:00
parent 4a2139a5f2
commit e688e7ecee
2 changed files with 24 additions and 2 deletions

View File

@@ -20,6 +20,15 @@ annotate AdminService.OrderItems with {
);
}
annotate AdminService.Orders with {
shippingAddress @(
ValueList.entity:'Addresses',
);
shippingAddress @(
Common.FieldControl: #Mandatory
);
}
annotate AdminService.Orders with @(
UI: {