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

COP_InvalidItemAdded


Usage

The COP_InvalidItemAdded function is called when a user configures an invalid item and tries to add it to the order.

Syntax

COP_InvalidItemAdded()

Example

function COP_InvalidItemAdded()

{

alert("I'm sorry, the item that you are trying to order is not configured properly.\n Please try again.");

}

Siebel Advisor API Reference