Create a Cloud Service Automation launcher

To create a Cloud Service Automation launcher from the Dashboard, Services, or Support pages, follow these steps.

Tip: It is always a good idea to make a backup of any system files before you make changes to them. If an error occurs later, you can always return the file to its original state.
  1. Open this file with a text editor.

    C:\...\src-9.60\resources\client\en\Custom.properties
  2. Locate the chat example in the file.

  3. Change chat_launcher_title and the chat_launcher_description display text to csa_launcher_title and to csa_launcher_description respectively. When you do this, note the following:

    • The identifier can be user-defined; however, when you edit the manifest.xml file, the identifiers must match.
    • The value for each identifier is exactly what will display in the user interface.
  4. Save and the file but keep it open for reference as you configure the next file.
  5. Open this file with a text editor.

    C:\...\src-9.60\secure\configuration\manifest.xml

    Use the following lines as a reference for the remaining steps.

    <launcher launcherId="CSA_Launcher" showLogoBox="true" showLogoDropShadow="true>
        <logo>CSA.png</logo>
        <titleKey>CSA_launcher_title</titleKey>
        <descriptionKey>CSA_launcher_description</descriptionKey>
        <launcherType>APP</launcherType>
        <action>
           <labelKey></labelKey>
           <link>
    		<!-- Specify the IP Address of the CSA Launcher here --> 
    		<![CDATA[http://<IPAddressCSA>:<port>/csa/login]]>
    	</link>
           <method>GET</method>
        </action>
    </launcher>
  6. Locate the <launchers></launchers> section, which contains one or more <launcher></launcher> sub-sections that describe the attributes of third party applications that you want to display on the Dashboard.

  7. Copy the Live CSA Launcher template section and insert it as a new <launcher></launcher> section.
  8. Omit the <fields></fields> section.
  9. The <labelKey> section is not essential. You do not need to insert a value into this tag. The user will click the CSA icon to navigate to your organization's CSA Web site.
  10. Verify the <link> element. This link must specify the correct address to CSA server.
  11. If the application is running, log out and log in again to confirm that the third party application link appears in the dashboard.