Properties of a Command
The following table describes some of the properties that Siebel CRM commonly uses with a command.
Property | Description |
---|---|
Business Service |
Specifies the business service that handles the method. The service is browser or server depending on the Target property. Note the following:
|
HTML Bitmap |
Specifies that the Command object uses a bitmap. |
HTML Popup Dimensions |
If the Show Popup property contains a check mark, then the HTML Popup Dimensions property specifies the dimensions of the pop-up window, in pixels. For example, you can specify a popup with a dimension of 640x480. Do include the x between the dimensions. Do not include spaces. |
Method |
Specifies the name of the method that Siebel CRM calls if the user clicks the menu item or clicks the toolbar icon. This is a required property. For more information, see About the Method, Business Service, and Target Properties of the Command Object. |
Method Argument |
Allows you to send an argument to the method defined in the Method property. For example, assume a command item opens a new window and navigates to a URL in that window. This command can use the Method Argument property to define the GotoURL method in the Method property and the URL to navigate to. |
Show Popup |
Note the following:
|
Target |
Specifies the entity that handles the method that the command calls. The following options are available:
For more information, see About the Method, Business Service, and Target Properties of the Command Object. |
Tooltip Text |
The tooltip text that Siebel CRM displays if the user positions the cursor over a toolbar icon. For a predefined method, leave the Tooltip Text property empty. If the Tooltip Text property is empty, then the method dynamically supplies the text, and language localization takes place as a part of this process. If you define the method, then you must enter literal text. If you define literal text, then Siebel CRM does not use language localization for this tooltip text. For more information, see Localizing Siebel CRM. |