nuxeo-studio


Related Questions
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
  4038 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
  1699 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
  3326 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
  1776 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
  2619 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
  1635 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
  1818 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
  3876 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
  1706 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
  3399 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
  2221 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
  1708 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
  2155 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
  3507 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
  1618 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
  1794 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
  1608 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
  3267 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
  1604 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
  3378 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
  1620 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
  2232 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
  2069 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
  2033 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
  1858 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
  3228 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
  9257 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
  2173 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
  2353 views

Hi, I tried to update nuxeo drive package from the update center, but the installation failed, when restarting the server I got this error and canno't acess the server anymore. prior to that, I changed some configurations using nuxeo studio, deleted ...
  0 votes
  0 answers
  0 comments
  1650 views