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

COP_Before SaveConfig


Define COP_BeforeSaveConfig to allow users to confirm that they want to save the configuration. Returning false cancels the save, and returning true allows the save to continue.

Example

function COP_BeforeSaveConfig(data_state) {
return (confirm('Are you sure you want to save this configuration?'));
}


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