Data Sources
Declare Data sources to use them in User Interface Declarative components, like the Map or Grid.
Class Data Sources
👉 Choose Api > Class data sources
in the main menu.
You can easily expose data of a certain class as a Data source. Name your data source and select a class from the list.
Note: optionally you can add custom OData filtering/query options.
Operation Data Sources
👉 Choose Api > Operation data sources
in the main menu.
Sometimes the default OData data sources, based on Classes are not enough. Create an Operation data source to show custom data in the User interface.
Name your data source and select an Operation from the list. Make sure that:
- the Operation returns a list of class entities.
- the Operation doesn't have arguments.
- the Operation is not bound.
Note: optionally you can add custom OData filtering/query options.