Siebel Advisor API Reference > Callout Point Functions for Siebel Advisor >

COP_AppDataVersionCheck


Usage

COP_AppDataVersionCheck is called when a user tries to reopen an item from a saved order that is out of date. The application compares the APP_DATA_VERSION variable in the current application to the variable set for the saved configuration.

Use the COP_AppDataVersionCheck function to determine the action that occurs when a user tries to link back from an order to a configured item that is out of date in a browser-based application.

The COP_AppDataVersionCheck function must return true or false. If the function returns true, the pageset continues loading. If the function returns false, the pageset does not.

Set the data version of an application in the Application Configuration file (\custom\app_config.js) using the variable APP_DATA_VERSION.

Syntax

COP_AppDataVersionCheck(argObj)

Argument
Description

argObj

Object, with the following attribute:

argObj.appDataVersion: data version of the application in which the item was originally created.

Siebel Advisor API Reference