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

Configuring command objects


When we wish to create menu items in the application or applet menus or toolbar buttons, we must start with configuring command objects. A command object, as shown earlier in this chapter, is a reusable object definition that is referenced from the aforementioned user interface elements. Command objects can invoke one of the following:

  • Method and arguments: The method must be handled on the application, applet, or business component layer

  • Business service, method, and arguments: Business services are reusable programs defined in the Siebel Repository

  • Pop-up applet: When the command is invoked, an applet is loaded in a popup window

The following table describes the most important properties of the Command object type:

Property

Description

Business Service

When this property is set to the name of a business service, the command invokes the business service's method (defined in the Method property) with the list of arguments defined in the Method Argument property...