|
Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > SmartScript Question Methods >
MustAnswer
MustAnswer returns a value indicating whether the question is required. Syntax
MustAnswer Returns
One of the integer values indicated in the following table.
|
|
0 |
The question is optional. |
1 |
The question is required. |
2 |
The question is required when reached. |
Usage
This function returns one of three values indicating whether the question is set to optional, required, or answer if it is reached.
|