new CodeList

This commit is contained in:
Wolfgang Koch
2021-05-11 15:27:52 +02:00
parent 0089f65385
commit 792887011c
6 changed files with 61 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ using { Z_bookshop.extension as ext } from '../db/extension';
extend service OrdersService with {
entity Z_Customers as projection on ext.Z_Customers;
entity Z_Customers as projection on ext.Z_Customers;
entity Z_SalesRegion as projection on ext.Z_SalesRegion;
}