Announcement

Collapse
No announcement yet.

checklist

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

  • 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'
    );

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

    Comment

    Working...
    X