Skip to main content
  1. Posts/

Default Applet Focus

·2 mins

Siebel has straight forward rules to get an applet into focus when a view is painted.

  1. If the target view is a detail view, the default focus will be the second applet
  2. If the target view is a list view or if the view has only one applet, the focus is retained on the first applet

This makes sense because you are drilling down from the source view to work on the details - which presumably (considering Siebel standards) is from second applet onwards.

We are quite ignorant of this fact since HI tried to fit everything in one screen. Default focus seldom made any difference since most users worked with mouse anyway.

Siebel IP 2014 has brought in a new, fresh look with lot of white space. This has pushed down the detail applets more than I would like in a few cases.

default focus in normal scenarios after drilling down from source view

The default behaviour scrolls down to the level of the second applet when drilling down from source view. Although this is beneficial, it is quite confusing as well.

You can override this behaviour with the “DefaultAppletFocus” view user property.

Navigate to the View object in Tools, and specify this user property. It just needs the target applet to set the focus on.

Name: DefaultAppletFocus
Value: [applet name]

focus on first applet in siebel after drill down

Look up the “Contact Detail View” in vanilla application for an example.

DefaultAppletFocus user property