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