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.
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.
Comment