.
This commit is contained in:
9
orders/api/external.cds
Normal file
9
orders/api/external.cds
Normal file
@@ -0,0 +1,9 @@
|
||||
context external {
|
||||
|
||||
/** This is a stand-in for arbitrary ordered Products */
|
||||
entity Products @(cds.persistence.skip:'always') {
|
||||
key ID : String;
|
||||
data : String;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user