How to create an object and its child at the same time

0
Hello, I need to have the possibility of loading the data of an object and its child in the same form. In the specific microflow, both are created but in the form the child fields appear blocked.  
asked
3 answers
1

Hello,

 

Ensure that the 'DonacionDeVianda_Vianda' association is assigned when creating the 'NuevaVianda' object.

answered
0

Hi Magali,

Please pass the association value inside $NuevaVianda object 

 

DonacionDeVianda_Vianda($NuevaDonacianDeVianda)

answered
0

If the associations are set correctly, you may want to check the editability of the view (data/list, depending on what you are using)

image.png

image.png

Could be that the attributes inherit the settings.

And check if the entity access has been setup correctly.

answered