My Oracle Support Banner

GotoNext in server script does not keep the focus on the record when back from drilldown (Doc ID 2108829.1)

Last updated on NOVEMBER 18, 2019

Applies to:

Siebel CRM - Version 15.6 [IP2015] and later
Information in this document applies to any platform.

Symptoms

A custom button on an applet has the following escript code:

WebApplet_PreInvokeMethod (MethodName)
{
  if (MethodName == "CustomNextRecord") {
    this.InvokeMethod("GotoNext");
    return (CancelOperation);
  }
  return (ContinueOperation);
}

 

When you move the record focus with the custom button, then drilldown on the record, then come back to the originai view via browser back button, the record focus will be lost and go to the 1st record

 

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


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