nuxeo-studio
Hi! I'm working on an automation chain in studio, and I'm running into an issue on trying to recursively apply a RunDocumentOperation operation to each document returned from a query. The general structure is I have this contextual user action, when ...
1 votes
0 answers
1 comments
1807 views
I'm trying to hide the “Delete” button on the view_documents only if the selected custom document have a boolean property to 1. I'm using the Studio only … I tried to implement a contribution to the extension point “filter” but it does not seem to ...
0 votes
2 answers
6 comments
1511 views
Hi Everyone, I begin in Nuxeo workflow use and I probably have a issue in my transition condition, but I don't understand where (I'm a noob also in MVEL) In a task, I have 2 transitions, and each calls an automation chain (Tchange only the state of ...
0 votes
1 answers
0 comments
1357 views
Hi , I want to override a document type in nuxeo, i try to do it with nuxeo studio i don't find a solution. Anyone can help me.
0 votes
1 answers
0 comments
1632 views
Hello, Is it possible to limit the management of groups and users of a poweruser only on its perimeter in the platform? Currently, a poweruser can see and edit all groups in the platform … I don’t want the « Groupe A poweruser » to be able to modify ...
0 votes
0 answers
0 comments
1199 views
Hi everyone, I have a very simple automation chain in witch I extract the filemane to insert into a document title. In a fist time, I declare a variable “varNomFichier” whith value @{Document.getProperty(“file:filename”)} , and in a second time, I ...
0 votes
3 answers
0 comments
1724 views
Hello, I don't know how send variables from foms in mail
0 votes
2 answers
0 comments
1461 views
Nuxeo Studio - XSD file import fails silently if the schema contains unsupported XML schema elements
I spent quite a lot of time on troubleshooting XSD schema import failure. It turns out that if an imported schema contains unsupported features like token type or choice compositor, the creation of a schema in Nuxeo Studio will fail without any ...
0 votes
0 answers
0 comments
1819 views
Hi, The goal is to allow this deletion only if the articles have a “valid” or “aRediger” workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.
0 votes
1 answers
2 comments
1760 views
Hello, I am trying to find the good way to perform a search on a multivalued field. My multivalued field is attached to a vocabulary. Let's say for exemple my field is dc:description and is linked to a country vocabulary (Containing FR / France, EN ...
0 votes
0 answers
0 comments
1509 views
Hi everyone! I'm trying to implement a template structure in NXStudio. This structure is a simply hierarchy. Three subfolders should be created with some permissions when a creation of a particular document type occurs. All works fine if I try this ...
0 votes
0 answers
1 comments
1230 views
Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
1 votes
2 answers
0 comments
2050 views
My Goal to export the worklist only with mainfile, how to achieve this? Currently “Export As Zip” in worklist export all files including file:content and files:files I tried to write an automation chain to implement this - Context.FetchDocument
- ...
0 votes
0 answers
0 comments
1376 views
Hello, Studio today has been acting strange. Today I made an edit to a Table Layout, hit the 'Save' button, then went to my local instance of Nuxeo Platform. This is linked to my studio project, and has been working for months. However when I go to ...
0 votes
1 answers
0 comments
2135 views
Hi, Is there any solution to automate this: I have a template that users have to use when they create a new workspace (custom document), so they get the same folderish structure of documents. As they have by default same name of document, I would ...
0 votes
1 answers
0 comments
1595 views