cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement automatic drop down functionality in Nuxeo studio.

muni_
Champ on-the-rise
Champ on-the-rise

Hi sir, How to implement automatic drop down functionality in Nuxeo studio.

Example.

I have a fileds called Country and State. if i select one country from country field automatically that counry related states only need to load in states field. I tried through vocabulary in Nuxeo studio. But i could not find solution. Could you please send solution for this.

Thanks,

Muni.

1 REPLY 1

Anahide_Tchertc
Elite Collaborator
Elite Collaborator

Hi

You should be able to create a vocabulary with type "hierarchical", and reference it in a "chained vocabulary" widget.

It only references a single field (ids are separated by the "/" character). If you'd like to store information in two distinct fields, you will have to split it thanks to an automation event handler.