Hi,
I have a question about Enum list.
I create in Administration-> Entity Manager -> Account-> Fields a new Enum with 2 or more options like this example :
Computer
Other
I want to create below another list which depends on the choice of the first list (a subtype)
If the user chooses Computer, he will have for example in the second list the choice between :
Laptop
Office
Tablet
But if the user chooses Other , he will have for example in the second list the choice between :
Paper
Dashboard
...
Is it possible in EspoCRM ?
Thank you
I have a question about Enum list.
I create in Administration-> Entity Manager -> Account-> Fields a new Enum with 2 or more options like this example :
Computer
Other
I want to create below another list which depends on the choice of the first list (a subtype)
If the user chooses Computer, he will have for example in the second list the choice between :
Laptop
Office
Tablet
But if the user chooses Other , he will have for example in the second list the choice between :
Paper
Dashboard
...
Is it possible in EspoCRM ?
Thank you
Comment