Announcement

Collapse
No announcement yet.

"Internal" posts in stream

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

  • "Internal" posts in stream

    There are very helpful feature in stream of CASES - "Internal" posts. It would be nice to have it as feature in any streams at Tasks, Quotes, Opportunities and etc.
    Attached Files

  • #2
    It should be possible by adding a metadata parameter in client defs: https://docs.espocrm.com/development...winternalnotes

    Create a file:

    custom/Espo/Custom/Resources/metadata/clientDefs/{EntityType}.json

    Code:
    {
        "allowInternalNotes": true
    }
    Clear cache.

    Comment


    • #3
      Thank you yuri we'll try to do so for each entity, but ideal solution would be to have "stream" with "internal" posts by default in any entity.

      Comment


      • yuri
        yuri commented
        Editing a comment
        I don't think so, as most entity types are not ever to be exposed to the portal. Having a feature that always is shown but does nothing contributes to clunkiness of the system. There's no coded logic to know whether the entity type (and its stream) is exposed to the portal or not to be able to show/hide it based on that.

    • #4
      You might want to check our extension, which allows you to create public and private Chats on each record as side panels.

      Comment


      • #5
        In this case I would rise a question should steam be visible for Portal users as well, there are a lot of internal information is written as well. Might be Chat or similar entity could be an optician, and sream leave only internal. On another hand it's useful when customers can see what is going on, just in this case I have no idea how to make some systems records be visible as internal

        Comment

        Working...
        X