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

GetQuestionEnable


The GetQuestionEnable method returns the enable state of the current question.

Syntax

GetQuestionEnable

Returns

TRUE if the question is enabled and FALSE if the question field is disabled.

Usage

The GetQuestionEnable method returns 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

if GetQuestionEnable = TRUE then

Script.SetUserParameter "Order_Product_Enabled", "Yes"

end if

Siebel SmartScript Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.