nuxeo-studio


Related Questions
Is it possible to integrate digital signature for work flows? How do I configure that, the work flow participant should Sign the Document before approving it. Please help me in this. Thanks in advance.
  1 votes
  0 answers
  0 comments
  1604 views

A new definition of document types is included in “Studio Nuxeo DM Default configuration”. After (auto)installing this template, some of the changes in Studio are not active on existing documents. Everything happens as if the two types of documents ...
  0 votes
  1 answers
  0 comments
  2057 views

When i create a new custom schema , where it is stored in db? Can i find it and find the relations of my schema with other tables?
  0 votes
  1 answers
  1 comments
  1797 views

Can i create my own custom schema and tables and write a script to insert into that schema or tables directly with or with out using API? Is it possible to write to db directly by my custom script? And should be able to generate documents from the ...
  0 votes
  1 answers
  0 comments
  1762 views

Hi, I want to modify a property of a document and of all its descendants. I have builded an automation chain (“myChain) to make it recursively. This chain is called by an user action. It does work only for a document without child… Here is the chain ...
  0 votes
  1 answers
  2 comments
  3899 views

Getting below error while doing update to the package from the platform. Error: This package is not validated for your current platform:cap-5.8 I have installed the hot fix for 5.8 but still I am facing the same issue
  0 votes
  7 answers
  4 comments
  2999 views

I have a Nuxeo Studio project, and I have a self-built Marketplace package that I use to install custom Java extension code. When I use the server development mode to load the latest Studio project, I receive a message like the following: ...
  1 votes
  1 answers
  3 comments
  2910 views

Hi, Please how can I use Nuxeo IDE with Eclipse to create my own distribution of nuxeo? I'm lost I don't know the method and steps to develop the application?
  0 votes
  0 answers
  0 comments
  1230 views

Hi, To improve Nuxeo Studio, it would be nice to set the target database for a nuxeo project to avoid unwanted warning as below The size limit column names (in characters / SGDBR): For PostgreSQL is 63 characters For Oracle is 30 characters For ...
  0 votes
  0 answers
  0 comments
  1464 views

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
  4037 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
  921 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
  2670 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
  1421 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
  3279 views

Is there any nuxeo built in method available to validate uniqueness of the title of document.
  1 votes
  1 answers
  0 comments
  1642 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
  3093 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
  3321 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
  1237 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
  1443 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
  1489 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
  1810 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
  1730 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
  3300 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
  2477 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
  2017 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
  3983 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
  1452 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
  1891 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
  2326 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
  2479 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
  4170 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
  2128 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
  3504 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
  4116 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
  1285 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
  1596 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
  1898 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
  1930 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
  1689 views

Hello, Why is it not possible to customise “single doc suggestion” with a “selection formatter” and inline Javascript in nuxeo 58 ? thank you
  0 votes
  1 answers
  1 comments
  2928 views

Hello, If I use standard Nuxeo Diff plugin that is default in Nuxeo 5.8 I got trouble with dublincore when I compare “documents”. I found it because in my “custom document” that use nuxeo diff too, if I use dublincore it's getting exception when ...
  0 votes
  1 answers
  4 comments
  2149 views

Hello, In Nuxeo 5.8 try to use the single document suggestion widget with inline javascript. Document schema are set to “dublincore” and also my custom schema. Nevertheless this value are not used by inline javascript because I can just see “title” ...
  0 votes
  1 answers
  1 comments
  2458 views

Hi How is it possible to search for documents by the documents title? I probably have to create a generic widget in studio. But how to retrieve the parent's document title, and where do I have to fill it in the generic widget? Thanks in advance, ...
  0 votes
  1 answers
  1 comments
  1490 views

Bonjour, J'ai créé un nouveau type de document avec mes propres métadonnées, dont une métadonnée “Langue du document”. Il s'agit d'une liste déroulante (ou une “dropdown list” ou encore “un
  0 votes
  4 answers
  0 comments
  3208 views

We're building a custom UI framework (Angular based) on top of the Nuxeo platform (Using REST API). Having said that, one of the requirements is to be able to use the dynamic workflow mechanism of the Nuxeo studio (I'm also not sure if content ...
  0 votes
  1 answers
  0 comments
  1692 views

Hello, I'm trying to create an automation chain to convert the document to PDF. The document is a MS Word docx document. I have tried following both Implement document validation chain and Automatic PDF conversion and neither works. I get this ...
  0 votes
  2 answers
  0 comments
  2316 views

I would like to disable some of the tabs in the home page left menu, this menu actually contains entries like dashboard, profile, workflow, etc… Here is the associated documentation page I wasn't able to find the category of this menu (not present ...
  0 votes
  1 answers
  0 comments
  2436 views

I have defined folderish document types in which I want to enable the Import a CSV file button provided by the Nuxeo CSV package. How can I do that?
  0 votes
  1 answers
  0 comments
  1826 views

Hi, In Studio, how can we change the action id in the “additional configuration tabs.” Currently, you can change the label and order but not the id. I would replace “ CVTAB@Workspace_1 ” with “ TAB_FILESHARE ” for example. To make a request via a ...
  0 votes
  1 answers
  0 comments
  2394 views

Bonjour, deux questions sur nuxeo 5.8. La première est qu'il semble impossible dans un workspace d'interdire l'utilisation de Note ou Mail, ceci même en modifiant l'objet “workspace” via studio. Est ce normal ? Autre question, si je crée un ...
  0 votes
  1 answers
  2 comments
  2216 views