good morning, I would like to create a new page that shows calls and meetings in a single view? Is there a way to develop it?
Announcement
Collapse
No announcement yet.
calls and meetings in a single view
Collapse
X
-
It is certainly possible through what people call customView (I think). As for how? There is no guide for this specific idea iirc.
-
As I research that the framework client view is being rendered depend on Hash URL (#Entity) route, so the plan here:
1. Build the new php class to return an collection array with 2 obj list; 0 => call_collection & 1 => meeting_collection
2. Build the new view setup handler to process result of 1st step and render it into right place of new template.
3. Build the new list view JS
4. Build the new template for that list view.
Not working on it, it's just pop out in my head.
Comment