Form with multiple entities

0
Hi all, I am trying to create a form, which contains multiple entities that have a one to many assosiations to one entity. In every way I tried so far, I wasn’t able to edit the entities once I test the app even though in modeler it is set as editable.   Thanks for your help!
asked
4 answers
3

Does your user has write permissions?

answered
2

Hello Tobias,

Have you double checked the listviews if they’re set to editable too? 

I believe they come as non-editable by default.

Hope this helps

answered
1

 

Just an idea

Make sure that not just the Entity Access is set to Read, Write for the user role you are using, but also that the editability of your view was not set to Editable No

 

answered
0

Find out where the blocking of editing starts. What if you add an attribute of ScrappingAuthorizationForm to the form? Is it editable? What if you add a Dataview of Supplier with Datasource via microflow DS_Supplier_GetOne. Is it editable?

WOW, four responses in 30 minutes!

answered