Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Attaching a property inside the Xml extension

Hello :) I have created a Nuxeo document that represents a configuration file .I have also created an event that is executed periodically using the Xml schedule extension.Inside the Xml schedule extension i have specified the cron expression.In the c...

"Read" Permission error

From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ****** C...

adam_bo_ by Star Contributor
  • 287 Views
  • 2 replies
  • 0 kudos

Problem raising events in order to refreshUI

I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...

Aviod one user login in multiple browsers

Hi, I have the requirement to avoid multiple browser login by single user. i.e at a time a user should login in only one browser, not in multiple browsers. Can any one tell me how to do that?

NXQL query

Hi :) I am making a NXQL and passsing a parameter like this: session.query("SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+"%"); But it throws an exception saying Syntax error : Invalid token at offset 50 Any idea?

How to get the current user

Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal

Resolved! Add user action into a result line on a content view

Hello, I want to add some user actions on every result line on my content view. Each user actions must work with the document on the line. How can i do that ? Add a Template widget where i put a created xhtml file with an action button ? Thanks for t...