checklist

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SPO
    Senior Member
    • Jun 2020
    • 141

    checklist

    Hello,
    I need your help.

    How can I create a checklist with several existing entries and mark them green when filling in certain fields.
    If field 1 has a content then set entry 1 in the checklist to green.
    If field 2 has content, then set entry 2 in the checklist to green and so on.

    If field 1 has content, set the content in field 2 (content 100) to green.


    ​I have tried the following formula, but without success.​

    (
    string\isNotEmpty(c1),
    c2 = '100';
    color = '#ea5e9'
    );
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1592

    #2
    perhaps this might help: https://forum.espocrm.com/forum/deve...lor-of-a-field

    Comment

    • SPO
      Senior Member
      • Jun 2020
      • 141

      #3
      Thanks

      Comment

      Working...