Properties of a Class Method Menu Item

The following table describes some of the properties that Siebel CRM commonly uses with a class method menu item.

Property Description

Business Service

Note the following:

  • If defined, then this property identifies the business service that contains the method that Siebel CRM calls.

  • If not defined, then Siebel CRM calls the method in the applet class on the browser or server, as defined in the Target property. If not handled, then Siebel CRM does a subsequent retargeting.

Menu Text

The text that Siebel CRM displays in the menu item.

Method

The method that Siebel CRM calls if the user clicks the item.

Position

The sequence of the menu item in the list of menu items.

Suppress Menu Item

If the Suppress Menu Item property contains a check mark, then Siebel CRM removes the applet menu items of the defined name from the applet menu in all applets that it gets from this class and subclasses.

Target

Specifies the entity that handles the method that is defined in the Method property. The following options are available:

  • Browser. Specifies that the method handler is a JavaScript service on the browser, or the JavaScript applet class on the browser, depending on if a service is defined or not defined in the Business Service property. The JavaScript applet class is the JavaScript business component class.

  • Server. Specifies that the method handler is an object manager service on the Siebel Server or the applet and business component and their superclasses, depending on if a service is defined or not defined in the Business Service property.