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
Hi, As I have much more than 300 workspaces based on a same template structure, I would like to display breadcrumbs of the document in the ajax results displayed in quick search. I would also like to display these breadcrumbs in the result list of ...
0 votes
0 answers
0 comments
1319 views
Hi, I have a document type named “campsite” in which I have fields that refer to documents with other document types, “contracts” and “law”. I would like, in view layout of contracts and law documents to display list of campsite where they are ...
0 votes
1 answers
0 comments
1493 views
I can't see resolution actions in Nuxeo Studio
0 votes
0 answers
0 comments
1188 views
Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
1 votes
1 answers
1 comments
3482 views
Hi everyone, I created a publication workflow in witch, for a given document type, users have to follow a validation process before publication by is supervisor (users don't have the right to publish, only supervisors have). My trouble is : When the ...
0 votes
0 answers
0 comments
1475 views
Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
0 votes
2 answers
1 comments
2034 views
Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
0 votes
1 answers
2 comments
10005 views
Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate “Create ...
0 votes
1 answers
3 comments
2180 views
Can i create Workflow Process without Nuxeo Studio?
0 votes
3 answers
0 comments
1564 views
Hello, I am currently trying to wipe and reinstall Nuxeo (from Homebrew) and I'm having some difficulties with remote connections. The initial install goes fine, but after having issues with the install pulling packages I wiped out everything and ...
0 votes
1 answers
3 comments
2055 views
Working with a content view. I am looking to offer the user the capability to perform a search on multiple keywords with AND operator For instance : keyword1 : 'tag1' keyword2: 'tag2' keyword3: 'tag3' => SELECT * FROM Document WHERE ...
0 votes
0 answers
0 comments
1390 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
1 answers
1 comments
1571 views
Hi All, We have a scenario where we need to implement the following use case. Start the workflow and call the external asynchronous REST service (potentially this service will place message on MQ). Pause on that step to be notified to continue to ...
0 votes
0 answers
0 comments
1491 views
I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...
0 votes
0 answers
3 comments
1825 views
Hi, I'm using a ContentView in a tab to allow users to search specific Documents. This tab also contains a User Action (button) linked to an automation chain. I'm looking for a way to get thoses parameters passed to the automation chain when the ...
1 votes
0 answers
0 comments
1654 views