nuxeo-studio
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