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

COP_BeforeConfiguration


Usage

The browser-based engine calls COP_BeforeConfiguration prior to the configuration evaluation. After this function executes, the engine uses input UI control values to evaluate engine results.

Syntax

COP_BeforeConfiguration(privateArg1,privateArg2,instanceName,configData,
featureData, privateArg3,inputState,privateArg4,privateArg5
)

Argument
Description

instanceName

Name of the instance currently being evaluated.

configData

Configuration table array object. See ConfigTableArray_Obj.

featureData

Feature table array object. See FeatureTableArray_Obj.

inputState

List of Feature tables for which the selection has changed since the last engine run. See InputState_Obj.

Related Topics

Example of Adding Custom Behavior with a Callout Point

Siebel Advisor API Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.