I have a custom entity, connected to Account. (1:N from Account to custom entity). My custom entity has a lookup field "account" and this field is mandatory. On the account form i have a tab with a subgrid from my custom entity to list all related records.
Now i have a new condition: I must see all records from my custom-entity of the Account and Child-Account. In the subgrid option i have "Only Related Records" option active, but the child records are not listed on the view. How i can see on the Parent Account all custom records from all child accounts. Is there are OOB way, or only with custom JS?
Second Question: I have the same problem on my dynamics 365 portal. I have there "My Account" where the Portal-User can see/edit there own company and child companys (here its work to see all child company). On a second page i have my custom-entity where the Portal-User can add new records an see there existing records. But the same "issue", the Portal-User can add a new record for a Child-Company, but on the List he see only records from parent (master) account.