Oracle Siebel CRM 8 Developer's Handbook

Book description

Overview of Oracle Siebel CRM 8 Developer's Handbook

  • Use Siebel Tools to configure and automate Siebel CRM applications

  • Understand the Siebel Repository and its object types

  • Configure the Siebel CRM user interface – applets, views, and screens

  • Configure the Siebel business layer – business components and business objects

  • Customize the look and feel of Siebel CRM applications

  • A multitude of explanatory tables, screenshots, and precise diagrams to illustrate the topics

  • Instructions valid for versions 8.0, 8.1, and 8.2

In Detail

Oracle's Siebel CRM is market-leading Customer Relationship Management software. Unmatched in functionality and scalability, Siebel enhances a company's sales performance, improves customer satisfaction, and provides a robust Customer Relationship Management system for an organization.

Written by Oracle employee and Siebel expert, Alexander Hansal, this book is a complete practical guide to configuring, automating, and extending Siebel CRM applications. You will learn how to configure the Siebel CRM user interface objects as well as the underlying business layer objects by using real-life case study examples. In addition, you will learn to safely configure the Siebel data model.

You will learn how the object types in the Siebel Repository are related to each other and how they are organized in different layers. The book then teaches you to configure the Siebel CRM user interface objects such as views and applets as well as the underlying business layer objects by using real-life case-study examples. Always having one eye on performance and upgradeability, you will learn to safely configure the Siebel data model.

Understanding and using the Siebel event framework for automation is also a key focus area of the book. You will gain a thorough and solid understanding of integration objects to support EAI interfaces.

Chapters on Siebel Workflow, Task UI, and scripting prepare you for the most complex automation requirements and ensure that you hit the road running on your first Siebel implementation projects.

If you already consider yourself an experienced Siebel consultant, be prepared for some unprecedented insights and pro tips.

