Nested Dataviews

0
I have a problem with dataviews, it seems that if I put a dataview inside another one  the second one can not be edited. In my case I really want to use a dataview inside another one and I do not want to use a datagrid specially that the relation that I have between the two entities is one to one  relationship how can I use nested dataviews with the ability to edit
asked
5 answers
0

Are you sure you created the nested object and set the reference with the main object? The main object you should create with a custom microflow that also creates the nested object and already set the reference. Then when you show the object in the edit form you will see the the referenced object is also editable. Note though that you also need to commit both objects either in a custom save microflow or in an on change microflow.

Regards,

Ronald

answered
0

Hi Noor,
This should not be the case.
I would check the write access rules.

-Andrej

answered
0

 

the highlighted object is the main object 

here is the microwflow

I commited both objects 

here's how it looks

 

the highlighted fields represent the nested view 

 

Can you tell me what I did wrong please

answered
0

It worked! thanks guys I did not create the main object in the first place I only created the second objects

so I did what you said and passed the new created object 

answered
-1

Does your user have write rights on the entity (in your domain model)? 

answered