nuxeo-studio
I am facing some problems and questions with facets. Problem 1: Facet fields (assigned schema's fields) don't get saved: I have defined a schema called 'InvoiceSchema' and a facet called 'InvoiceFacet' and assigned the schema to the facet, like ...
0 votes
1 answers
5 comments
7618 views
How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...
0 votes
1 answers
2 comments
4115 views
I have a case when i have the same content view result but i do not want to show some columns to a specific group. Actual solution i build two different content views but I think putting advance configuration for columns in results would solve it. ...
2 votes
0 answers
0 comments
1776 views
Hello! I want to know commercial conditions of using Nuxeo STUDIO. How much cost licenses after 30-days trial? How many people may work in this enviroment at the same time with that license? Or for every working place we should pay? Are there any ...
1 votes
0 answers
0 comments
3409 views
I have a complex list with type of photo as string and photo as files. Edit mode and create appear correctly while View Mode do not show photo although i have defined as an image widget. Also in view mode the single suggestion vocabulary is not ...
0 votes
1 answers
0 comments
1852 views
personal is the schema prefix. Family is a complex list. DPGJC is attribute of complex list family. #{layoutValue.personal.Family.dpgjc == true ? 'view' : 'edit'}
3 votes
2 answers
0 comments
2688 views
Florent Guillaume Why this mvel command shows @{Document.getParent(“DocumentType”)} me an error ? The type IEVP exist. [Error: null pointer: Document.getParent("IEVP").getProperty("organization:code")]
[Near : {... Document.getParent("IEVP").get ...
0 votes
0 answers
1 comments
1720 views
Hello all, I would like to know if it's possible to update a toolib ? On a document, when I put the mouse on a the document link, I have a tooltip wherein it is written “File”. I want to have the comple name of the file (it is a long name and the ...
0 votes
1 answers
0 comments
1891 views
Hi I'm a Studio begginner, so all apologies for this question. How to create three blank documentary models Word, Excel and PowerPoint so that they appear in the list when you click on " New Documents " . It would also that clicking (for example) on ...
0 votes
0 answers
0 comments
3946 views
Hello, I want to speak to a commercial representative to pay a second license for nuxeo software. The last one whom I have contacted doesn't gives more news. Please contact me at this email : mbelmo01@univ-lr.fr
0 votes
1 answers
0 comments
1793 views
Hello, We want to update Nuxeo from 5.8 to more and we notice that workflow blob can't be downloading in nuxeo 6.0 and this BUG is SINCE nuxeo 5.8 patch 33. We have a workflow variable set with a blob from a document property . The variable is ...
0 votes
0 answers
0 comments
3486 views
Hi people, I have 3 instances of Nuxeo platforms dedicated to different uses. 1) One for the Open Archive. version used : Nuxeo 5.8 HF40 2) One for the university staff to share the minutes of meetings, administrative documents etc. version used : ...
0 votes
1 answers
1 comments
2329 views
I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...
0 votes
0 answers
0 comments
1787 views
Hi, Not able to set property of type Datetime in Nuxeo using Automation Scripting (JavaScript). Below is the code snippet: function run(input, params) { var d2 = new Date();
d2.setFullYear(d2.getFullYear()+7); Document.SetProperty(input,{ ...
1 votes
1 answers
0 comments
2256 views
Hi, I am trying to update a document property with some value using Automation Scripting, Failed to invoke operations “Document.Update”. Also ctx.CurrentDate is returning “null”. Please suggest if any configuration/code missing. Below is code ...
0 votes
0 answers
0 comments
3636 views
I use an histogram widget along with usual widgets. As soon as I add some (not all) checkbox widget there are problems with filtered results Eg : unfiltered results : the aggregates show 2 matching results for a value I click the aggregate widget ...
0 votes
1 answers
0 comments
1696 views
I m trying to build a content view that should either query a year field or fetch document created last year. Is there an equivalent in EL to a MVEL expression such as @{CurrentDate.years(1).format("yyyy")}
0 votes
0 answers
1 comments
1855 views
Usually, Nuxeo Studio exposes widgets that deal indifferently with users or groups. In the case of aggregates such as selectManyListboxUserAggregate, it seems this is not the case. Unfortunately, some fields in custom documents do hold a reference ...
0 votes
1 answers
0 comments
1670 views
Sorry for this naive question, but is Nuxeo Studio open source? I don't see it on Github , so I guess it is proprietary?
0 votes
1 answers
1 comments
3356 views
I created a simple “Operation” using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...
0 votes
0 answers
0 comments
1675 views
I have a custom schema holding a date field. I have designed a content view with a filter containing aggregate widgets. The date histogram works fine on my custom field, but the date range does not seem to work, at least with my custom field : I ve ...
0 votes
0 answers
1 comments
3452 views
The long story : I want to use a vocabulary suggestion widget that limits the entries of the search according to the user connected (sort of acls on entries). This is an external directory holding thousands of entries. I would have liked to use ...
0 votes
0 answers
0 comments
1699 views
Hello, I try to customize layouts using Studio (Nuxeo 5.8 platform). I need to create/view/edit the dc:subjects attribute (l10nsubjects vocabulary). I think I have to use the “multiple vocabulary suggestion” widget type, but I can not find it in ...
0 votes
1 answers
3 comments
2325 views
Hello, We want to update Nuxeo from 5.8 to 6.0 and we notice that workflow blob can't be downloading in nuxeo 6.0. We have a workflow variable set with a blob from a document property . The variable is displayed in the workflow node with a ...
0 votes
0 answers
0 comments
2161 views
Is there any way to “import” in Nuxeo Studio plugins that you have previously generated with it? Thanks
0 votes
2 answers
3 comments
2113 views
It's my first time to use Nuxeo to develop enterprise platform. After I installed Nuxeo IBD and add Nuxeo SDK, I built an Nuxeo pligin-in project. According to the instruction, I can see the project in the Studio Project tab, but in a pity, I cant. ...
0 votes
1 answers
1 comments
1938 views
Hi it is possible to filter parents in the vocabulary directory used by a widget (suggestion) How can I filter entries in this directory ? Especially in hierarchical vocabulary, if I want all children entries for a given parent. It seems that, out ...
0 votes
2 answers
0 comments
3317 views
Is it possible in Nuxeo Studio to make a form with: a combobox field with 2 values (v1, v2) a text field that is displayed if the combobox value is v1 and hidden if it's v2 The text field would dynamically update its visibility when the combobox ...
1 votes
0 answers
0 comments
9340 views
Hi, In the documentation, i found this page : “How to Refresh the Task Widget on the Summary Tab” http://doc.nuxeo.com/display/NXDOC/How+to+Refresh+the+Task+Widget+on+the+Summary+Tab It is said that “you need to use the User Interface >Refresh ...
0 votes
1 answers
2 comments
2274 views
In studio, it seems impossible to declare a custom vocabulary (not based on the single data source). So I choose an arbitrary vocabulary and give in custom properties my directoryName (test) The bundle is generated as expected <properties ...
0 votes
1 answers
0 comments
2428 views