Siebel Developer's Reference > Siebel Web Engine Tags > Threadbar Tags >

About Link Navigation


The thread button can contain a link that navigates the user to a previous page. Separators separate the thread buttons. This link requires the following GotoBookmarkView command:

SWECmd=GotoBookmarkView&SWEBMCount=2SWECount =3

where:

  • SWEBMCount = 2 indicates that SWE uses bookmark #2 to create the view.
  • SWECount=3 is the bookmark ID for the current view.

For example, SWE translates a thread button for the AK Parker account into the following HTML:

<a href = "www.siebel.com/start.swe?SWECmd=GotoBookmarkView&SWEBMCount=2& SWECount=3> Account: AK Parker </a>

Siebel Developer's Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.