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

MOSC Banner

Question about Siebel script moving from one record to another

edited Sep 18, 2014 8:04AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hi Guys,

I have a problem wherein i have a button that will change the record if the user clicks on the button.

The script is found on the preinvoke part of the BC

code snippet

  with (this)

  {

   SetViewMode(AllView);

   ClearToQuery();

   SetSearchSpec("XXXX", sVar);

   ExecuteQuery(ForwardOnly);

  }

Does SetViewMode override the visibility applets property? is there a method to get the current visibility name during the time the code execute?

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