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

Forum Posts

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

Orphans users and groups

Hi everyone ! Our instance is configured to retrieve users and groups informations from LDAP (auth is shib). Recently we have noticed that we have some users and groups which have been deleted from our ldap (manually) but they are still used in nuxeo...

Resolved! Document.BlobGet VS Repository.GetDocument

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could download...

olaf_ by Champ on-the-rise
  • 98 Views
  • 2 replies
  • 0 kudos

Synonyms Issue

I have configured Nuxeo/Elasticsearch via the "elasticsearch-config.xml.nxftl" file to use synonyms via a synonyms.txt file. It's a simple synonym file using only two words for now but it is not working. When I query Elasticsearch via http://localhos...

John_Seals by Champ on-the-rise
  • 222 Views
  • 7 replies
  • 0 kudos