Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Resolved! How to fetch multiple field values before save of the form?

I want to fetch different form field values before hitting the save button, so that i can do some validations. I know that we can bind a Validator to a form field, but how can i get different form field values in this validator method? ie. i have Two...

How to access context variables in custom widget templates?

I have a widget template and i want to display a String message in it. The String message is set in the custom operation using the OperationContext.put() method. How can i access this context variable in my custom widget template to display the mess...

Is bulk document importer ok for 5.6?

when trying to install BDI in 5.6, I have the following message: $ nuxeoctl mp-install nuxeo-platform-importer Package nuxeo-platform-importer is not available on platform version cap-5.6. Do you want to relax the constraint (yes/no)? [no] Is it saf...

Delete document and file

Hello,/> I have a new problem .../>/> I use a java plugin for importing a lot of documents. This plugin has been created by another firm and they have forgotten to display an error if the path to copy the document is wrong./> So I have documents inse...

delphine_ by Star Contributor
  • 913 Views
  • 2 replies
  • 0 kudos

Where is the Parallel Workflow?

Hello, I'm working with a new 5.6 instance. After Installing, I only had "Serial Document Review" Under Workflows. I really need to get a Parallel Workflow going for my company, Why isn't it included in 5.6? Also, I've been struggling along with tryi...

jasc_ by Champ in-the-making
  • 620 Views
  • 1 replies
  • 1 kudos

Resolved! custom icon set by setPropertyValue disappears

I have an Action Seam Bean and a list of the currently selected documents called selectedDocs My button cycles the list and changes the icon of the documents in this way: for (DocumentModel selectedDoc : selectedDocs) { selectedDoc.setPropertyValue(...

roccapl_ by Confirmed Champ
  • 1545 Views
  • 4 replies
  • 0 kudos

Fulltext search cause "Suggestion Box" error

I have been testing Nuxeo's full text search. When I enter my name (example: Karl) into the search box in the upper right and push Search I get the following Suggestion Error Exception. This error seems to occur, regardless of the entry in the search...

documentManager.exists() behaves strangely

This is the problem: let's say I create a Workspace called "lalala". Now I run my code DocumentModel lalalaWs = new DocumentModelImpl("/default-domain/workspaces/", "lalala", "Workspace"); if (!documentManager.exists(lalalaWs.getRef())) { log.info("...

roccapl_ by Confirmed Champ
  • 937 Views
  • 3 replies
  • 0 kudos

Retrieving list of preview url's of a given folder

Hi everyone, This is the re-wording of a previous post (hopefully this one will get more attention Is it possible to obtain a list of all the preview url's of a given folder's files? I know it is possible to get all the file names that are in a give...

decloitre_ by Champ in-the-making
  • 440 Views
  • 0 replies
  • 0 kudos

Problem with certificate import on nuxeo 5.5

We have problem regarding import of a SSL certificate (.pfx). For import of the certificate, we are using org.nuxeo.ecm.directory.api.DirectoryService and org.nuxeo.ecm.core.api.DocumentModel packages, further using: certificate = session.createEntry...

ani1806_ by Champ in-the-making
  • 559 Views
  • 1 replies
  • 0 kudos

Resolved! Missing buttons after studio update?

Hello! I'm sure this is something I'm just overlooking, but after spending two days trying to nail it down, I'll ask. I've just installed NuxeoDM 5.6 to test for my company. I'd like to add a custom workflow, so I signed up for the studio trial, crea...

jasc_ by Champ in-the-making
  • 1102 Views
  • 3 replies
  • 0 kudos

Workflow not working

Hi, Im using Nuxeo 5.6 and when i start the serials document review proces in de summary tab of a file, the workflow tab appears. But when i click on it, it gives me an unexpected error: 'No current task defined' I can see that the Task of the workfl...

peter013_ by Champ in-the-making
  • 568 Views
  • 1 replies
  • 0 kudos

Bind a Content View definition to a particular Action Seam

Excuse my extreme newbieness, Can someone explain me how can I define a Content View that activates only when I click a certain button in Nuxeo IDE? I've followed this page and defined a content view. http://doc.nuxeo.com/display/NXDOC/Content+views ...

roccapl_ by Confirmed Champ
  • 1883 Views
  • 6 replies
  • 2 kudos

How can I do a search where the "file:content" is distinct

I created several documents of same type (MyDocumentType) in my dm. Those documents have the same pdf binary file attached . Now, I want to search documents "MyDocumentType" using nxql. How can I avoid get documents repeated in my "results list" I...