Configuring SCF Services for Collaboration Launchpad
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
- Make a note of the unique identifier for the active service type you wish to add to CLP.
- Choose the configuration command:
System Administration → System Configuration → Knowledge Management → Configuration → Collaboration → Properties → Link Command
- Create a new LinkCommand using a name of the form: clpSync<name>link, where <name> is unique.
- Use the following entries in your new LinkCommand:
- 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"
- 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>
- The following parameters specify the size and position of the modalPopup.
Example values are:
positionType="center"
top="20"
left="20"
height="600"
width="500"
- 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"
- The following parameters must be entered exactly as shown below.
- Choose Apply or OK.
- Choose the configuration command:
Collaboration → Properties → Command Group
- Edit clpSyncGroup
- Add the LinkCommand created in step 3, above, to the clpSyncGroup.
- Select OK.
Result
The configured new SCF service types are now selectable in the CLP.