el_expressions
How would I phrase the EL expression to be “the file content of the document is empty”, so there are no files in the actual content of the document. So far I have: {document.getProperty(“file:content”)=='empty'} so this gets the file content, but ...
0 votes
2 answers
1 comments
2932 views
Hello, I would like to reference every possible fonction we can use in “advanced mode configuration” to test field and then display or not field. So I need to know what sort of test we can do there and if I understood well this is in “JBoss EL” ? Or ...
0 votes
1 answers
4 comments
1796 views
Hello, I would like to compare a workflow variable to a date formatted value but couldn't find the good EL expression on http://doc.nuxeo.com/display/NXDOC/Manage+layouts#Managelayouts-ELexpressionsinlayoutsandwidgets It looks like date are still ...
0 votes
1 answers
0 comments
1881 views
Hello, I currently make a table layout to display some search results. But in this results, I want to display metadata which can be find in a parent document of the one which is displayed. How, in a widget, I can access to this data? I saw that it ...
0 votes
2 answers
2 comments
4194 views
I have the following custom EL expression in a user Action: ${layoutValue.currentLifeCycleState != 'SupRequest1' && layoutValue.currentLifeCycleState != 'SupRequest2' && layoutValue.currentLifeCycleState != 'Pause'} I have two ...
0 votes
3 answers
2 comments
3102 views