Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Nullifying Active object variables

edited Aug 7, 2018 11:10PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 6 commentsAnswered

Hello Team,

In a script i declared like (scripts runs at Applet level)

try

{

var ActiveBO = TheApplication().ActiveBusObject();

var SRBC = ActiveBO.GetBusComp("Service Request");

var thisobject = this;

CodeExecution()

}

catch(e)

{     throw(e);}

finally

{

}

in finally i will have to nullify the objects as per best practicies normally when we declare object like GetBusObject() instead of ActiveBusObject(), we can nullify this variable. but when we use ActiveBusObject (ActiveBO ) do i need to nullify? or let it keep , if i keep (not nullifying) will the memory released after function ends?

or as per best practices i should not nullify any activeBO objects?

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