Table of contents

  1. Oracle Siebel CRM 8 Developer's Handbook
    1. Oracle Siebel CRM 8 Developer's Handbook
    2. Credits
    3. About the Author
    4. About the Reviewer
    5. www.PacktPub.com
      1. Support files, eBooks, discount offers and more
        1. Why subscribe?
        2. Free access for Packt account holders
        3. Instant updates on new Packt books
    6. Preface
      1. What this book covers
      2. What you need for this book
      3. Who this book is for
      4. Conventions
      5. Reader feedback
      6. Customer support
      7. Downloading the example code for this book
        1. Errata
        2. Piracy
        3. Questions
    7. 1. Siebel Tools and the Siebel Repository
      1. Siebel Tools user interface
        1. Title bar
        2. Menu bar
        3. Toolbar
        4. Docking windows
        5. Editors
        6. Status bar
        7. Navigating in Siebel Tools
      2. Siebel Repository metadata
        1. The data layer
          1. Tables and columns
          2. Interface tables
          3. Indexes
          4. Object type relationships in the Siebel data layer
        2. The business layer
          1. Business components, joins, and fields
          2. Links
          3. Business objects
          4. Relationships of business layer and data layer objects
        3. The presentation layer
          1. Applets and controls
          2. Views
          3. Screens
          4. Applications
          5. Menus and toolbars
          6. Relationships of presentation layer and business layer objects
        4. The integration layer
          1. Internal integration objects
          2. External integration objects
        5. The automation layer
          1. Business services
          2. Workflow processes
          3. Tasks
          4. Commands
        6. The logical architecture of Siebel applications
        7. Other object types
      3. Summary
    8. 2. Developer Tasks
      1. Initializing the local database
        1. Establishing network connectivity
        2. Verifying settings in the client configuration files
        3. Downloading and initializing the local database
      2. Getting object definitions from the server database
      3. Projects and objects
      4. Siebel Tools Options
      5. The development process
        1. Checking out
        2. Creating or modifying object definitions
          1. New Object Wizards
          2. Creating new records
          3. Copying existing object definitions
          4. Creating a new version of existing object definitions
          5. Modification techniques
        3. Validating object definitions
        4. Compiling object definitions
        5. Testing and debugging
        6. Checking in
      6. Local locking and prototyping
      7. Archiving object definitions
      8. Importing archived object definitions
      9. Comparing object definitions
      10. Searching the Siebel Repository
      11. Integrating external source control systems
      12. Automating developer tasks using command line options
      13. Keeping the upgrade in mind
      14. Summary
    9. 3. Case Study Introduction
      1. Background of All Hardware (AHA)
      2. Description of AHA's business processes
        1. Sales—Update Customer
        2. Sales—Retail Order
        3. Marketing—Campaign Tracking
      3. Requirements for AHA
        1. Sales—Update Customer
        2. Sales—Retail Order
      4. Summary
    10. 4. Symbolic Strings
      1. Understanding symbolic strings
      2. Creating and using symbolic strings
        1. Creating symbolic strings manually
        2. Associating symbolic strings with objects
        3. Using batch scripts to create symbolic strings automatically
          1. Using strconv.bat to generate symbolic strings
          2. Using strcons.bat to consolidate duplicate symbolic strings
      3. Using message categories
      4. Localizing Siebel applications
      5. Summary
    11. 5. Creating and Configuring Applets
      1. Understanding applets and web templates
        1. Applet web templates
        2. Applet web template types
      2. Creating and modifying form applets
        1. Case study example: Creating a form applet
          1. Copying an existing applet
          2. Changing caption text using symbolic strings
          3. Changing the association to a business component field
          4. Deleting existing controls
          5. Moving an existing control to a different location
          6. Creating new controls
          7. Creating new form sections
          8. Formatting and aligning multiple controls
          9. Setting the tab order
          10. Copying controls from other applets using the compare objects window
          11. Adding a show more/show less button
          12. Setting controls to only appear in "more" mode
          13. Adding standard buttons
          14. Displaying data in the applet title
          15. Setting applet properties for data operations
          16. Compiling the new applet
      3. Creating and modifying list applets
        1. Case study example: Creating a list applet
          1. Creating a new list applet using the Siebel Tools new object wizard
          2. Editing the base layout template
          3. Editing the query layout template
      4. Other applet types
        1. Configuring chart applets
        2. Configuring tree applets
        3. Configuring pick applets
        4. Configuring multi-value-group (MVG) and associate applets
      5. Summary
    12. 6. Views and Screens
      1. Understanding views and screens
        1. Understanding views
        2. Understanding screens
        3. View web templates
      2. Creating and modifying views
        1. Case study example: Ceating a new view
          1. Creating a view using the new view wizard
          2. Modifying a view in the view web layout editor
          3. Adding applets to a view in the view web layout editor
          4. Setting the applet mode property
          5. Setting the thread bar properties of a view
      3. Adding a view to a screen
      4. Registering a new view
        1. Testing a new view
      5. Summary
    13. 7. Business Components and Fields
      1. Understanding business components
        1. Visualizing business component definitions
        2. Business components and SQL
      2. Creating joins and fields
        1. Case study example: Displaying data from joined tables
          1. Case study example: Creating a join
          2. Case study example: Creating single value fields
          3. Case study example: Creating calculated fields
            1. Using a calculation expression to create an e-mail link
            2. Using calculation expressions to show the number of related records
          4. Case study example: Exposing a new field in an applet
      3. Controlling field level behavior
        1. Case study example: Field properties
          1. Creating translatable validation messages
          2. Implementing field validation
          3. Case study example: Creating a required field
        2. The Siebel Query Language
        3. Syntax for pre and post-default values
        4. Using the Siebel Query Language
      4. Controlling business component behavior
        1. Case study example: Business component properties
      5. Summary
    14. 8. The Data Layer
      1. Understanding tables, columns, and indexes
        1. Understanding table types
        2. Understanding columns
          1. System columns
        3. Understanding indexes
        4. Understanding user keys
        5. Creating table reports
      2. Considerations for custom schema changes
      3. Using preconfigured extension tables
        1. Using 1:1 extension tables
          1. Case study example: Creating a new field based on an existing 1:1 extension table column
        2. Using 1:M extension tables
      4. Creating custom columns
      5. Creating custom indexes
      6. Creating custom tables
        1. Case study example: Creating a custom standalone table
      7. Applying schema changes to local and server databases
        1. Using the Siebel Tools "Apply" feature
        2. Verifying the application of local database changes
        3. Using the synchronize schema definition process
      8. Summary
    15. 9. Business Objects and Links
      1. Understanding business objects and links
        1. Link object definitions
      2. Creating a child business component on a 1:M extension table
        1. Case study example: Creating a custom child business component
        2. Case study example: Creating child business components on a standalone table
      3. Case study example: Creating links
      4. Case study example: Configuring business objects
      5. Summary
    16. 10. Pick Lists
      1. Understanding pick lists
        1. Static pick lists
        2. The pick list object type
        3. Pick maps
        4. Dynamic pick lists
        5. Repository object types for pick lists
      2. Case study example: Creating a new static pick list for an existing field
        1. Verifying object definitions created by the pick list wizard
      3. Administering the list of values table
      4. Case study example: Creating dynamic pick lists
      5. Case study example: Reusing existing pick lists
      6. Case study example: Creating pick applets
      7. Case study example: Testing pick list configurations
      8. Constrained and hierarchical pick lists
        1. Exploring a constrained dynamic pick list
        2. Exploring hierarchical static pick lists
      9. Summary
    17. 11. Multi Value Fields
      1. Understanding multi value fields
        1. The "Primary" concept
        2. Repository object types behind multi value fields
          1. Multi value link
          2. Multi value field
          3. Multi value group (MVG) and association list applets
          4. Relationships between repository objects for multi value fields
        3. Case study example: Creating multi value fields
          1. Creating a new intersection table
          2. Creating a new M:M link
      2. Creating multi value fields using the MVG wizard
      3. Case study example: Creating multi value group (MVG) and association list applets
        1. Creating association list applets
        2. Creating MVG controls
      4. Summary
    18. 12. Configuring Access Control
      1. Understanding Siebel access control
        1. View properties for access control
        2. Business component view modes
        3. Repository object definitions for access control
      2. Configuring view properties for Siebel access control
        1. Case study example
          1. Registering the new view
      3. Defining business component view modes
        1. Testing the access control configuration
      4. Configuring additional object types for access control
        1. Visibility settings for pick list object definitions
        2. Visibility settings for link object definitions
        3. Visibility settings for drilldown object definitions
      5. Summary
    19. 13. User Properties
      1. Understanding user properties
        1. Multi-instance user properties
      2. Business component and field user properties
        1. Named method user property
        2. Case study example: Using the On Field Update Set user property
        3. Field user properties
      3. Applet, control, and list column user properties
        1. Control user properties
        2. List column user properties
      4. View user properties
      5. Summary
    20. 14. Configuring Navigation
      1. Understanding drilldown objects
      2. Creating static drilldowns
        1. Case study example: Static drilldown from list applet
        2. Creating drilldown hyperlinks on form applets
      3. Creating dynamic drilldowns
        1. Case study example: Dynamic drilldown destinations for a list applet
      4. Configuring the thread bar
        1. Case study example: Configuring the thread bar
      5. Configuring toggle applets
        1. Manual applet toggle
        2. Dynamic applet toggle
      6. Summary
    21. 15. Customizing the Look and Feel of Siebel Applications
      1. Understanding Siebel web templates
        1. Web template definitions
      2. Considerations for customizing the look and feel of Siebel applications
        1. Using an external text editor for web template customization
        2. Customizing pre-built web templates
      3. Creating custom web templates
        1. Registering a custom web template file
      4. Customizing web pages
      5. Customizing style sheets
      6. Configuring bitmaps and icon maps
      7. Case study example: Using an icon map
      8. Case study example: Replacing the application logo
      9. Summary
    22. 16. Menus and Buttons
      1. Understanding the Siebel event framework
        1. Event handling in Siebel applications
        2. Controlling method invocation
      2. Creating applet buttons
        1. Case study example: Creating a custom applet button that invokes a workflow process
      3. Configuring command objects
        1. Accelerators
        2. Case study example: Creating a command with an accelerator
      4. Case study example: Configuring application menu items
      5. Case study example: Configuring toolbar buttons
      6. Case study example: Configuring applet menu items
      7. Summary
    23. 17. Business Services
      1. Understanding business services
        1. Invoking business service methods
      2. Preconfigured business services
      3. Testing business services
      4. Case study example: Invoking a business service method from a runtime event
        1. Runtime events
      5. Summary
    24. 18. Supporting Integration Interfaces
      1. Understanding integration objects
        1. Structure of integration objects
        2. Internal and external integration objects
        3. Integration component keys
      2. Creating internal integration objects
        1. Case study example: Creating an internal integration object
          1. Deactivating unneeded integration component fields
      3. Defining integration component keys
      4. Testing integration objects
      5. Advanced settings for integration objects
      6. Summary
    25. 19. Siebel Workflow
      1. Understanding Siebel Workflow
        1. Siebel Workflow step types
        2. Workflow process properties
      2. Designing and creating workflow processes
        1. The workflow process editor
        2. Case study example: Creating integration objects
        3. Case study example: Creating a data map
        4. Case study example: Creating a workflow process with business service steps
      3. Simulating and testing workflow processes
      4. Publishing, activating, and managing workflow processes
        1. Case study example: Publishing and activating a workflow process
        2. Managing workflow processes
        3. Viewing workflow process instance data
      5. Invoking workflow processes
      6. Case study example: Defining runtime events
      7. Case study example: Decision steps and Siebel operations
        1. Understanding decision point steps
        2. Understanding Siebel Operation steps
        3. Case study example: Replacing applets on the AHA Customer Process Start View
      8. Summary
    26. 20. Advanced Siebel Workflow Topics
      1. Exception handling in workflow processes
        1. Using error exception connectors
        2. Using stop steps
        3. Case study example: Creating an error exception with a stop step
        4. Using error processes
      2. Subprocesses
      3. Loops and iterations
        1. Case study example: Iterations on a child record set
      4. Advanced workflow techniques
        1. Workflow utilities
        2. SIA BC utility service
        3. PRM ANI Utility Service
        4. EAI XML Write to File
        5. EAI File Transport
        6. Case study example: Using dot notation to access hierarchical data
      5. Summary
    27. 21. Siebel Task User Interface
      1. Understanding the Siebel Task UI
        1. Tasks and related repository objects
      2. Case study example: Supporting a business process with Task UI
        1. Creating task applets and task views
        2. Preparation steps
          1. New business component field: AHA always generate quote flag
          2. New applet: AHA simple quote form applet
          3. New applet: AHA simple order form applet
          4. New transient business component: AHA partner query TBC
          5. New task applet: AHA partner query task applet
          6. New task view: AHA partner query task view
          7. New task view: AHA create account task view
          8. New task view: AHA create quote task view
          9. New task view: AHA create order task view
        3. Creating tasks
        4. Creating the task flow layout
          1. Configuring task view steps
          2. Configuring business service steps
          3. Configuring Siebel Operation steps
          4. Configuring decision steps and branches
        5. Creating and using task groups
      3. Publishing, activating, and administering tasks
      4. Testing and debugging tasks
      5. Using applet messages
      6. Summary
    28. 22. Extending Siebel CRM Functionality with eScript
      1. Introduction to Siebel scripting
        1. Server and browser scripts
        2. Application event handlers
        3. Applet event handlers
        4. Business component event handlers
        5. Business service event handlers
        6. The script editor
        7. The script debugger
        8. The script performance profiler
        9. The Siebel eScript language
          1. Variable declaration and initialization
          2. Comments
          3. Blocks and functions
        10. Exception handling
        11. Cleaning up
        12. Siebel object interfaces
          1. Application object methods
          2. Applet object methods
          3. Business component methods
          4. Business object methods
          5. Business service object methods
          6. Property set object methods
      2. When to use Siebel scripting
      3. Creating a custom business service
        1. Case study example: Retrieve person information with eScript
          1. Creating a business service definition
          2. Creating custom functions
        2. Detailed discussion of the example code
          1. Variable declarations
          2. Executing a query
          3. Verifying the query result
          4. Reading values from business component fields
          5. Handling exceptions
          6. Cleaning up
      4. Declaring business service methods and arguments
      5. Testing and debugging scripts
        1. Compiling the object definition
        2. Setting breakpoints
        3. Running the Siebel application in debug mode
        4. Invoking the script code from the application
        5. Correcting code errors during debugging
      6. Summary
    29. 23. Advanced Scripting Techniques
      1. Browser scripting
        1. Preparing Siebel Tools for browser scripting
        2. Writing browser script
          1. Browser script example
          2. Monitoring changes on a specific field
          3. Exception handling
          4. Variable declaration
          5. Performing date calculations
          6. Changing control properties
          7. Displaying a confirmation dialog to the end user
          8. Interpreting the end user response
          9. Displaying error messages
          10. Continuing or canceling the flow of operation
          11. Testing and debugging browser scripts
          12. Extracting browser scripts using the genbscript utility
      2. Using translatable messages
        1. Invoking business service methods from server and browser script
      3. Tracing
        1. Considerations for script tracing
      4. Performance profiling
      5. Summary
    30. 24. Deploying Configuration Changes between Environments
      1. Repository migration
      2. Exporting and importing repository data
        1. Exporting and importing selected repository objects
      3. Exporting and importing administrative data
      4. Application Deployment Manager (ADM) overview
      5. Summary
    31. A. Installing a Siebel CRM Self-Study Environment
      1. Hardware requirements
      2. Third-party software requirements
      3. Downloading and extracting Siebel CRM software installers
        1. Registering at Oracle E-Delivery
        2. Understanding the license agreement
        3. Downloading the installation archives
        4. Extracting the installation archives
        5. Downloading Oracle Siebel documentation
        6. Extracting the Siebel installers
        7. Adjusting the browser security settings
      4. Installing Siebel CRM client software
        1. Installing the Siebel Mobile Web Client
        2. Installing the Siebel sample database
        3. Installing Siebel Tools
        4. Configuring Siebel Tools to connect to the sample database
        5. Using the Demo Users Reference
    32. B. Importing Code Files
      1. Importing Siebel Tools archive files (SIF)
      2. Importing administrative data files
    33. C. More Information
      1. Getting trained
      2. Finding information
        1. The Siebel Bookshelf
        2. Oracle forums
        3. My Oracle Support
        4. The Internet community

Product information

  • Title: Oracle Siebel CRM 8 Developer's Handbook
  • Author(s): Alexander Hansal
  • Release date: April 2011
  • Publisher(s): Packt Publishing
  • ISBN: 9781849681865