01-23-2013 05:09 PM
I want to make a user action conditional on a boolean field set to true. What is custom EL expression syntax I should use in the provided field?
09-13-2013 10:27 AM
Hello,
User action should be "visible" only when you are "on the document". Example: action in "contextual tools" (http://doc.nuxeo.com/display/Studio/User+actions+categories#USER_MENU_ACTIONS)
Then use something like :
#{currentDocument.myxpathname.myfieldname == true}
Doc: http://doc.nuxeo.com/display/Studio/Understand+Expression+and+Scripting+Languages+Used+in+Nuxeo
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.