Removing tasks,calls, emails and meetings from Stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MatLudlam
    Senior Member
    • Aug 2016
    • 288

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • MatLudlam
      Senior Member
      • Aug 2016
      • 288

      #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

      • MatLudlam
        Senior Member
        • Aug 2016
        • 288

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

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #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...