RE: can i insert two quick view forms into my main form ??
Hi partner,
I have tried in my environment(online v9.1) and I also could not get this operation successfully.
If you want to put some fields of account in case main form, there is another way with a little bit trickier.
1. Create new Account fields in Case form that you want to put into case form.
2.Add JS code when changing the account lookup field in the case form(onchange event), when selecting an account in lookup field, get the guid of account record and use WebApi get the fields value of the account and then set the values to the corresponding fields in the case form.
For example, we want to show address, phone, contact fields of account in case form, so we firstly create these 3 fields in case form and then bring out relevant data through the selected account.
In this way, we can add fields of any associated entity.
Hope it helps.
Best Regards,
Leo