Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Other Preprogrammed SmartScript Question Methods >

SetQuestionEnable


SetQuestionEnable sets the enable state of the current question.

Syntax

SetQuestionEnable(Enabled)

Argument
Description

Enabled

A Boolean value that enables (TRUE) or disables (FALSE) a question.

Returns

Not applicable.

Usage

The SetQuestionEnable method sets the enable state of the current question. When the question is enabled, the user can modify the question's answer. If the question is disabled, the question's answer is read-only.

Siebel VB Example

SetQuestionEnable (FALSE)

Siebel eScript Example

SetQuestionEnable (false);

Siebel SmartScript Administration Guide