10.1


Related Questions
Hello, I try to reproduce the configuration to generate a PDF with the following step: `- Context.FetchDocument - Document.Query: query: "SELECT * FROM Document" language: NXQL - Render.DocumentFeed: template: "template:CSVExport" filename: ...
  0 votes
  1 answers
  0 comments
  1470 views

Hello, I don't know how send variables from foms in mail
  0 votes
  2 answers
  0 comments
  1394 views

I spent quite a lot of time on troubleshooting XSD schema import failure. It turns out that if an imported schema contains unsupported features like token type or choice compositor, the creation of a schema in Nuxeo Studio will fail without any ...
  0 votes
  0 answers
  0 comments
  1747 views

I was researching and I would like to know if exist a difference between multi-tenant package and use users and groups to separate domains. I went through the multi-tenant package code and I didn't see any architectural design difference like using ...
  0 votes
  0 answers
  0 comments
  1242 views

Hi, I am trying to build Nuxeo DAM from git . I do not want to go via marketplace route as my instance is not registered. I want to build all the artifacts manually. The Readme file says Or manually copy the built artifacts into ...
  0 votes
  0 answers
  0 comments
  1166 views

Hello, since the next official release of Nuexo (LTS 2018) should include support for version 10 of the PostgreSQL database, can we estimate the release date of Nuxeo LTS 2018?
  0 votes
  1 answers
  0 comments
  1619 views

Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
  1 votes
  2 answers
  3 comments
  2228 views

I'm evaluating the Nuxeo FT10.1 platform using the VMware virtual machine available on the Nuxeo website. My problem comes when I upload a .docx file through the .NET SDK: the file is correctly uploaded, but when I access to the document through the ...
  0 votes
  2 answers
  4 comments
  2829 views

I can download file content using postman. When file is big it's ask me the location where I should download. Is there a possibility to automate the process and tell the location through rest api.
  0 votes
  1 answers
  0 comments
  1308 views

I have problem with uploading file with rest api using coldfusion language. At the first I tried using postman and it's working. For example first I sent http request to create batchId <cfhttpparam type="header" name="Authorization" value="Basic ...
  0 votes
  0 answers
  1 comments
  2331 views

  0 votes
  0 answers
  1 comments
  1920 views

I have updated my document, which is Test.pdf with the following metadata : transaction:date = “2050-12-25”, transaction:time = “16:00:00”, transaction:id = “aaaa-bbbb” Below the rest api: PUT http:// { “entity-type”: “document”, “properties”: { ...
  0 votes
  1 answers
  2 comments
  1778 views

I could not to log in to the nuxeo using my user - Administrator and password - Administrator. I am getting the following error: “Cannot create a CoreSession when transaction is marked rollback-only” Please see below error trace: 2018-04-27 ...
  0 votes
  0 answers
  0 comments
  1514 views

I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document “HelloWorld.doc” which is located inside “/default-domain/workspaces/Sample Content/PDF and Office Documents” . I can run rest api that ...
  0 votes
  1 answers
  0 comments
  2509 views

I am new to nuxeo and I would like to add customize metadata to the document, in my case it's transaction ID. For example I have created document from the file with rest api: POST http://nuxeo/nuxeo/api/v1/id/de72f8e6-348e-477b-8824-9b1c157b4f7d { ...
  1 votes
  3 answers
  2 comments
  3417 views

Want to use signing a pdf functionality to be exposed through rest api? Can anyone please help? Thanks in advance.
  0 votes
  0 answers
  0 comments
  1244 views

Please provide example project to create an custom rest api for nuxeo? I have gone through nuxeo documentation already but didn't really understood.
  0 votes
  1 answers
  1 comments
  1816 views

Hi, I've created a tree structure in “Templates” of my “Domain”, and, when I create a new workspace, the system does not suggest a template to use on creation. When I go on jsf ui, this use case works. Is there a fix for it ? Thanks !
  0 votes
  1 answers
  0 comments
  1566 views

Hi, How could I add a Tab on my root Document (created from a template structure) which display missing or uncomplete documents (defined in the template structure as necessary) ?
  0 votes
  0 answers
  0 comments
  1270 views

Hi, Is there any solution to automate this: I have a template that users have to use when they create a new workspace (custom document), so they get the same folderish structure of documents. As they have by default same name of document, I would ...
  0 votes
  1 answers
  0 comments
  1510 views

Hi, As I have much more than 300 workspaces based on a same template structure, I would like to display breadcrumbs of the document in the ajax results displayed in quick search. I would also like to display these breadcrumbs in the result list of ...
  0 votes
  0 answers
  0 comments
  1242 views

Hello, It is currently not possible to customize the Quartz job and trigger created by the SchedulerService , like adding @DisallowConcurrentExecution to the job or changing the misfire behavior. This PR adds an optional jobFactoryClass attribute on ...
  0 votes
  0 answers
  0 comments
  1558 views