Development


Related Questions
Hello, I noticed that nuxeo displays empty documents in the results screens before doing a scrolling as shown in the following picture and this problem will be solved if we do a scroll I wanted to know if there is a solution to prevent the ...
  0 votes
  1 answers
  2 comments
  941 views

I try to trigger an automation script when a child is added or deleted from a folderish custom document. I have a simple automation script with a console.log message to test the trigger. I've created an event handler with document.modified event in ...
  0 votes
  4 answers
  0 comments
  837 views

Hello. Here the automation chain : - Repository.GetDocument: value: "@{This.get(0).id}" - Context.SetVar: name: nbrWrkFlowCourant value: "99" - javascript.AS_VerifierPublier - Log: level: warn message: "@{Context[\"nbrWrkFlowCourant\"]}" category: ...
  0 votes
  2 answers
  2 comments
  816 views

Hello, How can i remove the default document creation like (Audio, Video, File, File Template, Inline Template, Note) that are available default inside workspace window as shown in picture below.
  0 votes
  1 answers
  0 comments
  667 views

Hi, I have created an escalation rule which triggers on time but i want to cancel this escalation rule if my automation chain throws any exception, right now the escalation rules trigger again and again after the given time interval. I used the ...
  0 votes
  0 answers
  0 comments
  913 views

Dears we have Exception in log when we upload file to document it's -> 2020-09-06T16:47:45,859 WARN [Nuxeo-Work-default-19:17460349641836252.1912412092] [org.nuxeo.ecm.core.storage.FulltextExtractorWork] Could not extract fulltext of file ...
  0 votes
  1 answers
  0 comments
  1653 views

Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
  0 votes
  1 answers
  2 comments
  831 views

Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
  0 votes
  1 answers
  1 comments
  923 views

Hello, I added my component in the RESULTS_ACTIONS slot-content like the following : <nuxeo-slot-content name="exportPublicationAction" slot="RESULTS_ACTIONS"> <template> <my-component items="{{items}}" ...
  0 votes
  1 answers
  3 comments
  837 views

Hi, I have contributed a new custom automation helper which is working fine now i want that custom automation helper in my nuxeo studio so it is visible for me in automation chain and scripts like the Fn library as shown in the attached image
  0 votes
  1 answers
  0 comments
  686 views

Hi, I am testing automation and have created a script that I am using for testing function run(input, params) { Console.log("Creating NEWDOC"); var root = Repository.GetDocument(null, { "value" : "/" }); var newDoc = Document.Create(root, { "type" : ...
  0 votes
  0 answers
  2 comments
  733 views

hi, If I want to download a pdf of an jpg file I can use a URL with “@convert?format=pdf” appended to it, e.g: https://dms.nuxeo.local/nuxeo/api/v1/path/domain01/workspaces/workspace01/car.jpg/@convert?format=pdf Nice feature!! If I want to download ...
  0 votes
  1 answers
  1 comments
  967 views

Hi, This is a follow-up of this question , I am creating a new one because I'm trying a different approach. You should read it to have the first part of the story. In short : I've got a document suggestion widget in the creation form of an “index” ...
  0 votes
  0 answers
  0 comments
  960 views

Hello, I have found a little bug in the nuxeo-webui component, and I have tried to report it in github, but I wasn't able to find the “Issues” option in the repository: https://github.com/nuxeo/nuxeo-web-ui Anyway, the problem is with the ...
  0 votes
  1 answers
  0 comments
  1016 views

Hi, I'm trying to reproduce this how-to , but with a document suggestion widget instead of a directory suggestion widget. Here is my code : <nuxeo-document-suggestion value="" label="[[i18n('manufacturing_summary.documentsLocations')]]" ...
  0 votes
  0 answers
  0 comments
  1403 views

What is the difference between Rest API Endpoints and command endpoints? Both are having an endpoint for same operations like update document. When to use which endpoint?
  0 votes
  1 answers
  0 comments
  721 views

Hello - I'm attempting to connect Nuxeo 10.10-HF29 to Strimzi 0.18.0 Kafka 2.5 in OpenShift Code Ready Containers. Based on this: https://doc.nuxeo.com/nxdoc/nuxeo-server-release-notes/#sasl-and-tls-authentication-against-kafka, I believe I have ...
  0 votes
  0 answers
  0 comments
  1020 views

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1206 views

Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
  0 votes
  0 answers
  0 comments
  974 views

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
  0 votes
  1 answers
  0 comments
  1162 views

Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj… and incrementID = ...
  0 votes
  1 answers
  1 comments
  809 views

Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
  0 votes
  1 answers
  1 comments
  1323 views

Hello, I have an application that should use Nuxeo API to list documents/rename them.. The issue here is that Nuxeo and my application have distinct user directories (and should stay that way..). My question is: Does Nuxeo expose a UI component (pop ...
  0 votes
  1 answers
  4 comments
  949 views

I have uploaded an image and trying to create a document in Nuxeo but I am getting below error. Seems like Nuxeo has some problem with images resolution i.e. 25.4. Attached the image as well Stack Trace: 2020-07-16T17:18:45,671 ERROR ...
  0 votes
  1 answers
  1 comments
  1080 views

Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission
  0 votes
  2 answers
  1 comments
  1391 views

Is there any way i can download the nuxeo audit log as excel or csv?
  0 votes
  1 answers
  0 comments
  795 views

I am using /site/automation/Document.Create endpoint to create a document. But, I am getting segment content.upload-batch cannot be resolved, file:content.upload-batch error. Below are the details. How can I pass blob details in properties? Request: ...
  0 votes
  2 answers
  0 comments
  1272 views

I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
  0 votes
  1 answers
  0 comments
  803 views

I am doing performance testing of Nuxeo at 2 TPS. I have a file of 100 KB and I am running performance suite for 240 users for 120 seconds. I am uploading the same file for every request. I am getting significant delay in the response of create ...
  0 votes
  0 answers
  0 comments
  699 views

I am creating documents in Nuxeo but the API is taking too much time (10-15 seconds). I am using /api/v1/path/ endpoint. I have also included perf template with below configurations. Is there anything I am missing out? perf.target=. # Use a bigger ...
  0 votes
  0 answers
  0 comments
  949 views