My Oracle Support Banner

ARCHIVE Correspondence Method Intercept (Doc ID 517179.1)

Last updated on APRIL 18, 2025

Applies to:

Siebel Tools - Version 7.7.2 [18325] and later
z*OBSOLETE: Microsoft Windows Server 2003
Version: 7.7.2 [18325]

Database: Oracle 9.2.0.5

Application Server OS: Microsoft Windows 2003 Server

Database Server OS: Sun Solaris 8



This document was previously published as Siebel SR 38-1815632257.

Symptoms

Dear Siebel,

We are adding some pre-processing to the Correspondence generation.

To this end we have written some script on the Correspondence BusComp that needs to be executed when the user presses the 'Generate' button. After our code is executed the normal vanilla functionality on this button needs to kick in.

To this end we have put the following code on pre-invoke method:

function BusComp_PreInvokeMethod (MethodName)
{

    //TheApplication().RaiseErrorText(MethodName);

    if (MethodName=='OnGenerateHTML'){
        UpdAddr();
    }
    
    return (ContinueOperation);
}

The problem is that this doesn't trigger. The 'OnGenerateHTML' method is on the button in the CLA applet, but when the RaiseErrorText statement is active it shows '<?>' when the button is pressed not 'OnGenerateHTML'.

How can we achieve the requested functionality without creating a separate button?

thanks

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
 Message 1

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.