cancel
Showing results for 
Search instead for 
Did you mean: 

Behavior Fiori Elements on SEGW OData V2

Eduard_R
Explorer
0 Kudos
102

Hello everyone,
I am developing a Fiori Elements app (list report/object page).
The backend is implemented with SEGW / Odata V2 without draft handling.
I have the following behavior:
When I click on "Create", the object page appears in change mode. On the object page, there are also some tables added via association. Since the UI does not make a backend call during creation, the following appears in the table as in the attached screenshot. Is there a way to check the backend before creating whether the tables are empty? So that the UI gets the answer? Or is there another way?

Eduard_R_0-1733142331981.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Eduard_R
Explorer
0 Kudos

Ok I solved it by setting the property in the changefile "enableAutoBinding" to true.