Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Configuring Siebel Business Applications > Configuring Siebel Web Templates and Siebel Tags > Configuring Web Templates to Display Menus, Toolbars, and Thread Bars > Using Web Templates to Configure the Thread BarThe thread bar includes thread buttons that Siebel CRM displays in the following format: You can omit the title or value. Separators separate thread buttons. For example, the greater than symbol (>) is a separator. If a thread applet or thread field is not defined for a view, then Siebel CRM does not update the thread button when it displays the view. Table 64 describes how Siebel CRM responds to actions the user performs in the thread bar. For more information, see Configuring the Thread Bar. How Siebel CRM Uses Bookmarks with the Thread BarA thread button can display a link that navigates the user to a previous page. The link requires the GotoBookmarkView Siebel Web Engine command. The link for each thread button must contain at least the following parameters: SWECmd=GotoBookmarkView&SWEBMCount=2SWECount=3
For example, Siebel CRM uses the od tags and thread link format to translate the thread button for the A.K. Parker account into the following HTML format: <a href="www.siebel.com/start.swe?SWECmd=GotoBookmarkView&SWEBMCount=2& SWECount=3>Account: AK Parker</a> If the user clicks the thread button to display a bookmarked view that the user previously accessed, then Siebel CRM creates a new bookmark that identifies the view that it currently displays. The bookmark ID for the new view is the current od count increased by 1. The od count is the count that Siebel CRM sends to the Siebel Server in the request. Bookmark deletion policy is not modified with the bookmark ID assignment policy. Siebel CRM keeps the most recently created 20 bookmarks and deletes all other bookmarks, by default. If the od count in the user request is less than the od count on the Siebel Server, then Siebel CRM deletes all the bookmarks that contain a od count that is larger than the od count in the user request. Configuring the Thread BarYou can use the following od tags to configure an HTML thread bar:
Use the <div od-type="threadlink"> and <div od-type="threadseparator"> tags only in the <div od-type="threadbar"> tag. The usage of these od tags is similar to that of the screen bar and view bar tags.
Example Code to Configure the Thread BarThe code in this topic creates a thread bar that uses the following format: Home > Consumer:PCs > PCs:Laptops The following code provides an example of how to insert thread bar definitions into a Siebel web template: <!-- Begin Threadbar section --> <table class="Theadbar" width=100% border="0" cellspacing="0" cellpadding="0"> <td nowrap bgcolor="#6666CC" width=110> <img src="images/spacer.gif" width="110" height="25" border="0"> <img src="images/spacer.gif" width="10" height="25" border="0" align="absmiddle"> <div od-type="threadlink" property="FormattedHtml"> <font color="#000000"> <span > <nobr><div od-property="Title"/></nobr> </span> </font> <!--od section threadlink close-> <div od-type="threadseparator">><!--od section threadseparator close-> </div> <!--od section threadbar close-> <img src="images/spacer.gif" width="10" height="25" border="0" align="absmiddle"> |
![]() ![]() |
Configuring Siebel Business Applications | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |