Hello community,
I have a question about fields. How can we add multiple values to a single text field like email or teams in JS or PHP when working with multiple modules?
Hello community,
I have a question about fields. How can we add multiple values to a single text field like email or teams in JS or PHP when working with multiple modules?
I never done but look into "#Styleguide/fields/index" search for "Example SugarCRM Fields" there is an example from emails , perhaps you can.
Rodrigo Manara
Sr. Developer
I went through the instructions, but I'm not sure how to set it for specific fields.
Thank you for helping.
I went through the instructions, but I'm not sure how to set it for specific fields.
Thank you for helping.
Normally what I do I override the field for the module and the job is done.
custom/base/fields/text/
but here you should only override on filed that you want.
add your changes this way.. test and see if that works. you should be able to override some actions your self
Rodrigo Manara
Sr. Developer