nuxeo-studio
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
1500 views
I m into implemeting an action about document lists, so i chose the “Document List Toolbar” category. That's working fine except for Sections. Is there a specific category for that kind of document list ? Where can i find a comprehensive list of ...
1 votes
2 answers
0 comments
1687 views
Can I set up initial subgroups using studio? If so how? Thanks, Karl
0 votes
0 answers
0 comments
924 views
Hi, In Nuxeo Studio, when I create a contentView, I set in the tab “Results”, then “Advanced Configuration”, the title and checking “show title” but that doesn't appear in Nuxeo. Is this a bug? I noticed another problem, when configuring a “local ...
0 votes
1 answers
0 comments
2006 views
Hi, I modified my project studio this morning by adding a metadata schema to a document type. When exporting my project on my server, I receive the following error: (I think it just changes the NXP-9233 July 15) ...
0 votes
1 answers
6 comments
2012 views
Hi, Why the option “USER_GROUP_TYPE” does not exists in Studio for the widget Type “Multiple users/groups suggestion” ? But if y put a Custom properties configuration as field “userSuggestionSearchType” and the value “USER_GROUP_TYPE”, Nuxeo adds ...
0 votes
1 answers
0 comments
2291 views
Following the “One step validation workflow tutorial”, i created a custom permission and i'm using it to retrieve the users for a Workflow.CreateTask operation. Everything is working fine, except the “everything” permission being given to ...
0 votes
1 answers
0 comments
2094 views
The definition of the immediate check box in User Actions is: Immediate Change this value if you'd like the action to be executed without validating the enclosing form. I've found: If the immediate box is checked in a user action. Data is entered on ...
1 votes
0 answers
1 comments
1654 views
I have a simple widget: <div xmlns:c=“http://java.sun.com/jstl/core” xmlns:h=“http://java.sun.com/jsf/html” xmlns:f=“http://java.sun.com/jsf/core” xmlns:nxu=“http://nuxeo.org/nxweb/util” xmlns:nxd=“http://nuxeo.org/nxweb/document”> < ...
0 votes
2 answers
4 comments
2042 views
hi, i declared the LoginSuccess in the registry, defined an event handler and whatever the associated operation chain (ie : notification.send email), be it asynchronous, i have the following error, even after server restart Failed to handle event ...
0 votes
0 answers
0 comments
1386 views
Is there any way to configure the priority of an event handler in studio or do i have to create an extension to define my listener ?
0 votes
1 answers
0 comments
3784 views
What is the correct way to catch the user workspace creation event ? Using “Document path starts with /default-domain/UserWorkspaces(/)” matches any workspace under the current user workspace, and i am just not able to write an EL expression in my ...
0 votes
1 answers
0 comments
1527 views
Hi, is there anyway to access the JbpmTaskActionsBean getCurrentDocumentTasks method from an automation chain ? There is no workflow process in studio, just tasks. If i use the create.task service using the “create one task per actor” options, how ...
0 votes
0 answers
0 comments
1531 views
Almost everything is in the title : the UpdateProperty part of my automation chain : ...
individu_bx4:nom=@{CurrentUser["lastName"]}
dc:title=@{CurrentUser["lastName"]} @{CurrentUser["firstName"]} Using a button in the edit form, my document is ...
0 votes
1 answers
5 comments
2729 views
When I customize the Nuxeo 5.5 using Nuxeo Studio, the default column for Live Edit Link doesn't show the icons link on the document listing page. If i remove the customized plugin then the Live Edit Link is there again. So I think there is ...
0 votes
2 answers
1 comments
2444 views
Hello, I'd like to filter “new document” button in a particular tab. I assume that I have to filter the “SUBVIEW_UPPER_LIST” with id “create” on my new tab. May be I have to write an EL condition but I don't know the exact syntax. Or may be there's ...
0 votes
1 answers
0 comments
2063 views
Hi, I uploaded “test-picturebook.xhtml” in Nuxeo Studio in “resources/widgets”. I then contributed an extension point to display this xhtml : <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action ...
0 votes
1 answers
0 comments
2131 views
I can modify email notification in mail templates (translate in french), but i don't know where modify subject … for example : [NUXEO]Document created I also need to translate email notification in collab space : Member Activity of ……. Thank you
0 votes
1 answers
0 comments
1948 views
Hello, I'd like to display the thumbnails of pictures in a content a view. Here's what I tried : I picked “Generic” in “Advanced Widgets” I chose “Image” as “Widget type” I added two fields for this widget : data.picture.views[3].content and ...
0 votes
0 answers
0 comments
3424 views
Hello, I've created a zip file in an automation chain and I'd like to send this file by mail. Here's a part of my chain : File > Get Document File > xpath: file:content
File > Zip > filename: photos.zip
Execution Context > Set Context ...
0 votes
2 answers
0 comments
2859 views
Hello, I have to send a zip file with a set of pictures but I can't manage to define the xpath. Here's what I try in the automation chain : Files > Get Document Files > xpath : file:content
Files > Zip > photos.zip I get the following ...
0 votes
1 answers
1 comments
1918 views
Hi, i have a document type with a multi valued complex field (validation). The widget is in edit mode, but i don t want the user to be able to delete existing values, just add new ones. I guess i have to use some MVEL condition about the display ...
0 votes
1 answers
1 comments
4386 views
Hello, At the end of a automation chain for a multi-publish action from a button, selected documents are still checked in the content view. How to uncheck them ? After many search, I found nothing about this. UI clear worklist doesn't work Thanks ...
0 votes
4 answers
3 comments
2183 views
I can use the Current document has life cycle to filter by life cycle, and even use a comma separated list (OR) to filter for multiple life cycles. Question: Is there a NOT function? I have many (50-100) life cycle states I need to pass and only one ...
0 votes
1 answers
2 comments
2765 views
I have created my own document type with my own schema using Nuxeo Studio. I have defined Creation and Edit Layouts. My document is extended from Nothing but it inherits dublincore schema :( Now I want to get rid of this default schema as I have my ...
0 votes
1 answers
4 comments
2497 views
Hi, i'm trying to implement a permanent deletion feature : I created a document type that lists the deleted documents for a given user, so that he can permanently delete the selected ones. Everything runs fine … for the first deletion It seems that ...
0 votes
2 answers
6 comments
3282 views
Hi, I have created an user action button that needs to be displayed only for a document when under a certain folder and when the document is in “approved” state. I cannot use the STARTSWITH within the query because while the folder name is defined ...
0 votes
1 answers
0 comments
2432 views
Hi, I have created a new layout which replaces the Edit screen when the document is in a certain state in the lifecycle. Submitting this form once again changes the state of the document. However I am unable to see how to store the data from the ...
0 votes
0 answers
4 comments
2208 views
Can you please tell me the any one scenario how to deploy nuxeo STUDIO Application in Nuxeo CMF? please tell me the step by step procedure.iam new to Nuxeo? Thanks alot for your patience. Thankyou Rama
0 votes
0 answers
0 comments
1331 views
Hello, Thanks to the help provided at http://answers.nuxeo.com/questions/2205/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a-workflow by @bjalon, I was able to move ahead and create a layout in Nuxeo Studio. This layout is to ...
0 votes
1 answers
2 comments
3030 views
Hi Iam new to Nuxeo Can you please tell me how to fetch the emails using studio and CMF. Please tell me the step by step procedure? Iam new to Nuxeo.. Thanks in advance
0 votes
0 answers
0 comments
1409 views
I have two separate x?y:z nested conditional statements in the Run Document Chain Id field simulating a switch statement. One of the statements is 251 characters long the other is 418 characters long. The 251 character statement works fine with 4 ...
0 votes
1 answers
0 comments
1476 views
Hi, I have searched in the forum and answers however not been able to find anything that could help me. I am a newbie and your help will be greatly appreciated. I have implemented Nuxeo 5.5 Document Management. Within the DM, the document life cyle ...
1 votes
1 answers
6 comments
4937 views
hello, I want to generate a pdf file that contains the document properties and notament image. I created a new documentary that inherits the type rating. I added a new property type blog that will contain an image. I created the following automation ...
0 votes
1 answers
2 comments
3322 views
Hi, I have a problem with widgets on home board. All widgets show documents in the wrong order. I would like to see documents ordered by “last modified date”. how can i do that ? Thank you Jérémy PETIT-JEAN C.R.I - University of Pau, France
0 votes
2 answers
1 comments
1869 views
Hi, How can I edit the pages footer to customize it for our company : For now items ( Contact us | Blogs | Community | Forum | Documentation |) are all links to Nuxeo features. Is it possible with studio ? Thanks for your help, Patrice
0 votes
2 answers
0 comments
3132 views
Hello, when I created a new document type with the facet “Folderish”, the tab “Relations” disappears in the document. Why ? Is it possible to reactivate this tab ? Olivier
0 votes
1 answers
0 comments
1897 views
May i know the client code for delete a particular file from remote server(nuxeo)through REST API. Please share your views with me! Thanks
0 votes
1 answers
1 comments
3722 views
Can studio help with this: (If not what is a “best practice” for managing a property file for a Studio bundle?) Description from documentation… Nuxeo Environment Properties Nuxeo environment properties are accessible in scripts using the Env map ...
0 votes
1 answers
1 comments
2052 views
I want when an user marks an checkbox, hidden another field in the form. I believe I can do it using javascript but I dont know where I can put this code.
0 votes
1 answers
1 comments
2128 views
If it does what is the syntax? Thank You, Karl
0 votes
1 answers
0 comments
1614 views
I defined a document type extending workspace that limits what documents can be created within it. How can I add a BIRT report to my limited list of documents that can be created within my workspace using Studio? Reports are not on the Studio ...
0 votes
1 answers
1 comments
1454 views
Hello, I need validate the creation of documents with unique uid. I need to use a condition on automation chain for verify the uid on documents in the repository but I don´t know how to do that? I have reviewed all operations in studio but I don't ...
0 votes
3 answers
1 comments
3542 views
In nuxeo studio, I would like to localize the message displayed by the User Interface > Add message action in automation.
0 votes
1 answers
0 comments
1793 views
I want to add a comment (or the description dublincore field) in the summary view. When I display a folder with a description field, text is displayed without linefeed. The comment is not displayed. Template : title comment formated content of ...
0 votes
2 answers
4 comments
2013 views
hello, I started with Studio. I would like to create a content automation that performs the following treatment: in a document, when I click a button, I want that treatment gets the sections in which the document was published and amends sections. ...
0 votes
0 answers
1 comments
1981 views
I have an automation chain that gets a value from a document, sets the context variable, pushes it onto the stack, uses nxql to query a document based on the context variable, sets another context variable with a value from the queried document, ...
0 votes
0 answers
4 comments
4679 views
I'm developing an bundle using nuxeo ide and have one messages.property for internationalization, but when I tried deploy my bundle on server, it shows this error: 2012-01-26 12:50:47,327 ERROR ...
0 votes
1 answers
2 comments
2311 views
Hi all, I was trying to adapt the nuxeo studio template for Holiday request and have problem to find the correct syntax for the following: My document has a customised schema which include two properties with “Date” type. In my automation chain I ...
1 votes
5 answers
2 comments
3940 views
Hi all, following the tuto in nuxeo studio documentation concerning the RH holidays request form, I was just wondering if it were possible rather than adding specific Vocabularies to map users with operationnal manager to modify the metadata of the ...
0 votes
1 answers
1 comments
2552 views