Form with more entities

0
Hi, I'm still confused about forms with multiple entities. For reference, I'm using the multi tenant administration module. In this form I am registering a tenant, which also creates a tenant user (himself) and a password for the tenant user. The problem is, I can use AccountPasswordData, but I cannot use Tenant and TenantUser as they are not received in the microflow called upon saving.   I think I'm not doing it the right way, so I wonder what is. Thanks in advance,   Jurian
asked
2 answers
1

Try doing a retrieve of the TenantUser first :) 

answered
0

Just like in Sander's reply, you would need to retrieve by association the Tenant and TenantUser objects which will allow for further editing. 

 

Cheers! 

answered