This commit is contained in:
Wolfgang Koch
2021-09-22 10:37:13 +02:00
parent 0a8ab2c137
commit 88c05a9c7f
4 changed files with 157 additions and 153 deletions

View File

@@ -4,7 +4,9 @@ using from '_base/srv/orders-service';
using { Z_bookshop.extension as ext } from '../db/extension';
extend service OrdersService with {
entity Z_NewEntity as projection on ext.Z_NewEntity ;
entity Z_NewCodeList as projection on ext.Z_NewCodeList;
}
entity Z_Customers as projection on ext.Z_Customers;
entity Z_SalesRegion as projection on ext.Z_SalesRegion;
}