Hi,
I've created two Fields in the Entity Manager for the Lead:
- interaction_type (Enum)
- internal_reference (Int)
The field "internal_reference" will be required IF the "interaction_type" have the option 2 selected.
I think to achieve this I must to add some custom Javascript/Jquery. If this assumption is correct, how can I add a Javascript file to the Lead "Detail" and "Detail (Small)" panels?
Best Regards,
André Lopes.
I've created two Fields in the Entity Manager for the Lead:
- interaction_type (Enum)
- internal_reference (Int)
The field "internal_reference" will be required IF the "interaction_type" have the option 2 selected.
I think to achieve this I must to add some custom Javascript/Jquery. If this assumption is correct, how can I add a Javascript file to the Lead "Detail" and "Detail (Small)" panels?
Best Regards,
André Lopes.
Comment