Hello, I want to launch a servlet when the user clicks on a specific menu. I decided to create a new action. This action is applied on a document. I define the following action in the file 'web-client-config-custom.xml':
The 'actionContext' object represents an Alfresco client Node wrapper object. So it should be possible to retrieve the properties of an item using the following syntax:
Either: #{actionContext['cm:name']}
Or maybe (can't remember if this will work) #{actionContext.properties['cm:name']}
And replace 'cm:name' with your custom property uriropertyname as appropriate.