Announcement

Collapse
No announcement yet.

New status states in Meeting - show in Activity in contact view

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

  • New status states in Meeting - show in Activity in contact view

    Hi, we have extended the status of meeting: "to be organized", "currently organized", "planned", "held". The first two are new. Meetings with this status are not shown in the Acitivty panel at the contact (the panel on the right-hand side). I guess it only shows "planned". Is it possible to change this and purely filter based on the date into upcoming activity and history?

    Thanks
    Christoph

  • #2
    Hello,
    Create the file /custom/Espo/Custom/Resources/metadata/scopes/Meeting.json with this code:
    Code:
    {
        "activityStatusList": ["__APPEND__", "To be organized", "Currently organized"]
    }
    After, clear cache and reload a web page.

    Comment

    Working...
    X