04-28-2014 05:32 PM
Hi
I created a new button in contextual Tools, I can only show the button in the following condition:
User logged equals Responsible or User logged equals User Created
Follow my sixtaxe in Custom EL expression
#{currentDocument == currentDocument.getPropertyValue('dc:created')} ||
did not work!
What is correct syntax?
04-28-2014 07:27 PM
Try
'#{currentUser.getProperty("user:id") == currentDocument.getPropertyValue('dc:created') || currentUser.getProperty("user:id") == currentDocument.getPropertyValue('mission:mission_responsible')}'
04-29-2014 01:32 PM
Hi, Nchaillot
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.