I have two custom entity and account entity has 1:N relationship with them.
Ex) New_eneity1 and new_eneity2
I know I can create custom view with account name and new_eneity1 in new_entity1 view page.
Can I create custom view with account name and all new_entity1 fields in account view page? ( another view with account name and all new_entity2 fields)
Thanks