ctx.evaluateString(scope, script, "<cmd>", 1, null);
/** @todo Populate result and return as a Record/DocumentTable */
return newObj; // for now
}
catch ( Exception e ) {
throw new TriggerException(FaultCodes.SCR_RUNTIME_ERROR, e);
}
finally {
Context.exit();
}
}