Tag system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diyoyo
    Member
    • Jul 2018
    • 88

    #1

    Tag system

    Hi,
    I was looking at the Multi-Enum field, and happily found that it was possible to propose customization.
    Yet, I realized that customization does not persist over multiple entries.
    Would it be possible to have something like a tag system, where added tags are added to the default option list for newer entries?
    Or maybe there is a simple formula that could do the job already?
    Thanks.
  • eymen-elkum
    Active Community Member
    • Nov 2014
    • 482

    #2
    I think that u need a tag entity first, then a new field type that gets the options from that table, and automatically links the entities with the tag many to many
    EspoCRM Expert since 2015
    We build custom solutions & premium extensions
    Eblasoft Technology Solutions​

    Comment

    • diyoyo
      Member
      • Jul 2018
      • 88

      #3
      eymen-elkum that's my current work around, but I liked how simple it is to add custom values to the multi-enum.
      Using many-to-many does not allow on-the-fly creation of new tag entries.

      Comment


      • eymen-elkum
        eymen-elkum commented
        Editing a comment
        this will need coding to be done, I think it is not so difficult, you may add a hook to catch new tags and save them to the tag table
    Working...