To convert Account's field "industry" into multy-enum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oleksii S.
    Member
    • Apr 2020
    • 43

    To convert Account's field "industry" into multy-enum

    Would help distinguish:

    Support Agriculture
    Manufacturing Agriculture
    Manufacturing Computer

    And the like.
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #2
    I use "type" for secondary. For example
    Industry: Agriculture
    Type: Manufacturing

    or
    Industry: Agriculture
    Type: Supplier

    or

    Industry: Computer
    Type: Supplier

    Also use Conditional Option (previously I wrote Filter) to cut down on the type.

    Multi-enum don't play well with Conditional Option (previously I wrote Filter) to cut down on the type (refer to thread: https://forum.espocrm.com/forum/gene...tional-options)
    Last edited by esforim; 07-22-2020, 03:22 AM.

    Comment

    • Oleksii S.
      Member
      • Apr 2020
      • 43

      #3
      Originally posted by espcrm
      Multi-enum don't play well with Conditional Filter
      Well, if filter fails, then the thing is really useless…

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        > Multi-enum don't play well with Conditional Filter.

        Could provide more details?
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • esforim
          Active Community Member
          • Jan 2020
          • 2204

          #5
          Originally posted by yurikuzn
          > Multi-enum don't play well with Conditional Filter.

          Could provide more details?
          Oh it not a bug or anything like that; please refer to this thread: https://forum.espocrm.com/forum/gene...tional-options

          And I apologize, I wrote my post incorrect, it not "filter" but Conditionals Option.


          Originally posted by Oleksii S.

          Well, if filter fails, then the thing is really useless…
          As above, sorry. Conditions option don't work well. No issue with filtering so far.
          Last edited by esforim; 07-22-2020, 03:18 AM.

          Comment

          Working...