Siebel Interactive Selling Transact Server Interface Reference > Transact Server Callout/Override Points >

OR_ConfigSavedSuccess


Define this function to override the default functionality that displays an alert box with the message:

Your configuration has been saved!

You may choose to display a custom message or just remove the alert.

Syntax

OL.OR_ConfigSavedSuccess()

Usage

If this function is defined, it is called following the successful save of a configuration.

Example

function OR_ConfigSavedSuccess(){
alert("The configuration was saved successfully");
}


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003