nuxeo-studio


Related Questions
Hi, Is it possible to put in stand-by, a task, in a workflow (content routing)? I want assign a task (and restart the workflow at the point it was stopped) only if an external condition happen (the change of state of an external document, itself in ...
  0 votes
  1 answers
  1 comments
  1725 views

Hello, I have a problem, i want to customize the Picture Document (for removing some tabs) but I can't find how. Picture isn't in the default document's list in the studio, how i can extend it? I try to modify it with a XML extension but i don't ...
  0 votes
  1 answers
  0 comments
  1805 views

Hello, I'm really having a hard time with default workflow notification overriding in Nuxeo Studio. Planning to translate default messages I first translated given templates, an d got a first issue (default notifications were not overrided ...
  0 votes
  1 answers
  0 comments
  2220 views

Hello I create in Studio a new tab for display a folder. In this tab, I want all documents of this folder and, to right, the meta-data of the folder. All is ok, but I can't have the button “Create new document”. I test with “Custom Actions” but it ...
  0 votes
  2 answers
  4 comments
  2749 views

Hello, when I create a new tab in Studio (for customise the summary), I can't load it. I have an error : Error displayed: ERROR: some facelet is not found:/studio_tabs/studio_tab_test.xhtml Error in log : 2013-01-24 11:23:08,623 ERROR ...
  0 votes
  0 answers
  1 comments
  1743 views

I want to make a user action conditional on a boolean field set to true. What is custom EL expression syntax I should use in the provided field?
  0 votes
  1 answers
  0 comments
  4057 views

Hello I don't know how do that : I (with fv help…) create a CRON which execute an automation chain : I want create a task for all documents which have a date (date_alert) = today. This task is assigned to users stored in a meta-data of documents ...
  0 votes
  1 answers
  0 comments
  1754 views

Hello I have overriden the existing document type Workspace and Folder : Workspace : because I want add a new field Folder : because I want put Mail Document into a classic folder All it's ok, except the tab “Resumed” is now displayed (Tabid = ...
  0 votes
  1 answers
  0 comments
  1951 views

Hello, I tested this code on Nuxeo 5.6 http://doc.nuxeo.com/display/Studio/Move+a+Document+with+security+constraints Document.SetACL : It's impossible to use MVEL language on attribute “user” even if there is a MVEL selector near this attribute. ...
  0 votes
  1 answers
  2 comments
  3672 views

Hi, How can i create a date field, filled by default with the current day? Thanks in advance
  0 votes
  2 answers
  1 comments
  1649 views

Hello, I need update a date when I created and updated a doc. For that, we make this automation chain : Fetch > Context Document Document > Update Property (value: @{Document["mydocumenttype:expiring_date"].clone()}; xpath: ...
  0 votes
  1 answers
  3 comments
  2143 views

Hi, I want to display link in a form (content-routing workflow), in the label of a text widget, or in a comment, to give more explanation to my users on the way to fill the form. Like lp30 , I don't know how to do this. I didn't found a widget for ...
  0 votes
  1 answers
  1 comments
  2119 views

I have imported the “Nuxeo Routing Default” workflow referenced in this question It appear the automation chains that “Nuxeo Routing Default” places into my Studio project collide with the “deployed by default” automation chains in v5.6. I changed ...
  0 votes
  1 answers
  0 comments
  2003 views

Hello, I want to create a decimal field for a document. I try “integer” but I can just write an integer … Then, I try “floating point” but even if I write “35.68”, it save “35.0”. How can I do it ? Thanks in advance for your help
  0 votes
  1 answers
  3 comments
  1658 views

Hi, The answer to this question might be trivial. But i didn't solve this problem yet. Here is a template to generate a CSV document, implemented in Nuxeo Studio. Output is a list of documents, and associated meta datas, in a given folder. <#list ...
  1 votes
  1 answers
  0 comments
  1708 views

I have a widget template and i want to display a String message in it. The String message is set in the custom operation using the OperationContext.put() method. How can i access this context variable in my custom widget template to display the ...
  0 votes
  0 answers
  0 comments
  2765 views

Hello! I'm sure this is something I'm just overlooking, but after spending two days trying to nail it down, I'll ask. I've just installed NuxeoDM 5.6 to test for my company. I'd like to add a custom workflow, so I signed up for the studio trial, ...
  0 votes
  1 answers
  2 comments
  1851 views

Hi, I created a new operation through Nuxeo IDE with Parameters with Nuxeo Studio as following: @Operation(id = MyOperation.ID, category = Constants.CAT_SERVICES, label = "My Operation", description = "") public class MyOperation { public static ...
  0 votes
  1 answers
  0 comments
  1803 views

What are the exact values which go into the Property,Values and Query fields while creating an automation chain using fetch by property operation?
  0 votes
  0 answers
  1 comments
  1689 views

i want to filter the content view based on a set of values ,i.e entering multiple id's(comma separated 1001,1005,1007) and on click of filter it should filter the values displayed in the content view.
  0 votes
  0 answers
  0 comments
  1675 views

I try to create an automation chain to get elements of a folder and put them in my document (inherit metadata). I have 3 metadata in my folder, and I want to “copy” values in my metada's document. But it doesn't work for multi-valued and date ...
  0 votes
  0 answers
  1 comments
  2826 views

I created a workflow in Studio that works well when triggered with the standard start button. I tried to trigger it with an event (document creation) binded to an automation chain with Workflow Context -> Start Workflow. The workflow is started ...
  0 votes
  4 answers
  8 comments
  2297 views

Hello I create a document type “bilan_carbone” with label “Bilan Carbone”. Then I create a content view, and in results I have a column with document type (Document). But this column display the ID of the document type instead of label. How can I ...
  0 votes
  3 answers
  7 comments
  2860 views

Hi, I had defined a document type in my nuxeo studio, this document has two fields: “begin time” and “end time”. I want to validate in the creation time, “begin time” is less than “end time”. I was reading this post: Cross validation with jsf But, ...
  1 votes
  1 answers
  1 comments
  2226 views

I would like to reinitialize my Nuxeo instance repository (remove all data and play again structure template) without restarting my instance and removing data. I need that to test my structure template configuration.
  1 votes
  1 answers
  2 comments
  2467 views

Hi, I would like to add string into a property defined into a document type without new operation definition. We can't easily add the item as: the object returned by Document.getProperty(“mySchema:myField”) is a String[] the set property operation ...
  1 votes
  1 answers
  0 comments
  4861 views

Hi guys, I've been trying to figure this one out, but with no progress. I've got an installation of Nuxeo 5.6, running on Win7/64bit, running with the h2+derby database. It is not progressing past the login redirect screen when a plugin developed in ...
  0 votes
  1 answers
  4 comments
  1984 views

What is the default encoding used by document template in Nuxeo Studio to export in csv format? Is it using UTF-8 like Nuxeo DM.
  0 votes
  0 answers
  0 comments
  1353 views

Why do I need to save the Node containing a transition binding to an automation chain AND the containing workflow document to make the binding permanent?
  0 votes
  1 answers
  3 comments
  1652 views

I cannot see the Serial Document workflow (default) in Studio. I want to use v5.6 “Serial Document Workflow as a replacement for the “default” workflow to transition pre 5.6 custom document life cycles. Is this “Serial Document Workflow” of v5.6 ...
  0 votes
  1 answers
  0 comments
  2180 views