Calls the action that calls the hook script.
You can use this method to programmatically simulate a user choosing an action that launches a hook. The method wraps a named hook script in an action.
Rational® ClearQuest® has an action type of _RECORD_SCRIPT_ALIAS and if an action is of this type, you can call this method, instead of calling EditEntity, Validate and Commit.
VBScript
session.FireRecordScriptAlias entity, editActionName
Perl
$session->FireRecordScriptAlias(entity, editActionName);