We created a new module 'texts' which keeps various entries from different authors. Such are related flexibly via parent_type and parent_id to entities account, contact and opportunity. Now the customer wants to add a second, fixed relation account_id to texts (which we did and which is filled correctly from account if present).
But we do not find a way to expand the query for texts related to accounts so that once we display an account all related texts from parent_id OR account_id are displayed.
Any help is appreciated
But we do not find a way to expand the query for texts related to accounts so that once we display an account all related texts from parent_id OR account_id are displayed.
Any help is appreciated
Comment