Install and Configure from Cloud App Catalog
About
This topic walks you through installing and configuring Visual Update 1 for HCL Connections from the Cloud App Catalog. You can enable the application for your entire organization in a few clicks. You can also enable the app for a specific sub-set of users.
Prerequisites
Customizer is available on HCL Connections Cloud for tenants of the North America and Europe data centers. Before using Customizer, your organization must first register for the service by sending an email with some simple information. Refer to section 3 of the HCL Connections Customizer documentation for more details.
- As an administrator go to Manage Organization.
- Go to Apps and then App Catalog.
- Locate Visual Update 1 for HCL Connections and click Get.
- When configuring the application, on the Users step, select to enable it for the Entire Organization or Individuals.
- Click Next past Extensions. There is not support for individual extensions at this time.
- Click Next until you get to the last page and click Finish.
Because this is a new visual style, it is recommended that you enable the application for a sub-set of users first. This lets you review and get feedback about the application before turning it on for your entire organization.
To enable for a sub-set of users:
- From the App Catalog, Configure Visual Update 1.
- On the Users step select Individuals and click through to Finish.
- When the configuration is finished go to Organization Extensions.
- At the top of the page, follow the new Apps Manager link.
- Click on the name of the app to edit the extension and select Code Editor.
- In the .json, in each extension playload look for "match", "user-email", and a sample email address. Replace the sample email address with the email address of the users you want to enable.
Here's and example of how multiple email addresses would appear.
"payload": {
"include-files":[
"periscope.js"
],
"include-repo": {
"name":"periscope"
},
"match": {
"user-email": [
"userid1@example.com",
"userid2@example.com"
]
}
},
If you previously enabled for a set of users, follow these steps to enable for the entire organization.
- From the App Catalog, Configure Visual Update 1.
- On the Users step select Entire Organization. This will result in the email addresses being removed from the payload section of the .json file.
- Click through to Finish.