Siebel Object Types Reference > Siebel Object Types Reference > Applet Object Types >

Applet Method Menu Item


An applet method menu item defines the applet menu that Siebel CRM displays if the applet is activate. You must write script in the PreInvokeMethod event handler that examines the method string and performs an action. If this string does not exist, then an error occurs. For more information, see Siebel Object Interfaces Reference.

This object type occurs in the following location in the object hierarchy:

  • Siebel Objects > Applet > Applet Method Menu Item

Table 11 describes properties that Siebel CRM uses with an applet method menu item.

Table 11. Properties of the Applet Method Menu Item
Property
Description

Command (O)

Specifies the command that Siebel CRM runs if the user chooses an item in an applet menu.

Menu Text (R)

Specifies the text that Siebel CRM displays in the menu item.

Name (O)

Specifies the name of the menu item in a menu.

Position (R)

Specifies the position of the menu item in a menu. This value is an integer.

Suppress Menu Item (O)

Removes the menu item that the Name property identifies from the applet menu. You can use one of the following values:

  • TRUE. Suppress the menu item.
  • FALSE. Do not suppress the menu item.
Siebel Object Types Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.