document-management
Why Blob.attach is attaching to content , not as an attachment . what code change i have to make it an attachment ? $answer = $session->newRequest(“Blob.Attach”)->set('params','document', $path) ->loadBlob($blob) ->sendRequest();
0 votes
0 answers
0 comments
2530 views
Hi, it is possible to get a Picture view using CMIS? I have this site where I get the images from Nuxeo and I use different sizes from the same Image like full_image, thumb_image, medium_image,… It is possible to define and get a different view ...
0 votes
0 answers
0 comments
1613 views
Hi, I'm using the Nuxeo 5.9.3 to manage the picture files and I'm using the Drupal with the Cmis module to get the images from Nuxeo. I using CMIS to upload files to Nuxeo and this pictures are created in Nuxeo by CMIS using the document Picture. I ...
0 votes
1 answers
1 comments
2466 views
Hi, I'm using the Nuxeo 5.9.3 to manage the picture files and I'm using the Drupal with the Cmis module to get the images from Nuxeo. I need to have more fields added to the picture like a “reference” field. I'm using the Nuxeo Studio to do this ...
0 votes
0 answers
0 comments
2288 views
Hello, When I attempt to permanently delete (via the trash) a folder that has thousands of children, the deletion does not complete within the transaction timeout window. The system is waiting for the database to do some kind of work, but the only ...
3 votes
1 answers
2 comments
2300 views
Hi guys, Is it possible to have customized file/ templates save into nuxeo installation during deploy onto another machine?
0 votes
1 answers
0 comments
1248 views
Is there any way for .md (Markdown) files created locally in a Drive folder to be recognized as Notes, and thereby parsed on the Summary page? The workaround is to first create an empty Note, set the type to Markdown, let the .md sync down to the ...
0 votes
1 answers
2 comments
2152 views
i´m trying to upload a file that its size is 212 MB, after 15 minutes waiting it appears an error. is ther a maximum space for the upload??
0 votes
1 answers
0 comments
1828 views
Can Nuxeo DM(document management) integrated with .net application. It is possible.
0 votes
1 answers
0 comments
1498 views
I'm using Nuxeo 5.6 and I've cutomize the advanced search but when go into a folder (who has his content view customized) from the results, Nuxeo doesn't display well the content view. This is the Folder shown from the advanced search: And this is ...
0 votes
0 answers
7 comments
2823 views
what's publication targets? how to use publication targets? Please suggest example of how to use them. Thanks in advance
0 votes
0 answers
0 comments
1393 views
Hi, I am facing problems with simple search in Nuxeo : it seems that words in the fulltext.simpletext column are the same as the words written in dc:title and dc:description (without stemming process). Only punctuation is removed. So when I try to ...
0 votes
0 answers
1 comments
2209 views
I am attempting to use the bulk document importer and the FileWithIndividualMetadasSourceNode to load custom metadata for many files in the filesystem. I have tried several formats for the properties documents listed there. Right now I have ...
0 votes
1 answers
2 comments
3315 views
Hi, I would like to limit the creation of more than one document of the same type in a workspace, how can i achieve that with chain(s)? Thank you
0 votes
0 answers
0 comments
1463 views
Hi There, I would like to add a computed group to a workspace at creation. I understand that I need to create an eventListener for this for the event documentCreated: <?xml version="1.0"?>
<component name="WorkspaceCreationListener"> ...
0 votes
1 answers
0 comments
3058 views