hello , plz i need help in inserting many options in an enum input , i have a csv file whith all the options (clients) , iwant a solution to insert this data each one in an option of the enum field whithout custom code , just using the administation . i appreciate your response , thanks !
import data from csv file in an input (enum)
Collapse
X
-
1. Each value from the import file must be added to Administration > Entity manager > Your_entity_name > Fields > Your_enum_field_name > Options.
2. Make sure that the data from the cells of your import file is identical to the Options of your Enum field.
3. Perform the import according to the instructions:
- https://www.espocrm.com/video/import-data/;
- https://docs.espocrm.com/administration/import/.
Comment