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

Forum Posts

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
  • 132 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
  • 114 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
  • 136 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
  • 133 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...