nuxeo-studio


Related Questions
Hello, I have a worfklow var of type Blob. this var is set to an existant file (that has a fileName) When in a form I download this file, the file has no name and MOREOVER no EXTENSION…. Is it a bug in nuxeo workflow or did I miss something ? thanks
  0 votes
  1 answers
  0 comments
  1943 views

Hello, I would like to know how to update a date field to a specific date as 12-12-2014 ? I try to use MVEL fn.date() but failed… thanks
  0 votes
  1 answers
  0 comments
  8208 views

Hello, I'm facing an issue after installing HF15 on nuxeo 5.6 in a dev environment. After installing the update via the admin center panel I could not login any more on the platform. I know it's not the proper way but as it was a dev instance i ...
  0 votes
  2 answers
  1 comments
  1974 views

Hello, Is it possible to get a label in a properties file with a MVEL code in an automation chain ? And how ? thank you
  0 votes
  1 answers
  2 comments
  2689 views

Hello, styleClass is not proposed on vocabulary by default. I try with custom properties configuration, but nothing. Is it possible to set a “styleClass” property on a “vocabulary default widget” without using custom widget ? Otherwise what is the ...
  0 votes
  1 answers
  2 comments
  1887 views

Hello, I have 2 questions for personalize “simple search” and “faceted search”. Simple search : I have a state in a lifecycle = “Archived”. How can I do to get a simple search that searches for documents not deleted and not archived ? I don't find ...
  0 votes
  1 answers
  2 comments
  2155 views

Hello, I want to init a Date variable to “no value”. Is it possible ? thank you
  1 votes
  1 answers
  0 comments
  2691 views

Hello, I use workflow nuxeo on nuxeo 5.6. I have a field “firstname” that user fill on a node form. I want to disable/transform “accents” when user fill this field. I through I could use js script or a run script with the good code if this solution ...
  1 votes
  1 answers
  0 comments
  1803 views

Hello, I want to set a Document var of type blob with a workflow var, in an automation chain, after selection of this var in a workflow form. This workflow var is not mandatory and that is the problem. 1) If I try “Update Property” but got an object ...
  1 votes
  2 answers
  4 comments
  5237 views

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
  2418 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
  3012 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
  2027 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
  1585 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
  1917 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
  1940 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
  1796 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
  2652 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
  1483 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
  4621 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
  5630 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
  1672 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
  2215 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
  3088 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
  1819 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
  2914 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
  1950 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
  1601 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
  4721 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
  2153 views

Does someone know how to send an email with attached files (files:files) ?
  0 votes
  0 answers
  0 comments
  1772 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
  4212 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
  1603 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
  1574 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
  3143 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
  4094 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
  1930 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
  3432 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
  1980 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
  2320 views

bonjour, Dans Nuxeo Studio, je souhaite déclencher une automation chain lorsqu'un document d'un certain type est mis à jour et que le champ “dc:description” est vide. Pour cela dans mon event handlers j'ai selectionné l'évenement “Document modified” ...
  1 votes
  1 answers
  0 comments
  2630 views

Hi, Is it possible to put in stand-by, a task, in a workflow (content routing)? I want assign a task (and restart the workflow at the point it was stopped) only if an external condition happen (the change of state of an external document, itself in ...
  0 votes
  1 answers
  1 comments
  1725 views

Hello, I have a problem, i want to customize the Picture Document (for removing some tabs) but I can't find how. Picture isn't in the default document's list in the studio, how i can extend it? I try to modify it with a XML extension but i don't ...
  0 votes
  1 answers
  0 comments
  1805 views

Hello, I'm really having a hard time with default workflow notification overriding in Nuxeo Studio. Planning to translate default messages I first translated given templates, an d got a first issue (default notifications were not overrided ...
  0 votes
  1 answers
  0 comments
  2220 views

Hello I create in Studio a new tab for display a folder. In this tab, I want all documents of this folder and, to right, the meta-data of the folder. All is ok, but I can't have the button “Create new document”. I test with “Custom Actions” but it ...
  0 votes
  2 answers
  4 comments
  2749 views

Hello, when I create a new tab in Studio (for customise the summary), I can't load it. I have an error : Error displayed: ERROR: some facelet is not found:/studio_tabs/studio_tab_test.xhtml Error in log : 2013-01-24 11:23:08,623 ERROR ...
  0 votes
  0 answers
  1 comments
  1743 views

I want to make a user action conditional on a boolean field set to true. What is custom EL expression syntax I should use in the provided field?
  0 votes
  1 answers
  0 comments
  4058 views

Hello I don't know how do that : I (with fv help…) create a CRON which execute an automation chain : I want create a task for all documents which have a date (date_alert) = today. This task is assigned to users stored in a meta-data of documents ...
  0 votes
  1 answers
  0 comments
  1754 views

Hello I have overriden the existing document type Workspace and Folder : Workspace : because I want add a new field Folder : because I want put Mail Document into a classic folder All it's ok, except the tab “Resumed” is now displayed (Tabid = ...
  0 votes
  1 answers
  0 comments
  1952 views

Hello, I tested this code on Nuxeo 5.6 http://doc.nuxeo.com/display/Studio/Move+a+Document+with+security+constraints Document.SetACL : It's impossible to use MVEL language on attribute “user” even if there is a MVEL selector near this attribute. ...
  0 votes
  1 answers
  2 comments
  3673 views

Hi, How can i create a date field, filled by default with the current day? Thanks in advance
  0 votes
  2 answers
  1 comments
  1649 views