nuxeo-studio


Related Questions
Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
  0 votes
  1 answers
  2 comments
  1103 views

Hello all, We needed to perform some SQL (MS-SQL) updates to documents stored in our db's. When we perform this update, we re-index those specific documents in Elasticsearch. However, the data on the frontend still displays the old data, and not the ...
  0 votes
  1 answers
  1 comments
  833 views

Hello Team, I am a computer science student and I found your platform and I would like to learn how to use it by implementing some things with it. For my first project, I wanted to try to build a system that tracks bills. So I created a schema for a ...
  0 votes
  1 answers
  0 comments
  1089 views

Hello, I would like to use a drawer menu with the parameter “User will access it from” = “a new drawer menu item” and “Menu” = “User Menu”. In this drawer menu I want to be redirected to the view-layout of a certain document which I have the path. ...
  0 votes
  0 answers
  1 comments
  1263 views

We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the ...
  0 votes
  1 answers
  1 comments
  1176 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
  1339 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
  993 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
  1139 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
  1536 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
  1279 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
  1025 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
  1414 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
  841 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
  1104 views

Hi, I have configured a complex field for a document. This field is appearing as in nuxeo-data-table element. I have declared a property “myFormats” in document template which I want to use inside edit mode of nuxeo-data-table element. I am not able ...
  0 votes
  2 answers
  0 comments
  1233 views