Closed muskansethi1 closed 5 months ago
Testing:
1) EDMX links are not working
but if we we change edmx-v4 to edmx it is working.
responseFile = await cds.compile(csn).to["edmx"](options);
Todo: Testing with giving different types of CSN
2) partOfGroups now come as undefined where it is cap Namespace
Testing:
- EDMX links are not working but if we we change edmx-v4 to edmx it is working.
responseFile = await cds.compile(csn).to["edmx"](options);
- partOfGroups now come as undefined where it is cap Namespace
edmx-v4
?changed from edmx-v4 to edmx
Adding ORD Programmatic access and required changes.
Programmatic access usage:
const csn = await cds.load(*files*)
const doc = cds.compile.to.ord(csn)