Announcement

Collapse
No announcement yet.

Removing tasks,calls, emails and meetings from Stream

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

  • Removing tasks,calls, emails and meetings from Stream

    Hi, is it possible to remove Tasks, Calls, Emails and Meetings from the Stream?

    I have looked at the Entity Manager, but cannot see where to do this.

    Thanks in advance.

  • #2
    Hi
    Go to Entity Manager, Next the Entity name click Edit, uncheck Stream box

    Comment


    • #3
      This box is already clear (the system default).

      Note that I am using V4.4.1 on the hosted environment. I do have a 4.5.0 local instance and that seems to behave the same way.

      Thanks

      Comment


      • #4
        Hi sorry to be a nag, but do you have any other ideas? Is this even possible?

        Comment


        • #5
          Hello
          in custom/Espo/Custom/Resources/metadata/entityDefs/Account.json add to links section
          Code:
          "meetings": {
                      "audited": false
                  },
                  "calls": {
                      "audited": false
                  },
                  "tasks": {
                      "audited": false
                  }
          This will avoid new posts in stream of creation related events

          Comment

          Working...
          X