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

Question_Leave


Question_Leave is called after branching from the question.

Syntax

Question_Leave

Returns

Not applicable

Usage

Question_Leave is called on the question after branching has been determined and all built-in validations have been performed.

Siebel VB Example

Sub Question_Leave
Dim ProductDesc As String
ProductDesc = Page.GetQuestion("Choose Product").GetCurrentValue
Script.SetUserParameter "ProductDesc", ProductDesc
End Sub


 Siebel SmartScript Administration Guide 
 Published: 23 June 2003