09-05-2012 11:39 AM
I would like to put a complex filtering in Event Handler in automation, and I see there is "Custom EL Expression". It seems that default JSF EL not working in it.
Can you tell me how it works ?
09-05-2012 11:43 AM
You are right JSF EL does not work into this field, Nuxeo used the same language your are using into Automation chains except, you don't need to add @{}.
=> so enabled Event Handler if title is toto : Document.getProperty("dc:title") == "toto"
=> check if lockowner is the current user: Document.isLocked() && Document.doc.getLockInfo().getOwner() == CurrentUser.getName()
Nuxeo is conscient that there is different kind of EL language into the platform, we plan to work on a normalization about that.
Hope this helps others Nuxeo users. 😄
09-05-2012 11:43 AM
You are right JSF EL does not work into this field, Nuxeo used the same language your are using into Automation chains except, you don't need to add @{}.
=> so enabled Event Handler if title is toto : Document.getProperty("dc:title") == "toto"
=> check if lockowner is the current user: Document.isLocked() && Document.doc.getLockInfo().getOwner() == CurrentUser.getName()
Nuxeo is conscient that there is different kind of EL language into the platform, we plan to work on a normalization about that.
Hope this helps others Nuxeo users. 😄
10-24-2012 03:38 PM
Answers updated
02-04-2013 12:12 PM
I think there is a mistake.
02-19-2013 02:56 PM
hmmm don't think so
02-22-2013 10:30 AM
Sorry, you're right, i modified the answer.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.