Reader small image

You're reading from  Oracle Siebel CRM 8 Developer's Handbook

Product typeBook
Published inApr 2011
Reading LevelIntermediate
Publisher
ISBN-139781849681865
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Alexander Hansal
Alexander Hansal
author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal

Right arrow

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:

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Oracle Siebel CRM 8 Developer's Handbook
Published in: Apr 2011Publisher: ISBN-13: 9781849681865

Author (1)

author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal

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...