How to implement automatic drop down functionality in Nuxeo studio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2015 05:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2015 03:49 PM
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.
