...
This commit is contained in:
11
_packages/common-contacts/tests/index.cds
Normal file
11
_packages/common-contacts/tests/index.cds
Normal file
@@ -0,0 +1,11 @@
|
||||
using { sap } from '..';
|
||||
|
||||
entity Foo {
|
||||
key ID : Integer;
|
||||
country : String @ref: sap.capire.contacts.Countries;
|
||||
}
|
||||
service Sue {
|
||||
entity Foos as projection on Foo;
|
||||
// expose Countries to activate provided code lists
|
||||
@readonly entity Countries as projection on sap.capire.contacts.Countries;
|
||||
}
|
||||
Reference in New Issue
Block a user