4.2.2 Type
This topic describes the type.
Data source can be selected depending on the Type requirement of the screen design. Options provided are:
- Normal: Data from the screen will be persisted in the table. Code for persistence would be available in generated package
- Query: The data source can be used for only querying the data; ODT will generate packages without insert or update statements on this data source.
- InOnly: Tool will generate the packages without insert and update on this data .Request xml will contain the data source while response won’t contain it.
- Summary: This data source can be used for summary and this data source will not be considered while generating the packages.
Parent topic: Data Source Properties