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
The following table describes properties that Siebel CRM uses with an 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:
|