Announcement

Collapse
No announcement yet.

Extension: Label in email client

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

  • Extension: Label in email client

    Hello,
    I would be interested to buy an extension that allows to create labels (eg red-important, green - later etc) and mark emails with them.
    Maybe someone would be interested in creating such an add-on?

  • #2
    Something like this?
    This tutorial describes how to use the free plug-in dynamic-control to take advantage of Espo's dynamic handler class to write code in one script that can specify highly customized conditions to change fields visibility, read-only value, is-required value, enum options, background and text color, field value, etc in one script.

    Comment


    • #3
      Originally posted by AgentT View Post
      That appears to be obsolete as of EspoCRM version 7+.

      And, having played with the Entities Editor and Layout Editor, and even manually turned on the Layout Editor for Email by editing certain files, I've run into problems. For example, I can add a field and it will show up on the list view and the "mass update" view, but any changes I make to the detail view in the Layout Editor are ignored.

      If you could change the detail view using the Layout Editor, then no plugin would be needed. You could just add an entity to those views.

      Comment


      • #4
        Perhaps this: https://www.eblasoft.com.tr/espocrm-...e/labels-cells

        Comment


        • #5
          Originally posted by shalmaxb View Post
          That doesn't appear to store data, just add static HTML to the page.

          The existing entity system can create the field needed to create the labels. The problem is that it is hard to edit the email detail page.

          Comment


          • shalmaxb
            shalmaxb commented
            Editing a comment
            that is correct, it creates a not storable field

          • WisTex
            WisTex commented
            Editing a comment
            The purpose of a label is that it is changeable. For example, when an email comes in, you can categorize it somehow.

            For example, I created labels such as "Action Required," "Resolved" and "Reference" to categorize incoming emails. The original poster(OP) wanted labels such as "Important" and "Later."

            The problem is that the email detail template is not easy to modify.

        • #6
          it is coming to v7.2 i guess. the email entity will allow you to add custom fields which means an enum field could sort out the issue for you.

          Comment


          • espcrm
            espcrm commented
            Editing a comment
            Which github issue tracking this feature?

        • #7
          here is it: https://github.com/espocrm/espocrm/issues/2366

          Comment

          Working...
          X