Show TOC

 Configuring SCF Services for Collaboration LaunchpadLocate this document in the navigation structure

Service types Application Sharing and WebEx Meeting Center are already configured upon installation for Collaboration Launchpad (CLP).  This section holds a description of how to configure and add additional SCF service types for CLP.

 

Use

This configuration step is required to enable SCF service types in CLP.

Prerequisites

At least one SCF service type is configured and available on the list of Activated Service Types.

Procedure
  1. Make a note of the unique identifier for the active service type you wish to add to CLP.
  2. Choose the configuration command: 

    System Administration → System Configuration → Knowledge Management → Configuration  → Collaboration  →   Properties → Link Command

  3. Create a new LinkCommand using a name of the form: clpSync<name>link, where <name> is unique.
  4. Use the following entries in your new LinkCommand:
    1. The following parameters must be entered exactly as shown below.

      javaClass="com.sap.ip.collaboration.coreui.api.people.flexibleui.CLPUICommand"

      reference="portal:com.sap.ip.collaboration.coreui.cs_scf.ScfSession"

      valueFactoryKey="LinkCommandValueFactory"

      ridPathName="Uri"

      launchType" value="modalPopup"

    2. The following parameters are related to the resource bundles packaged in the SCF connector EAR files. 

      resourceBundle= <name of resource bundle packaged in SCF connector EAR file>

      labelKey=<resource bundle key for text to be displayed in CLP menu>

      tooltipKey=<resource bundle key for tooltip text to be displayed in CLP menu>

    3. The following parameters specify the size and position of the modalPopup. 

      Example values are:

      positionType="center"

      top="20"

      left="20"

      height="600"

      width="500"

      Note

      The values shown for top, left, height, and width are currently fixed and cannot be edited in the configuration component.

       

    4. The urlParameters entry states the SCF service to be used. 

      This parameter has the form:

      urlParameters="SCF_ServiceType=<service_type>"

      The value of <service_type> must refer to the unique ID of an activated SCF service type, such as Application Sharing .

      Example:

      urlParameters="SCF_ServiceType=Application Sharing"

      urlParameters="SCF_ServiceType=WebEx Meeting Center"

  5. Choose Apply or OK.
  6. Choose the configuration command:

    Collaboration → Properties  → Command Group

  7. Edit clpSyncGroup
  8. Add the LinkCommand created in step 3, above, to the clpSyncGroup.
  9. Select OK.

     

Result

The configured new SCF service types are now selectable in the CLP.