Development


Related Questions
Hi, I need to block deletion of specific document types by user groups. I understand I need to write a custom security policy in order to achieve this, but I'm not sure how. So far, I have a java class extends AbstractSecurityPolicy implements ...
  0 votes
  2 answers
  1 comments
  1124 views

Hi, I've been following tutorial https://doc.nuxeo.com/nxdoc/develop-with-nuxeo-platform/ But when I try to export the contributions I keep getting this error. What does it mean and how can I fix it? Thanks - Working... It can take some time, please ...
  1 votes
  0 answers
  1 comments
  880 views

We are looking to track access to documents. The Document access tracking module seemed as an suitable solution at first glance but I could see it's integrated with the JSF interface and has been obsoleted since then. In our case, we have a custom ...
  0 votes
  1 answers
  1 comments
  963 views

Hello, I am trying to add a canAskForPublish permission to a speficic user group that will manage the publishing of documents. I added a section inside the default section generated by the default configuration section and tried to add that ...
  0 votes
  1 answers
  1 comments
  1059 views

Hello, I am trying set a default value within a form create layout for a single document suggestion widget. I have tried the following within the custom properties to no avail: defaultValue #{currentDocument.customSchema.customDocProperty} …where ...
  0 votes
  2 answers
  2 comments
  1336 views

Hello, I am having an issue with passing params to my Automation Script via an Automation Chain. My Automation Script has one parameter value called 'ConditionalValue' that will be used to perform some validation checks before performing a specific ...
  0 votes
  1 answers
  0 comments
  991 views

Dears I want to add my custom API as adding some info in Data Base so i want to create rest API ( /employee/addInfo) how i can do that as Nuxeo Backend and add it as nuxeo package have agood day
  0 votes
  1 answers
  1 comments
  1515 views

I have added two properties in Group Schema XSD file. I also added Extension to contribute the same. But I couldn't see those properties in schema API calls.
  0 votes
  0 answers
  0 comments
  760 views

Hello, I have no result when I use STARTSWITH predicate in my page provider on a simple String property. If I change the predicate with a LIKE all is working. Is there someone with the same issue ? Thanks.
  0 votes
  3 answers
  0 comments
  1138 views

how add multi language to nuxeo web ui [ arabic , english ] ? and make user choose between them
  0 votes
  1 answers
  2 comments
  1135 views

Hi! I would like to add custom columns in my folder layout view, with a property of a custom schema. I tried this: <nuxeo-data-table-column name="My custom property" field="custom:property"> ...
  0 votes
  1 answers
  1 comments
  1049 views

Hello community, I want to have an idea about overriding nuxeo WebUi elements on Nuxeo Studio. Is there a simple way to override existing bottons (dom-modules) from RESOURCES tab in the design mode of nuxeo studio. I read documentation on ...
  0 votes
  1 answers
  0 comments
  1534 views

Hi, I was wondering how you change a document name from an automation chain? I am trying the following, but running into an error: - Document.SetProperty: xpath: "ecm:name" value: "testNewDocName" When this chain executes, I am met with the ...
  0 votes
  3 answers
  1 comments
  1275 views

I am trying to create an automation chain which is called on the event 'documentCreated' and newly uploaded document is saved as attachment on another document. But after attaching, this newly uploaded document is also created as new document. I ...
  0 votes
  0 answers
  5 comments
  1022 views

Using purely Nuxeo Studio, how do you go about validating a numeric range for a float field in a form layout? Currently, I have the validation set in the schema field properties that this float can only be values in the inclusive-range: [0.1, 9.9]. ...
  0 votes
  1 answers
  0 comments
  1409 views

Hello ! In the view layout of a document I'm using the element : “nuxeo-document-viewer” I would like to know how is it possible to rename the file I upload when I do it ? For example using the metadata of the file or anything else. Thanks :)
  0 votes
  1 answers
  0 comments
  839 views

Hello community ! I am trying to force an extension while uploading my file on a local document type. I want to know if it is possible. And if yes, where I can write the mime-type wanted ? Thank you
  0 votes
  6 answers
  0 comments
  1102 views

Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp> : a timestamp in ISO format yyyy - MM - dd hh : mm : ss [ . sss] (the space separator can be replaced by a ...
  0 votes
  0 answers
  0 comments
  1738 views

Hi team, I have detected a problem starting Nuxeo. With a 100M documents instance, the deployment is very slow, and looking for the problem, I found this source code into ...
  0 votes
  2 answers
  0 comments
  922 views

Hi, I am using the REST API to search a Nuxeo LTS2019 document base. This request: ...
  0 votes
  1 answers
  1 comments
  1740 views

Hello, I'd like to have an integration with Nextcloud like what the existing addon for onedrive, googledrive, box,… Does someone has already work on it ? Is it possible to simply use an oauth2 service ? And what will be the nuxeo oauth callback ? ...
  0 votes
  4 answers
  3 comments
  1133 views

Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
  1 votes
  1 answers
  1 comments
  1538 views

We have setup Kafka as audit log listener and we are seeing the logs. Following is the way we have configured Wrote extension point with target: org.nuxeo.runtime.stream.kafka.service point: kafkaConfig <?xml version="1.0"?> <component ...
  0 votes
  0 answers
  2 comments
  1226 views

Hi guys, when I import a GIF file (Nuxeo UI or API), the type gets recognised, but all other generated formats are not in GIF, but JPEG (see attachment). I find this confusing, and in case of an animated git also a bug, since the generated “original ...
  0 votes
  1 answers
  0 comments
  1056 views

Hi, I can't attach blob to a document using REST API. To debug I decided to try with the demo web interface. I also get a 404 error code response. __com.sun.jersey.api.NotFoundException: null for uri: ...
  0 votes
  1 answers
  0 comments
  1451 views

I have setup a cluster system on my local where I have three nuxeo instances. Out of the three instances, one is the interactive node(or producer node), from where I am uploading video, and the other two nodes(consumer node) are dedicated for video ...
  0 votes
  0 answers
  0 comments
  1152 views

I need to convert 1 file to many HTML pages (1 HTML page per 1 office document) I know how to do the conversion outside of Nuxeo (python script, that can be run in command line or via web service). The result HTML pages can be put in a zip file, for ...
  0 votes
  1 answers
  1 comments
  1204 views

Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that “The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST ...
  0 votes
  1 answers
  1 comments
  1307 views

Hello, I have some bugs in the nuxeo-html-editor component,,the button inside isn't fixed and move when I try to mouseup on it . Are there any issues to fix that please ?
  0 votes
  1 answers
  0 comments
  1027 views

I am trying to copy a published document but facing exception while copying. org.nuxeo.ecm.core.api.PropertyException:Cannot set property on a version: pvh_related:Crops
  1 votes
  0 answers
  0 comments
  981 views