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

Forum Posts

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
  • 149 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
  • 29 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...

Workspace name len limitation

We use Nuxeo-Platform with external identification, where emails are used as login. In "AbstractUserWorkspaceImpl.getUserWorkspaceNameForUser" the workspace name for user is hard coded with a limitation of 30 char max. Since emails could be longer, i...