studio
Bonjour, Je voudrais utiliser le champ “Custom EL expression” dans un “Event Handler” afin de vérifier que le parent du document que je créé est de type “sujet”. Quelle est l'expression que je dois utiliser ? Je ne trouve pas comment faire dans la ...
0 votes
1 answers
1 comments
1342 views
Hello, I'm working with nuxeo sudio 10.10 (WEB UI) and I would like to redirect the user after an action launching an automation chain. In my case I try to use the event property : https://doc.nuxeo.com/1010/nxdoc/how-to-use-events/ And the one I ...
0 votes
1 answers
0 comments
1323 views
Hi All, I am exploring Nuxeo.I read some articles and saw video regarding Nuxeo Web-UI and it says that the existing templates can be customized or reused in custom application using Nuxeo Studio View Designer. I am running Nuxeo 9.1 wth JSF UI and ...
0 votes
1 answers
1 comments
2735 views
Hello, I want to speak to a commercial representative to pay a second license for nuxeo software. The last one whom I have contacted doesn't gives more news. Please contact me at this email : mbelmo01@univ-lr.fr
0 votes
1 answers
0 comments
1793 views
Hi people, I have 3 instances of Nuxeo platforms dedicated to different uses. 1) One for the Open Archive. version used : Nuxeo 5.8 HF40 2) One for the university staff to share the minutes of meetings, administrative documents etc. version used : ...
0 votes
1 answers
1 comments
2329 views
The long story : I want to use a vocabulary suggestion widget that limits the entries of the search according to the user connected (sort of acls on entries). This is an external directory holding thousands of entries. I would have liked to use ...
0 votes
0 answers
0 comments
1699 views
Hi, I tried to customize the HTML5 Drag and Drop with studio, following (https://doc.nuxeo.com/display/NXDOC/How+to+Customize+the+HTML5+Drag+and+Drop+Import+with+Metadata+Form) First problem : no effect. A 2.5 s delay is still there Second problem : ...
0 votes
0 answers
0 comments
1963 views
Hi, How can i customize the DAM Right panel using Studio ? I tried installing “cap-5.8+nuxeo-dm,nuxeo-dam” external template, and got some Form Layouts (DAMRightPanelLayout, DAMThumbnailLayout) and some XML extensions for DAM. Customizing seems OK ...
0 votes
0 answers
0 comments
1683 views
Hello, I try to customize layouts using Studio (Nuxeo 5.8 platform). I need to create/view/edit the dc:subjects attribute (l10nsubjects vocabulary). I think I have to use the “multiple vocabulary suggestion” widget type, but I can not find it in ...
0 votes
1 answers
3 comments
2325 views
hello, In Nuxe 6, i want to block permissions inheritance in an automation Chain Context.FetchDocument Document.Create: type: P019_020_DOC_formulaireNomination properties: “dc:title”: “Formulaire de nomination : @{nomUser["nom"]}” “dc:description”: ...
0 votes
2 answers
0 comments
3002 views
Hi, I think my problem is that I don't understand Document.Move operation result or don't know to use it. Here is my “simple” automation chain : - Context.FetchDocument
- Document.Move: target: "@{Document.parent.path}/archives"
- ...
0 votes
3 answers
9 comments
4424 views
I've used Studio to define an extension point for a new converter. Now I am trying to write a JUnit test that will test it using the Nuxeo Eclipse IDE. In the setup() method of the test, the following bundles are deployed: super.setUp(); ...
0 votes
1 answers
5 comments
3899 views
Hello, I noticed thanks to the example provided in the studio that the @{from} field was accessible in templating to get access to email sender in template body. I also noticed that @{CurrentUser} should be considered not to work correctly. And I ...
0 votes
1 answers
0 comments
2297 views
Hi, I have searched in the forum and answers however not been able to find anything that could help me. I am a newbie and your help will be greatly appreciated. I have implemented Nuxeo 5.5 Document Management. Within the DM, the document life cyle ...
1 votes
1 answers
6 comments
4937 views
I have the following code to create a value in the due date field of a create task automation element. @{CurrentDate.seconds(expr:@{Timeout}).format(“yyyy-MM-dd'T'kk:mm:ss'Z'“)} Timeout is a context variable initialized, with an environment ...
0 votes
1 answers
2 comments
1962 views