Hi guys,
I have all three parts (srv, db and the approuter/UI) of my app deployed. I'm also able to navigate to my app and to receive the metadata of the app but unfortunately no data ($batch request) are requested.
The UI is an fiori elements application which is build of OData annotations using cds-views (following the documentation).
I am wondering why my UI-app does not request the data.
Do I have to change the linkage to the services or to the entities (which are used in the cds views) in order that the data are requested or is it resolved during the build process?
using BrowseService from '../../srv/browse-service'
using {somePeople as plt} from '../db/schema';
annotate plt.People with @( UI:{...});
annotate BrowseService.People with @( UI:{...});
Cheers,
Thorsten