Siebel SmartScript Administration Guide > Verifying, Testing, and Invoking SmartScripts >

Invoking Scripts Through Siebel VB or Siebel eScript


SmartScripts are invoked programmatically, using the application invoke method RunSmartScript, or the applet invoke method RunCallScript. The InvokeMethod RunCallScript is used to invoke a SmartScript from an applet so the SmartScript will update the currently active record.

NOTE:  The name of the SmartScript used in the 'RunSmartScript' and 'RunCallScript' application methods must be a basic (path) name of a SmartScript, which is not the translated SmartScript name which appears in the SmartScript player applet.

Siebel SmartScript Administration Guide