In this chapter you will find individual tasks that you should solve independently with the help of the documentation. They have nothing to do with the actual agenda and are there to deepen your knowledge
- Task 1
- Combine Business-Logic of different types
Task 1
Combine Business-Logic of different types
Result: You have implemented functionality that uses ABL, backend typescript and frontend typescript
Task: Create an own entity - Create an DSO based on that entity - Create grid based on that
Documentation:
Combine multiple Tables in one DSO
In this documentation you will learn how to combine several tables into one DSO. For example, you want to display the contents of two tables in a grid or form. To do this, create a new entity with a source query that combines these tables. From the table you can generate the DSO and all other objects.
helpcenter.build.one