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...

How to validate title

Hello guys, How to validate if the title of the document already exists in the moment of creation? thank you!

klebervz_ by Confirmed Champ
  • 352 Views
  • 1 replies
  • 0 kudos

Document modified event

I need an event handler that will intercept a modification on a property and update another property of the same document based on the new value. Is there a way to implement this? If I save the document the event is called again in an infinite loop. ...

[Nuxeo 6.0] inline js + getFormattedPath

Hello, In nuxeo inline js how do you get the formattedpath of a document, with the doc.title instead of doc.name ? Could it be possible OR NOT with some kind of... this that FAILED Seam.Component.getInstance("publishActions").getFormattedPath(doc.pat...

milonette_ by Star Collaborator
  • 338 Views
  • 0 replies
  • 0 kudos

How to search data using some part of string

Hi, How to search data using some part of string instead of entire string. ex: i had a string like "nuxeo database here" In Nuxeo Search i need to get result , if i search using either "nuxeo" or "database" . i tried by using LIKE Operator but that ...

muni_ by Champ on-the-rise
  • 360 Views
  • 1 replies
  • 1 kudos

Nuxeo Antivirus support

Hi, I would like to activate antivirus scanning whenever user will upload any document. So, for that Nuxeo already provide listeners. But my question is what "Antivirus" should be integrated with this or what anti virus support Nuxeo. Thanks in advan...

Souvik_ by Confirmed Champ
  • 408 Views
  • 1 replies
  • 1 kudos

Resolved! Nuxeo Agenda

After updating to cap 7.4 and nuxeo-agenda-1.3.2 I have two main issues: the new button does not work anymore on folderish documents (loading icon remains)the calendar does not work on the dashboard anymore Anyone else using this module and facing th...

ssze_ by Star Contributor
  • 403 Views
  • 1 replies
  • 0 kudos

Resolved! Render Document then Attach File in automation chain (Studio)

I've generated a file using Studio Automation Chain operator Conversion >> Render Document. This works fine; if I add "User Interface -> Download File afterwards, the desired file is downloaded. I'd like to attach this file to the document from which...

ERROR: facelet not found when launching static war

When launching static war i'm getting the following ERROR: facelet not found at '/nxthemes/error/negotiationStrategyNotSet.xhtml' right after login. I'm getting this error if i change contextpath from nuxeo to myappname , i want to mention that chang...

ITShine_ by Star Contributor
  • 267 Views
  • 0 replies
  • 0 kudos

How to grant access to group to folder using REST API

Hi I cannot find in the playground nor in the endpoints a way to add or remove a group from a folder/workspace ACL using the REST API what's the endpoint to add a group to a single folder? I can change the folder definition but that applies to every ...

Lorenzo_ by Champ in-the-making
  • 622 Views
  • 2 replies
  • 1 kudos

from api content automation how to setACE on a document

I would like to know the list of values allowed in the parameter "permission" of the Document.setACE function. In the same function what are the values allowed in the acl parameter ? I tried permission=READ, acl=local, user=vieville and the ui displa...

vieville_ by Champ in-the-making
  • 399 Views
  • 1 replies
  • 0 kudos

How do i check permission of a document?

i want to check permission on a document(like folder) through pragmatically.how do i get all permission on a document like read,write.is there any API. Thanks in advance.

tiger_ by Champ on-the-rise
  • 519 Views
  • 2 replies
  • 1 kudos

Resolved! Nuxeo Drive limitation

Hi everybody, Does anyone know how to configure the maximum numbers of children per folder that is synchronized by Nuxeo Drive? The limitation by default is 1000 and I try to spread it. I have found this FAQ but I don't really understand. I'm using ...

NXQL

is it possible to achieve IsAMemberOf("groupName") functionality using NXQL code.. If so, could u pls provide me with one..