01-17-2012 08:24 AM
02-27-2012 06:38 PM
<alfresco-config>
<config evaluator="string-compare" condition="DocLibActions">
<actionGroups>
<actionGroup id="document-details">
<action index="500" id="document-execute-script" />
</actionGroup>
</actionGroups>
</config>
</alfresco-config>
For people running 3.4, have no fear. There is an Alfresco Add-On that provides execute script functionality in Share. It's part of the Share Extras project on Google Code.var mailAction = actions.create("mail");
mailAction.parameters.to = "someone@someco.com";
mailAction.parameters.subject = "Mail notification";
mailAction.parameters.from = "you@someco.com";
mailAction.parameters.text = "Consider yourself notified, friend." ;
mailAction.execute(document);
Hope that helps,02-06-2014 03:46 PM
Tags
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.