nuxeo-studio
bonjour, Dans Nuxeo Studio, je souhaite déclencher une automation chain lorsqu'un document d'un certain type est mis à jour et que le champ “dc:description” est vide. Pour cela dans mon event handlers j'ai selectionné l'évenement “Document modified” ...
1 votes
1 answers
0 comments
2700 views
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
1798 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
1874 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
2302 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
2861 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
1812 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
4133 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
1816 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
2026 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
3753 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
1717 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
2231 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
2204 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
2076 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
1725 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
1795 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
2840 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
1917 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
1876 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
1766 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
1746 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
2911 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
2386 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
2957 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
2328 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
2552 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
4951 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
2072 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
1415 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
1731 views