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

Forum Posts

How to create several project in nuxeo studio

Hi people, I have 3 instances of Nuxeo platforms dedicated to different uses. One for the Open Archive. version used : Nuxeo 5.8 HF40One for the university staff to share the minutes of meetings, administrative documents etc. version used : Nuxeo 7.1...

Trouble with ldap dynamic groups

Hi all , We still use Nuxeo 5.6 connected to a ldap. Ldap manage users and groups (static and dynamic groups). Everything works as expected. We try to upgrade to the latest Nuxeo platform version LTS 7.10. I upgraded our 5.6 installation to 5.8 then ...

vicent by Champ in-the-making
  • 536 Views
  • 0 replies
  • 0 kudos

How to override "New permission" notification / alert ?

Hi all, I need to translate and override the notification mail sent when a new permission is given to someone. I have successfully override "documentPublicationApproved", "documentPublicationRejected", "documentPublished", "documentModified", "docume...

How to use Template Root with custom type

I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...

REST API/NXQL Children of a Collection

Hi Normally one follows the recipe of querying a folder, get the UID and next issue a startswith on the ecm:path to get the contents of a folder (Workspace, Section). With Collections it is a different cookie: $query = "SELECT * FROM Document WHERE ...

olaf_ by Champ on-the-rise
  • 1195 Views
  • 4 replies
  • 0 kudos

Customize BulkImporter

Hi all, I've customized our Bulk import form but I'm facing to issues with some fields. If I upload a PDF or ODT file, there is no problem but when I try to upload a txt file, there is an exception caused by fileds which. All fields which use a custo...

Resolved! Temporary directory for OpenOffice (and others) conversion

It seems whatever is configured in nuxeo.tmp.dir some conversion tasks are operated in the "/tmp" directory and there seems to be no cleanup. Not really clear what software is responsible for those files. File types are : PNG image data, PDF document...

How to make an event listener in nuxeo IDE

I am trying to schedule an event in nuxeo IDE but facing error while creating event listener in IDE: the scheduler contribution is: <?xml version="1.0"?> <component name="org.nuxeo.sample.ScheduleCall" version="1.0"> <extension target="org.nuxeo.ecm...

Parul_Puri by Champ in-the-making
  • 1853 Views
  • 5 replies
  • 0 kudos

Getting the session inside a event

Hello! I have implemented a scheduler associated with an event. I would like to search documents inside it with the session. Unfortunately when I try to get the session from the event it returns null. There's the code of my scheduler: <?xml version=...

pmbroca_ by Champ on-the-rise
  • 1476 Views
  • 3 replies
  • 0 kudos

Property Conversion failed

Hi, Not able to set property of type Datetime in Nuxeo using Automation Scripting (JavaScript). Below is the code snippet: function run(input, params) { var d2 = new Date(); d2.setFullYear(d2.getFullYear()+7); Document.SetProperty(input,{ /*require...

No assets in the Nuxeo Adobe Indesign Connector available

Hi all, while testing the nuxeo system I have just installed the nuxeo Adobe Indesign Connector (server + client). The plugin in Indesign is authenticated (admin at http://domain.ltd:8080/nuxeo) nut either in the document or folder view there are no ...

chrati by Champ on-the-rise
  • 395 Views
  • 0 replies
  • 0 kudos

Not able to change state of document to previous state

Hi, Not able to change document state to previous. Below is the configuration: [Life Cycle states: Start<--->Process<--->Published] [Workflow impementation -> Automation Chains (Fetch > Context.FetchDocument => Document > Document.FollowLifecycleTran...