Siebel Business Process & Functionality (MOSC)

MOSC Banner

Getting error while running interfaces on the application

edited Dec 1, 2013 8:09AM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered
Hi,
We are facing a weird situation that when we are running our interfaces on Opportunity, they are getting failed at a point.
Error suggests that it has something to do with the script written in the NewRecord event on Oppty BC.

Can you please tell where the problem could be...!!!!    

Below is the script, 

function BusComp_NewRecord ()
{
                TheApplication().Trace("start tracing Opty BusComp_NewRecord!");              

/*            try           

                {              

                                var sAct = "";

                                var sContactId = "";

                                var sCampaignId = "";

                                var sCampaignName = "";

                                var sShowroomLog = "";

                                var bcShowroomLog;

                                var bcOptyCon;

                                var bcOptyCamp;

                                                                               

                                sAct = TheApplication().ActiveBusObject().Name();

                               

                                if ( sAct == "eAuto Showroom Log" )

                                {

                                                TheApplication().Trace(sAct);

                                                bcShowroomLog = TheApplication().ActiveBusObject().GetBusComp("eAuto Showroom Log");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center