hi,
we have a custom module (lets call it A).
A is related to accounts and related to activities. So in A in the DetailView you can create Activities. The parent_type of such activities is set to A.
What i want ist that i can see such Activities created in A are also visible in the DetailView of the account, that A is related to.
I know that in this account only activities are shown that have parent_type = Accounts and parent_id = accounts.id.
Any ideas how this can be solved?