event_handlers
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
4769 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
3286 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
2899 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
2330 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
3172 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
1793 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
1375 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
3773 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
2716 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
1953 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
2887 views