nuxeo-studio


Related Questions
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
  1460 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
  1615 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
  1236 views

I was following the steps of this example: link text
  0 votes
  1 answers
  2 comments
  1441 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
  1827 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
  2358 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
  1625 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
  1877 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
  2186 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
  1724 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
  1639 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
  2096 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
  2174 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
  1194 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
  4036 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
  2212 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
  2022 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
  3694 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
  2059 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
  2502 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
  5624 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
  3217 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
  2031 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
  1453 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
  1663 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
  5883 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
  2837 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
  2340 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
  1881 views

I set up a new action that sends an email containing the titles of the selected docs. Everything's fine in workspaces but I can't have it working in Sections : if i check “Selection is not empty”, my button is never activated. if i uncheck it, the ...
  0 votes
  0 answers
  1 comments
  1445 views