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
  2750 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
  1745 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
  4059 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
  1952 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
  3674 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
  1650 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
  2120 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