SmartScript launch from button click
Hi,
I have been trying to launch a test smartscript from an applet and receiving Unable to load message with code SBL-GEN-04096.
I am on IP2015, Script is not released.
Any help is much appreciated.
Below is the snipped of the button code:
if (MethodName == "RunScript"){
TheApplication().InvokeMethod("RunSmartScript", "xxxxxxx","","ENU","USD","Smart Script Player View (eApps)","Smart Script Player Applet(Player Only)");
return (CancelOperation);
}
return (ContinueOperation);
Regards,
Srinivasa.