Announcement

Collapse
No announcement yet.

Create a function for a checklist

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

  • Create a function for a checklist

    Hi,

    I'm new in EspoCRM and need help create a function, please.

    I want activate options of a checklist "contact_option" (in Entity -> Contact ) if the conditions for this are fulfilled.

    Conditions can be for example:
    - If the text field "Title" not empty, should be activated the option "Title" in the checklist "contact_option".
    - If the bool field "founder" activated, should be activated the option "Founder" in the checklist "contact_option".
    - and so on

    if it is possible, that will be done if
    - switch fields in the edit mode
    - or latest if I save the contact
    - or for both

    I would be very grateful, if someone could help me with a instruction or example.

  • #2
    I believe that you could implement that with the dynamic handler feature. You can learn about it here: https://github.com/espocrm/documenta...mic-handler.md

    Comment


    • #3
      Could you please give me an example based on my description, so that I better understand the syntax / structure.
      I need a little bit more instruction, that I understand the function on an example.

      Thank you very much!

      Comment

      Working...
      X