Configuring Connections Mobile for Activities Plus
Add the Activities Plus mobile app to the HCL Connections Mobile application.
Procedure
-
Check out the mobile-config.xml file to a temporary directory such as
/tmp/LCCheckedOut by using the following command:
execfile("mobileAdmin.py") MobileConfigService.checkOutConfig("/LCCheckedOut", AdminControl.getCell())
-
Download the Activities Plus icon and save it under the Connections Mobile customization
directory as follows:
- On the Connections server, create the directory [CONNECTIONS_CUSTOMIZATIONS_PATH]/mobile/img if it does not already exist. You can find the value of [CONNECTIONS_CUSTOMIZATION_PATH] from the WebSphere administration console using variables.
- Using a browser, load the image URL https://[BOARDS_URL]/img/logo-small.png
- Save this file logo-small.png to the mobile customization directory [CONNECTIONS_CUSTOMIZATIONS_PATH]/mobile/img.
-
Edit mobile-config.xml as follows:
-
Save and check-in mobile-config.xml:
MobileConfigService.checkInConfig("/tmp/LCCheckedOut", AdminControl.getCell())
-
Sync the Nodes as required.
Note: Activities Plus will now display in the HCL Connections mobile app’s application menu, allowing the mobile user to access Activities Plus data that is associated with a community or is standalone.