Enum field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    Enum field

    Hi,
    We have created an enum field with 4 options A, B, C, D. Each option triggers a workflow. We have to make sure that the options are chosen in order. First A, then B, then C and last but not least D
    It doesn't work with Dynamic Logic. Or we could do something wrong.
    peter
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hi,
    how I see this:
    - create readOnly varchar field current value. Set this field with formula to enum value;
    - create Dynamic Logic, where you show current option and next, based on this new field

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      ok. thanks

      Comment

      Working...