How to implement automatic drop down functionality in Nuxeo studio.

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.

0 votes

1 answers

1676 views

ANSWER



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.

0 votes