nuxeo-studio


Related Questions
Hi, I want to set a field of a document with the current value of its life cycle state. In the studio I use a context variable in an automation chain and these three operations : Fetch > Context Document(s) Execution Context >Set Context ...
  0 votes
  2 answers
  0 comments
  4152 views

For example, I have Persons and Companies, and I want to represent that Persons work at one or more Companies. I defined the content model for Person and Company, but I cannot define a field pointing to a Company or Person, just to basic types ...
  0 votes
  0 answers
  0 comments
  984 views

Hello, I got a document content view with a filter form. In this filters, I try to had a boolean field such us “myschema:isImportant”. This boolean field is, in studio content view search table “not mandatory”. Nevertheless, because it's a ...
  3 votes
  0 answers
  1 comments
  2771 views

Hi , I have 2 tasks to the same entity (Document). The Task 1 has attributes required. The task 2 has no attributes required. When I answer the second task, the Nuxeo is validating the first wrong Can someone help me?
  0 votes
  0 answers
  0 comments
  1503 views

I have the following Automation Chain: Fetch -> Context documents Workflow Context -> Cancel Workflow | id = @{workflowInstanceId} I want to cancel this workflow, but I've got the following error chain Name: UA_Approved Exception: ...
  0 votes
  2 answers
  1 comments
  3388 views

Is there any nuxeo built in method available to validate uniqueness of the title of document.
  1 votes
  1 answers
  0 comments
  1709 views

I have the following Automation Chain: Fetch -> Context documents Execution Flow -> Run Chain | id = @{Document[“dcns-common:comments”] == empty ? “WF_Show_Warning_Chain” : “WF_Do_Something_Chain”} Workflow Context -> Cancel Workflow | id = ...
  0 votes
  0 answers
  2 comments
  3195 views

Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
  0 votes
  2 answers
  1 comments
  3452 views

I am able to change the label using studio which will be shown in Platform . I am not able to change the studio label . it show as saved but not actually saving. I am in Layout Widget Editor and i use “Text” When i change studio label of “Title” to ...
  0 votes
  1 answers
  0 comments
  1304 views

If i have to add 10 text boxes with same properties . is there any easy way to do it . i can drag and drop and change the properties 10 times. any other way ?? I am in Docuements-> workspace -> creation lay out
  0 votes
  1 answers
  0 comments
  1514 views

Hello guys, How to validate if the title of the document already exists in the moment of creation? thank you!
  0 votes
  0 answers
  1 comments
  1558 views

Bonsoir, Je viens de mettre en place un système de publication qui me permet de publier un document dans différentes sections, j'utilise un Multiple document suggestion pour définir mes points de publication. donc l'idée maintenant est de dépublier ...
  0 votes
  0 answers
  0 comments
  1901 views

Bonjour à tous, Je viens de changer l'icon pour le type work space : <extension target=“org.nuxeo.ecm.platform.types.TypeService” point="types"> <type id="Workspace"> ...
  0 votes
  0 answers
  0 comments
  1815 views

Hi. How can I use some condition statments in a Automation Chain? I found some explanation in this topic http://answers.nuxeo.com/questions/321/condition-in-an-automation-chain But, the “Execution Flow > Run Operation” is not present anymore on ...
  0 votes
  1 answers
  3 comments
  3433 views

Hello, I want to remove LOCK and UNLOCK and Add selection to clipboard on some Documents custom. My filter is successful, because I could hidde other button, nevertheless, with this 3 actions, I couldn't find their action id name in order to apply ...
  0 votes
  1 answers
  0 comments
  2564 views

Hi, We have created a Scheduler to import document (Scan) from a folder in the server. We are doing that by XML extension in Nuxeo studio- method: Here 1 . It works, but now we have different files scanned by different scan , uploaded in different ...
  0 votes
  1 answers
  0 comments
  2093 views

Hi , I need to create a Email Notification, its working with a harcoded email adress but i need to know if it is possible to choose the mail recipients such a users or groups when the notification is triggered. Thanks
  0 votes
  1 answers
  2 comments
  4074 views

After a lot of modifications in studio, I realized that the versioning was no more possible for a type of document in my 5.6 Nuxeo. When I try something I always save the .jar in a special folder. Just in case. I decided to try old .jar to ...
  0 votes
  1 answers
  2 comments
  1521 views

I have a Workflow Task. This Task(Workflow Node) has a button “Done”. When the user push the button “Done”, this Task verifies if the currentDocument has some File in a file content. If it's false, we have do raise a Error Message and restart the ...
  0 votes
  0 answers
  1 comments
  1976 views

Bonsoir à tous, Je viens de créer un projet dans studio , mais j'ai rencontré des problèmes ; le projet consiste à faire afficher un nouveau onglet dès quand clik sur un button dans le contextuel BAR, le problème que quand je clik sur le button ...
  0 votes
  1 answers
  0 comments
  2430 views

Hello I created a studio project,i use a button to add a facet to a document.   When the document has the facet a tab that must appears   , The problem that,   when I clik on the button and I give my document a facet the tab is not ...
  0 votes
  1 answers
  0 comments
  2567 views

Hi, I am trying to connect my nuxeo platform with nuxeo connect and I keep getting this error: “Connect server refused authentication (returned 401)“. I've read the documentation and I am really stucked with this. I am running Nuxeo on WIndows ...
  1 votes
  1 answers
  0 comments
  4304 views

I'm planning to import a rather large set of metadata vocabulary terms into Nuxeo schemas. In the course of early testing via the Nuxeo Studio interface for loading XSD files, I enabled “Activate VCS sanity checks” and received the following. The ...
  0 votes
  1 answers
  2 comments
  2202 views

I am writing a chain to retrieve the emails of assignees for a workflow node, and send an email to those assignees. My current chain: Context > Fetch Document Document > Get Principal Emails (retrieve the assignee emails here) Audit > Log ...
  1 votes
  0 answers
  2 comments
  3637 views

Hi guys, i need to select one or more documents, get their links and send them via “automation chain send email”.I have an email template. but i dont know how the chain must be configures. Hope you can help me. thanks
  0 votes
  1 answers
  4 comments
  4206 views

Hello , I would like to add a “Publish” option in the list of option (right clik) for a document, it is possible? with Studio
  0 votes
  0 answers
  0 comments
  1352 views

Hello , I need validate if on document field is Empty using automation chain, if empty,I need to send a message to the User and cancelled workflor. someone could give me a support?
  0 votes
  0 answers
  0 comments
  1663 views

Bonjour, Je voudrais produire une documentation fonctionnelle des différents concepts introduits dans Studio. Ceci inclut des AutomationChain, des Shemas, des XHTML, des extension XML etc… Par exemple pour documenter toutes les relations logiques et ...
  0 votes
  1 answers
  1 comments
  1991 views

hello, I use in nuxeo 5.8 “single document suggestion”. I got in my “javascript inline” a string value for a “document id”, and would dream to get in my javascript inline code the “nuxeo document” of this id in order to return it's dublincore ...
  0 votes
  0 answers
  2 comments
  2032 views

I'm trying to add properties to a video in Studio. My understanding is Video is a document facet that can be added to a custom document type but at the bottom of the page there is no video facet. With Picture, it is an option in the Extends drop ...
  0 votes
  2 answers
  0 comments
  1771 views