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

COP_Before RestoreConfig


This callout point could be used to ask for confirmation before restoring a configuration. If the COP_BeforeRestoreConfig function returns true, the configuration will be restored. If it returns false, the restore operation will be canceled.

Example

function COP_BeforeRestoreConfig(data_state) {
return confirm('Do you really want to open this configuration?');
}


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