nuxeo-studio
Hello, I would like to customize dashboard gadget “MyWorkspace” with an extension point. How can I change the : results of search (a specific page provider ? What is the default search results configuration ? view of results list : if I want to hide ...
0 votes
1 answers
1 comments
2509 views
Hello, I try to hide the simple search inputText + button “Search” from the HeaderBar of Nuxeo platform, for anonymous user. I Try : <action id="simple_search"> <filter-id>not_anonymous</filter-id>
</action> But it's not the ...
0 votes
1 answers
1 comments
3083 views
Hello, I work with nuxeo workflows on tasks forms. Is it possible to “hide” a button depending on a condition in nuxeo workflow task forms ? thank you
0 votes
1 answers
1 comments
2093 views
Hello, I work with workflow and created a task form with different fields, in nuxeo studio. I would like to know if it's possible to make a field of this form “mandatory” only if an other field is filled ? thank you
0 votes
1 answers
0 comments
1651 views
Hello, I use nuxeo workflow in nuxeo studio. I defined fields on a task. As “name”, “firstname”. I would like to force answers on this fields to “uppercase”. Is it possible on nuxeo studio ? thank you
0 votes
2 answers
5 comments
1983 views
Hello, I want to use a widget suggestion widget in a form, but i want to restain the user list to a LDAP-group and not to the WHOLE LDAP. Is it possible ? What do I need to ? thank you
0 votes
2 answers
1 comments
2026 views
Hi. How can I tell nuxeo to do the following upon document creation / upload? Offer a search for a similar document variant which the new document will be put into relationship / appended to Create a folder named after the document Put the document ...
0 votes
0 answers
0 comments
1866 views
Hi, I got an issue I'd like to share with you: Imagine a concept with a class “Test” and a class “Procedure”. The object “ Test ” requires, to be executed, to be linked to one (or more) “ Procedure “. e.g: Test1 is executed according to Procedure1 ...
0 votes
1 answers
0 comments
2749 views
Do you have any recommendation about development lifecycle practices when Studio is involved? Let's say some development is done via Studio while some other (like extension point implementation) is done via Nuxeo IDE? How do you reconciliate both? ...
1 votes
1 answers
1 comments
1556 views
Hello, I want to build a custom domain (for a specific Structure template) , so I created a doctype which extends the docType “Domain”. But, when I do it, my new domain hasn't the same behavior as the basic version (it's just like a normal ...
0 votes
1 answers
0 comments
4721 views
Hello friends, I am currently designing workflows in Nuxeo Studio, I defined a workflow variable (comment_workflow). How I can get the contents of this comment and make a comment to the document in which the workflow is available? I want to use ...
1 votes
1 answers
0 comments
5711 views
i know that if a make a new document type the workflow doesnt apply to my new document type I'm guided by this guide http://doc.nuxeo.com/display/Studio/Enable+workflow+on+your+document+type what is the default id or name of the workflow?? i only ...
0 votes
1 answers
0 comments
1761 views
Hello I create my own workflow which send a notification to validate a document. But an error occur and the mail isn't send : 2013-03-07 11:00:18,027 ERROR [freemarker.runtime] Expected hash. WorkflowVariables["valideur_dsi"] evaluated instead to ...
0 votes
2 answers
0 comments
2297 views
Hello, I have two questions. 1) In terms of workflow, is it possible to add a comment when a user validates the transition? I want that this comment will appear in the document history. 2) Is it possible to create a view based on the group? Let me ...
0 votes
3 answers
2 comments
3192 views
i need to backup my configuration and document types, life cycles, etc. i want to put that in other computer for a demo with important persons. i saw a button “download” and it generates a .jar should i save it in nuxeo home/nxserver/plugins ?? and ...
0 votes
1 answers
1 comments
1891 views
Recently I have been having trouble syncing my customer's server with my project on Studio. They are using a proxy server, but I'm not sure what port Connect uses to sync my project. I am able to browse the web from the server, so clearly port 80 is ...
0 votes
1 answers
4 comments
3033 views
Hi all! I've added some lifecycle related custom actions displayed in a custom summary view in the custom actions widget. my custom buttons are displayed next to a list of default action that I would like to remove : (my translations may not be ...
0 votes
1 answers
0 comments
2024 views
Hi, I currently have workflows displayed in list box provided by the workflow widget accessible from the file tab. Only one (default content routing one) is really launching a workflow. The 2 other default choice called “FDR MODE Graph” and “FDR ...
0 votes
1 answers
0 comments
1673 views
hello all, after using nuxeo studio to add document types. I wanted to apply changes on the fly so I enabled the 'development' mode. it ask me for restarting the server and when I did, it stayed lock on the waiting for restart page. Checking what ...
0 votes
2 answers
3 comments
4824 views
i want to publish a document when the last user of the workflow approve it in some folder. which is te best way to do this?? thanks
0 votes
1 answers
0 comments
2251 views
Does someone know how to send an email with attached files (files:files) ?
0 votes
0 answers
0 comments
1840 views
Hello, I try to do a page provider with parameters. Parameter should be get in a WIDGET custom parameters. This widget is using this page provider to display results. I couldn't find a solution to have results in my request WHEN I had 2 fields ...
0 votes
2 answers
7 comments
4306 views
Hello, I would like to make a suggestion box matched with a vocabulary. There is something new since this mail? If not, is somebody have a hint to how to modify these templates for using vocabularies? Thanks Flav
0 votes
1 answers
0 comments
1687 views
I see that I can flag a content view in studio but that is not working if I deploy it. How can I do it work ?
0 votes
1 answers
0 comments
1643 views
Hello, In nuxeo studio, after execution of nxql query, how can I get a number of results ? ex : Execution of nxql query : fetch > query : SELECT * FROM Document WHERE mydocumenttype:variable= DATE '@{CurrentDate.format(“yyyy-MM-dd”)}' and ...
0 votes
2 answers
2 comments
3234 views
Hello, I currently make a table layout to display some search results. But in this results, I want to display metadata which can be find in a parent document of the one which is displayed. How, in a widget, I can access to this data? I saw that it ...
0 votes
2 answers
2 comments
4194 views
Hi there, I would like to hear your ideas about notification E-mail with attached files. In automation chain, I set the syntax like this : push & pop > push document files > get document files (xpath -> files:files) files > zip ...
1 votes
0 answers
0 comments
2021 views
I'm creating a new Content View. I want to select documents where a date field (rule:Rule-ExpiringDate) is less than the current date plus 30 days. In other words, all documents that will expire within 30 days from today, including those already ...
0 votes
1 answers
0 comments
3515 views
Hello, I created an automation chain which create a task on dashboard. When I go to the document, the task is displayed with 2 buttons : accepted / rejected. Can I delete rejected button ? Can I modify label of accepted button ? Thanks in advance
0 votes
1 answers
0 comments
2056 views
Hi, I created a schema “letterbox” with the prefix lb. In my form layouts, I added a field “files:files”. Now I would like to send an email with attached files by means of automation chains. I added syntax @{Document['files:files']} in the field of ...
1 votes
0 answers
0 comments
2428 views