nuxeo-studio


Related Questions
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

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
  2281 views

My edit form looks like that : In studio, trying to insert a new column in this layout shows the nature of the problem : If i move all fields in the same column, i have a GWT error. Help me save my layout !
  0 votes
  1 answers
  1 comments
  1530 views

Hi guys, I've noticed this in Firefox v14 and Chrome v20 on Windows 7 64bit. Trying to upload a file to a File widget attached to a blob node variable throws an “invalid file” error when it's done under the main document tab. It works when it's ...
  0 votes
  1 answers
  0 comments
  1701 views

Hey guys, I'm getting the hang of studio the more I work with it. It's got a pretty slick interface, and along with MVEL and Java, it can do quite a bit. One thing I've run into, is a situation where I've wanted to try running two different ...
  0 votes
  0 answers
  0 comments
  1303 views

I was following the steps of this example: link text
  0 votes
  1 answers
  2 comments
  1508 views

The MailFolder and MailMessage document types have been deleted from my Content Model -> Documents listing in Studio. How can I restore these document types? FYI: They are still available in the Accepted Children List, but not in the Content ...
  0 votes
  1 answers
  1 comments
  1899 views

Most information regarding a document is modifiable in some way in Studio, but I haven't found anything to manage comments. The closest I've found is the CommentManager class, but I have not been able to get that to work in a Run Script ...
  1 votes
  1 answers
  0 comments
  2433 views

Hi All, Escallation in the sense, after reaching due date of approval/reject workflow should goto next node. please provide any pointer. Thanks In Advance, ND
  0 votes
  1 answers
  0 comments
  1694 views

Hi, I am trying to override the default versioning rule for a custom document type through XML extensions in Nuxeo Studio. But my configurations are not getting applied to the document in Nuxeo DM. Also the extensions.xml built by Studio now ...
  0 votes
  1 answers
  0 comments
  1957 views

I have a custom Base Document Type defined in my own Marketplace package. Would its definition need to be implemented instead in Studio in order to allow me to create document types in Studio that extend it? Or is there a way to “register” my ...
  1 votes
  1 answers
  0 comments
  2279 views

With such an event handler and the associated operation chain : <handler chainId="mail_created_chain"> <event>documentCreated</event> <filters> <doctype>MailMessage</doctype> </filters> </handler> ...
  0 votes
  0 answers
  0 comments
  1808 views

For example, I would like to have a different colour for all rows having the same version number or contributor in the list. How could I customise the style (css) of the content view list?
  0 votes
  1 answers
  2 comments
  1701 views

I m trying to send all the files attached to the children of a folder as attachments in a single mail. What syntax is expected for such a use of the files parameter of the sendMail operation ?
  0 votes
  1 answers
  2 comments
  2167 views

The Create a task assignment alert tutorial presents a method for writing an automation chain that notifies the principals (users with a given permission) on a document under some condition. But I would like to only send emails to users who have ...
  0 votes
  1 answers
  1 comments
  2251 views

How can I map a large amount of application-submitters to a small amount of reviewers? I need to automate a process, so every time a submitter sends a new application it always will be reviewed by the same person.
  0 votes
  0 answers
  0 comments
  1254 views

I want to have the possibility to add comments on published documents. I want comments on source document and published document not shared between them. How can I do that ?
  1 votes
  1 answers
  0 comments
  4151 views

Hi, In Nuxeo Studio, I created a “User Action” attached to a specific contentView (category) and I would like the button is active only when the selected documents are in a life cycle validated? I can not use in this case the “current document has ...
  0 votes
  2 answers
  1 comments
  2288 views

I have a field called reviewers (multi valued string) it is populated thanks to the user suggestion widget i d like to use its content for a setACE operation in a chain but i get a casting error : No type adapter found for input: class ...
  0 votes
  2 answers
  5 comments
  2093 views

I have a problem with a simple NXQL query in Studio launched using quartz : SELECT * FROM Document WHERE reunion:rappel > @{CurrentDate.days(-1)} AND reunion:rappel < @{CurrentDate.days(1)} it generates the following text in an Info Message : ...
  0 votes
  1 answers
  4 comments
  3805 views

Bonjour, in an automation chain, i want to retrieve the file name of a document type file into a context variable. What is the syntax ? Merci
  0 votes
  1 answers
  1 comments
  2129 views

Bonjour, if I want to change the font size of character displaying the widget header label, it is possible in the field “header style class” in a “Layout Widget Editor” and what is the syntax ? Merci
  0 votes
  1 answers
  7 comments
  2591 views

I want to specify into my Nuxeo studio a form with a suggestion box mapped on a Single/Multiple Document suggestion. All work well, but I want to filter the suggestions returned to fetch only a specific kind of documents or path. How can I do that ?
  0 votes
  10 answers
  1 comments
  5735 views

I would like to put a complex filtering in Event Handler in automation, and I see there is “Custom EL Expression”. It seems that default JSF EL not working in it. Can you tell me how it works ?
  0 votes
  1 answers
  4 comments
  3318 views

I created a document type with Studio for Nuxeo 5.6 I want to have the ability to apply the defaul serial workflow on my document type
  0 votes
  1 answers
  3 comments
  2123 views

Hello everybody, I'm discovering the Studio funcitonnality, but due to my company's proxy, I have to install the .jar files manually, so I activated the Developement mode, as asked I don't know if it's the right reason, but since this day, the pages ...
  0 votes
  1 answers
  0 comments
  1515 views

Hi I have created through a custom plugin an extra directory (actually a specific Directory implementation, not an SQL Directory or LDAP Directory). This actually maps to the xvocabulary schema − the point is to be able to tag documents in Nuxeo ...
  0 votes
  1 answers
  2 comments
  1741 views

Hi, I have a problem with my automation chain I defined in Nuxeo Studio. The automation chain is bound to an event handler which react on the “Document Created” event. The automation chain should do the following: If a document is created with a ...
  0 votes
  2 answers
  1 comments
  6005 views

I have created an automation chain in Nuxeo Studio for applying workflow to a content type in Nuxeo 5.6. There are 3 create task operations in the chain. Each task is assigned to one user. Task 1 –> User1, Task2 –>User2, Task3 –> User3 But ...
  0 votes
  3 answers
  2 comments
  2937 views

Hi, I am quite new to nuxeo and I am trying to configure my nuxeo instance with Nuxeo Studio. I have my own document types and I defined my own structure for a domain using a Structure Template. In this template, the domain has one sub element, ...
  0 votes
  1 answers
  1 comments
  2413 views

Still trying to access the list of selected docs in sections : the action category for my button is CURRENT_SELECTION_SECTIONS_LIST the “Selection is not empty” has been replaced by a custom EL ...
  0 votes
  1 answers
  4 comments
  1975 views