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

ClearOverrideFunction


Usage

Use the ClearOverrideFunction function after a custom function override to reset the custom function to the original function and to return the application to its original state.

Syntax

ClearOverrideFunction(fnName)

Argument
Description

fnName

Name of the overridden function you want to reset.

Example

ISS.ClearOverrideFunction("COP_BeforeConfiguration");

Siebel Advisor API Reference