Update more than one field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 04:10 AM
I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc.
Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite convenient.
Now, it seems I ll have to store those extra informations in dedicated fields.
What is the best way to procede ?
At the widget / JSF level : retrieve the Id of the entry and update hidden fields or whatever ?
Using an automation chain / event handler that will update the document according to the selected Id ? Querying a vocabulary can be done (easily) in Nuxeo Studio ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 04:51 AM
BTW, I m running Nuxeo 6, so no javascript available server side for automation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2016 02:22 AM
Should I make it through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2016 06:36 AM
I ve made my way through this problem by importing theDirectory.Projection operation in studio
I m thus able to retrieve any field of the vocabulary
