06-05-2007 07:14 AM
06-05-2007 08:37 AM
06-05-2007 11:28 AM
06-05-2007 12:52 PM
06-06-2007 03:47 AM
06-06-2007 10:06 AM
<config>
<actions>
<action id="sign_action">
<label>Firma il documento</label>
<image>/images/icons/FileActions_small.gif</image>
<script>/Company Home/Data Dictionary/Scripts/_activate_action.js</script>
<params>
<param name="noderef">#{actionContext.nodeRef}</param>
</params>
</action>
<!– Add action to more actions menu for each space –>
<action-group id="document_browse">
<action idref="sign_action" />
</action-group>
</actions>
</config>
and in _activate_action.js script i have:
// create sign action
var sign= actions.create("sign-document");
// execute action against a document
sign.execute(args["noderef"]);
However the last line throws the following exception:06-06-2007 10:52 AM
// create sign action
var sign= actions.create("sign-document");
// execute action against a document
sign.execute(search.findNode(args["noderef"]));
06-06-2007 12:19 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.