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

COP_AppDataVersionCheck


Define this function to prevent out-of-date applications from opening. See Version Checking for more information.

Syntax

COP_AppDataVersionCheck(obj)

Example

{
var retVal = confirm("The item you are opening was created in version \n" + obj['appDataVersion'] + "\n but your current application is version \n" + appVersion['currAppDataVersion'] + ". Do you wish to continue?");
return retVal;
}


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