Siebel Interactive Designer API Reference > Callout Point Functions >

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 Interactive Designer API Reference