Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript >

Improving the Performance of SmartScripts


You can improve the performance of your SmartScripts by setting the value of the business component user property, DeactivateBCField, to TRUE. This disables all business component fields except those used in SmartScript Questions. The default value for DeactivateBCField is FALSE.

To make this change in Siebel Tools, identify the SmartScript Player applet that the application uses, and change the user property for the business component on which this applet is based.

If you set DeactivateBCField to TRUE and you want to work with a field that is not in your SmartScript Question, you need to call ActivateField before you can work with the required field.

Siebel SmartScript Administration Guide Copyright © 2006, Oracle. All rights reserved.