Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Case study example: Configuring toolbar buttons


The following procedure describes how to create a new toolbar button that uses the command created previously in this chapter:

  1. 1. Navigate to the HIMain toolbar.

  2. 2. Check out or lock the toolbar if necessary.

  3. 3. In the Object Explorer, expand the Toolbar type and select the Toolbar Item type.

  4. 4. In the Toolbar Items list, create a new record with the following property values:

    • Name: AHA Process Start View

    • Command: AHA Process Start View

    • Display Name - String Override: Go to Process Start View

    • HTML Type: Link

    • Position: 17 (leaving a gap of 10 to the highest existing position value)

    • Comments: Created for AHA prototype

  5. 5. Compile the HIMain toolbar.

  6. 6. In the Developer Web Client, verify that a new toolbar button, with a house icon, appears to the right of the Site Map button.

  7. 7. Click the new toolbar button and verify that the AHA Customer Process Start View is open.

A Siebel Tools archive file (Command_Menu_Toolbar.sif) is available with this chapter's code...