Announcement

Collapse
No announcement yet.

calls and meetings in a single view

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • calls and meetings in a single view


    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?​

  • #2
    It is certainly possible through what people call customView (I think). As for how? There is no guide for this specific idea iirc.

    Comment


    • AlessioMa
      AlessioMa commented
      Editing a comment
      Thanks for the reply

    • trungtvmso
      trungtvmso commented
      Editing a comment
      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.

    • AlessioMa
      AlessioMa commented
      Editing a comment
      thanks for the reply. I'm also looking for a way to make it happen
Working...
X