Resolved! Instantiate script include from name of script in a variable
Is there a method to instantiate a script include if we have the name of the script include in a variable? This example works as a background script, but not as part of a business rule var scriptName = 'MyScriptInclude'; var obj = new this[scriptN...