event_handlers


Related Questions
Hello! I have implemented a scheduler associated with an event. I would like to search documents inside it with the session. Unfortunately when I try to get the session from the event it returns null. There's the code of my scheduler: <?xml ...
  0 votes
  1 answers
  2 comments
  4678 views

Bonjour, J'ai créé un nouveau type de document avec mes propres métadonnées, dont une métadonnée “Langue du document”. Il s'agit d'une liste déroulante (ou une “dropdown list” ou encore “un
  0 votes
  4 answers
  0 comments
  3212 views

I have a multivalue metadata element on my custom document type. I would like to run code when this information changes, but I need to know which items were added or removed from the list of elements in order to run this code. Simplified examples: ...
  0 votes
  3 answers
  2 comments
  2804 views

I'm using @ldoguin's REST Client example to fetch some data from openlibrary.org upon document creation. User goes to create a new book: At this time, once the user clicks Create , I would like to fetch rest of the information about the book from ...
  0 votes
  1 answers
  1 comments
  2258 views

Hi, I'm using a portlet that gives a simple web access to Nuxeo using CMIS. Users are supposed to store documents in their personnal workspaces. Unfortunately, User Workspaces are created on the fly when trying to access it through the UI so that, ...
  0 votes
  1 answers
  2 comments
  3097 views

With such an event handler and the associated operation chain : <handler chainId="mail_created_chain"> <event>documentCreated</event> <filters> <doctype>MailMessage</doctype> </filters> </handler> ...
  0 votes
  0 answers
  0 comments
  1724 views

hi, i declared the LoginSuccess in the registry, defined an event handler and whatever the associated operation chain (ie : notification.send email), be it asynchronous, i have the following error, even after server restart Failed to handle event ...
  0 votes
  0 answers
  0 comments
  1326 views

Is there any way to configure the priority of an event handler in studio or do i have to create an extension to define my listener ?
  0 votes
  1 answers
  0 comments
  3706 views

Almost everything is in the title : the UpdateProperty part of my automation chain : ... individu_bx4:nom=@{CurrentUser["lastName"]} dc:title=@{CurrentUser["lastName"]} @{CurrentUser["firstName"]} Using a button in the edit form, my document is ...
  0 votes
  1 answers
  5 comments
  2658 views

I get the following error when several event handlers are called in succesion: See post: Firing even handlers when structured templates are used to create document? for background here is the error log. 2012-04-06 13:27:57,152 WARN ...
  0 votes
  1 answers
  0 comments
  1891 views

I have at least three different (using a similar configuration pattern) Event/Handler/Action Chain pairs working to fill out fields in newly created folders and documents extended from folders. I cannot get a similar Event Handler/Action Chain pair ...
  0 votes
  1 answers
  4 comments
  2809 views