Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code That Customizes Toolbars > Toolbars Tag of the Toolbars FileThe toolbars tag is the root tag of the toolbars.xml file. It describes the toolbar that Siebel CRM Desktop adds to a native Outlook form or to the Outlook window. The caption attribute of the toolbars tag defines the toolbar caption. The toolbars tag includes the following tags:
Button Tag of the Toolbars Tag of the Toolbars FileThe button tag includes the following attributes:
Action Tag of the Button TagThe button tag includes the action tag. This tag defines the action that Siebel CRM Desktop calls if the user clicks the button. You can use a predefined action or write a custom action. You must set this action in the class attribute of the action tag. The action tag includes the class attribute. The class attribute can include the following values:
The action tag includes the attachment tag. To specify attachment settings, you must specify the following attributes of the attachment tag:
Example Code of the Action Tag of the Scriptable ActionSiebel CRM Desktop supports the scriptable action class. The action tag of the scriptable action includes the id attribute. You can use the id attribute in a script to specify the action to perform. The following example specifies a button with a scriptable action: <button id="new_account" name="#btn_new_account"> In this example, CRM Desktop passes the value for the new_account attribute to the script when it handles the click event of the button. The script includes predefined logic that the new_account attribute starts. |
![]() ![]() |
Siebel CRM Desktop for Microsoft Outlook Administration Guide | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |