The problem: We need to display Activities with thier regarding objects fixed set of attributes.
Example: Activity Type; Regarding Object Name; Regarding Object Status; Regarding Object Priority; ...
What is the best way to achieve that?
I'm thinking to solve this by:
- Create a Custom entity and include all 'activitypointer' fields + additional fixed count regarding object fields.
- Create a Database View that queries all required attributes from tables.
- Create a RetrieveMultiple Plugin for newly created Custom entity fill it with data directly from Database.
Any other suggestions?