Kony MobileFabric Engagement Services QuickStart Guide

Size: px
Start display at page:

Download "Kony MobileFabric Engagement Services QuickStart Guide"

Transcription

1 Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember to always view and download the latest document version relevant to the software release you are using by Kony, Inc. All rights reserved 1 of 52

2 Copyright 2015 Kony, Inc. All rights reserved. February, 2016 This document contains information proprietary to Kony, Inc., is bound by the Kony license agreements, and may not be used except in the context of understanding the use and methods of Kony, Inc., software without prior, express, written permission. Kony, Empowering Everywhere, Kony Modeler, and Kony Visualizer are trademarks of Kony, Inc. MobileFabric is a registered trademark of Kony, Inc. Microsoft, the Microsoft logo, Internet Explorer, Windows, and Windows Vista are registered trademarks of Microsoft Corporation. Apple, the Apple logo, itunes, iphone, ipad, OS X, Objective-C, Safari, Apple Pay, Apple Watch, and Xcode are trademarks or registered trademarks of Apple, Inc. Google, the Google logo, Android, and the Android logo are registered trademarks of Google, Inc. Chrome is a trademark of Google, Inc. BlackBerry, PlayBook, Research in Motion, and RIM are registered trademarks of BlackBerry. SAP and SAP Business Suite are registered trademarks of SAP SE in Germany and in several other countries. All other terms, trademarks, or service marks mentioned in this document have been capitalized and are to be considered the property of their respective owners by Kony, Inc. All rights reserved 2 of 52

3 1. Revision History 1. Revision History Date Document Version Description of Modifications/Release 02/27/2016 Document release for Services Quick Start Guide by Kony, Inc. All rights reserved 3 of 52

4 Table of Contents 1. Revision History 3 2. Overview 5 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices Generating the GCM key for Android devices (using the New Google Console): 6 4. Downloading and Configuring the Engagement Services Demo Client Application Installing the Engagement Demo Client Application on an Android Device Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console Configuring and SMS Providers Using the MobileFabric Engagement Services Console Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application Sending Adhoc, , SMS and Push Notifications Configuration of a Segment: Sending Adhoc Push Notifications Sending Adhoc Notifications Sending Adhoc SMS Notifications by Kony, Inc. All rights reserved 4 of 52

5 2. Overview 2. Overview This QuickStart Guide provides deep dive instructions to configure, build and run a demo application on an Android device using Kony Studio. In this guide you will download, install and run a sample engagement demo application using the user generated Google Cloud Messaging (GCM) key. The guide will also provide instructions to install and configure the sample engagement application on a separate instance of a Kony engagement server that has been set up for the user. The installed application will subscribe to the engagement server instance and will receive push notifications. This guide assumes the following: a. You have already requested for an instance of an engagement server and have access to it. b. You have already installed the Android SDK and Kony Studio. Below are the steps we will cover in detail: 1. Creating the Google Cloud Messaging (GCM) key that is needed to send push notifications for Android devices. 2. Downloading and configuring the engagement demo client application using Kony Studio. 3. Installing the configured client application on an Android device. 4. Configuring the engagement demo application on the engagement server using the console. 5. Configuring the SMS Provider and SMTP server details on the MobileFabric Engagement Server to send ad hoc notifications. 6. Using the engagement client demo application to subscribe and receive ad hoc , SMS and Push notifications. 7. Sending the ad hoc , SMS and push notification to subscribers via the MobileFabric Engagement Server. This involves creating the segment and sending the ad hoc notifications to individual subscribers and groups of subscribers (segments) by Kony, Inc. All rights reserved 5 of 52

6 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices The first step in the installation and configuration of the sample engagement application on an Android device is the generation of the GCM code. Android devices use the GCM code to register with Google and receive notifications. 3.1 Generating the GCM key for Android devices (using the New Google Console): 1. Open the Google developers console window by logging into: 2. Click Create Project to enter the project details. The New Project window appears. 3. Enter the Project name and the Project ID. Note that the project name is used only in the Google console and project ID is used to uniquely identify the project name. Once created the identifier cannot be changed by Kony, Inc. All rights reserved 6 of 52

7 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 4. Click Create to complete the creation of the project. 5. Next, a page appears that displays your project ID and project number, for example Make a note of the project number, as this will be used later. The API Manager page appears. 6. On API Manager page, in the Overview section, under Mobile APIs header click Google Cloud Messaging by Kony, Inc. All rights reserved 7 of 52

8 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices The Enable API button appears. 7. Click the Enable API button by Kony, Inc. All rights reserved 8 of 52

9 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 8. The system displays the confirmation message that enabling is in progress. After enabling, the system displays the message that the API is enabled but you need to create your credentials to use this API in your project. 9. Click Go to Credentials. The Credentials section appears by Kony, Inc. All rights reserved 9 of 52

10 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 10. Under Add credentials to your projectheader, click API Key. The Create a new key window appears. 11. Click the Server Key button to create the server key that is needed for the GCM key. The Credentials section appears by Kony, Inc. All rights reserved 10 of 52

11 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 12. Click the Create button. The API key window appears. The API Key window displays the API key. 13. Click OK to continue. 14. Copy the API key that is shown under Credentials section. This API key will be used to configure the application using the MobileFabric Engagement Server console by Kony, Inc. All rights reserved 11 of 52

12 3. Generating the Global Cloud Messaging (GCM) Authorization Code for Android Devices 2015 by Kony, Inc. All rights reserved 12 of 52

13 4. Downloading and Configuring the Engagement Services Demo Client Application 4. Downloading and Configuring the Engagement Services Demo Client Application This section explains how to download the engagement demo application from GitHub and configure the app using Kony Studio for Android devices. We assume that Android SDK and Kony Studio IDE are installed. To download and configure the engagement demo client application, follow these steps: 1. Connect to the URL where the application is located. Click Download ZIP on the right side bottom and save the zip file on your local hard drive by Kony, Inc. All rights reserved 13 of 52

14 4. Downloading and Configuring the Engagement Services Demo Client Application 2. Open Kony Studio and import the project into your workspace. 3. Choose Existing Projects into Workspace, shown below.click Next by Kony, Inc. All rights reserved 14 of 52

15 4. Downloading and Configuring the Engagement Services Demo Client Application 4. Click the Browse option in the screen below to select the project to be imported. 5. Select the KMSAppfrom the installed folder and click Open to import the project into the workspace. 6. Once the project is imported into the workspace, make sure that application is opened in the Kony Perspective of Studio. In the Applications browser, open the configproperties.js file under the modules/js folder. The data in the file should be as below: 2015 by Kony, Inc. All rights reserved 15 of 52

16 4. Downloading and Configuring the Engagement Services Demo Client Application kmsserverurl : This is the URL of where the engagement server is deployed and running. senderid: Sender Id is generated when the GCM key is generated in the earlier step. appid: This application Id is generated on the engagement server console when the engagement application is deployed on the engagementserver. The appid should be copied from the engagement server console and pasted into this file. 7. Save the file. 8. Right-click the KMSApp application and select Properties as shown below, to display all the existing application properties by Kony, Inc. All rights reserved 16 of 52

17 4. Downloading and Configuring the Engagement Services Demo Client Application 9. Since the application will be installed on an Android device, in the Application Properties dialog, choose Native and Android options. In the SDK Versions section, choose the Target version and Maximum version for which the binary will need to be generated. 10. Click the Kony Server Details tab, as shown in the screen below, and select the server instance where the engagement demo application is installed. Click Finish by Kony, Inc. All rights reserved 17 of 52

18 4. Downloading and Configuring the Engagement Services Demo Client Application 11. Right-click the KMSApp in the Applications browser of Studio and click Build. Choose the Clean and Build option to build the application by Kony, Inc. All rights reserved 18 of 52

19 4. Downloading and Configuring the Engagement Services Demo Client Application 12. After the build is successful, right-click the KMSApp project and click Publish to publish the application to the previously configured server by Kony, Inc. All rights reserved 19 of 52

20 5. Installing the Engagement Demo Client Application on an Android Device 5. Installing the Engagement Demo Client Application on an Android Device This section explains how to install a configured engagement application to Android devices. Follow these steps: 1. Connect the android device using a USB cable to the computer where the application to be installed is located. 2. In the Kony perspective of the IDE, the Devices option is seen, under the KMS Application Emulators on the left. 3. To install the application on an Android device, right-click the Devices and select Get Connect Devices via USB by Kony, Inc. All rights reserved 20 of 52

21 5. Installing the Engagement Demo Client Application on an Android Device 4. This will connect to the android device and the device id is displayed. 5. Right-click the device id by Kony, Inc. All rights reserved 21 of 52

22 5. Installing the Engagement Demo Client Application on an Android Device 6. Click the Build and Launch option to deploy and launch the application on the device by Kony, Inc. All rights reserved 22 of 52

23 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console This section explains how to provision demo application using the MobileFabric Engagement Services console. 1. Type manage.kony.com in the browser to enter the and the password. Click Sign in to display the information of the provisioned cloud. 2. Log in with the and password that were used to provision the account. Click Engagement Services under the Administration section to launch the console by Kony, Inc. All rights reserved 23 of 52

24 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 3. Click Apps under the Overview section on the left to display all the configured applications and to configure new applications. 4. Click the Add New App button next to the Apps you want to add. Enter the application name, application Id and App category information (required attributes). Note that the application id should be the same as the id that was entered in the configuration.js file,explained earlier. 5. Click on Settings tab and choose Android to display the Android screen. Enter the GCM Authorization Key that was generated in the earlier in this guide (we asked you to remember). Google GCM key is required to send push notifications to Apps. Click on Test Connectivity with the Cloud to be able to test the GCM key that was entered by Kony, Inc. All rights reserved 24 of 52

25 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 6. If the GM key entered is correct, a notification dialog like below is shown. Click on OK by Kony, Inc. All rights reserved 25 of 52

26 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 7. After the GCM key is entered and successfully tested, click Save to save the application. 8. Once the application is successfully saved, it will be seen in the Apps section. In the example below, the new application that was added was TestApp. As you can see, this application is currently in the Unpublished state and will need to be published so that itr can be invoked by the client application by Kony, Inc. All rights reserved 26 of 52

27 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 9. Click on the hamburger menu next to the application and choose Publish to publish the application. 10. Next when prompted with a question if you would like the application to be published, click on Yes by Kony, Inc. All rights reserved 27 of 52

28 6. Configuring the Engagement Demo Application Using the MobileFabric Engagement Services Console 11. Once the application is successfully published you will see the screen below by Kony, Inc. All rights reserved 28 of 52

29 7. Configuring and SMS Providers Using the MobileFabric Engagement Services Console 7. Configuring and SMS Providers Using the MobileFabric Engagement Services Console This section explains how to configure and SMS providers using the MobileFabric Engagement Services console so you can send out and SMS notifications to audience members and subscribers. Follow these steps: 1. Type manage.kony.com in the browser to display the login screen. Click Sign in to display the information of the provisioned cloud. 2. Login with the and password that were used to provision the account. This will display the screen with the provisioned cloud name. Click Engagement Services under the Administration section to launch the Engagement Services console by Kony, Inc. All rights reserved 29 of 52

30 7. Configuring and SMS Providers Using the MobileFabric Engagement Services Console 3. Click Configuration under the Settings section on the left side of the screen. From the tabs, click Configuration. Please choose the correct protocol and security mode for the configuration. Also note that host name, port, default sender Id are required. Click Save to save the configuration. 4. Click the SMS Configuration tab next. Chose Twilio as the SMS provider. Note that you will need to sign up with Twilio for a free trial or a paid account so that the Account SID, Auth Token, Account Name and Host URL are provided.the SMS setting screens can vary based on the SMS provider chosen. The screen below assumes that Twilio was chosen as service provider by Kony, Inc. All rights reserved 30 of 52

31 7. Configuring and SMS Providers Using the MobileFabric Engagement Services Console 2015 by Kony, Inc. All rights reserved 31 of 52

32 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application This section explains subscription details for ad hoc push, and SMS notifications using the application that is installed on the Android device. The application displays the screens that are used to subscribe to the notifications, after the login is complete, as seen in the earlier section of this guide. Follow these steps: 1. Launch the engagement demo that was installed earlier on the Android device. 2. The first screen of the application prompts the user to accept push notifications. Click Ok to be able to receive push notifications by Kony, Inc. All rights reserved 32 of 52

33 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 3. The next screen is a request to receive push notifications. Click Ok to be able to receive push notifications by Kony, Inc. All rights reserved 33 of 52

34 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 4. The next screen prompts the user to enter the URL of the MobileFabric Engagement Server for which the user has been provisioned on the cloud. Enter the URL and click Done to move to next screen by Kony, Inc. All rights reserved 34 of 52

35 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 5. Next, enter profile information like first name, last name, address, mobile number, country and the state if the country chosen is USA. This information is used to create the user and the subscription in the MobileFabric Engagement Server.. Click Done. Note: You can also import users using a CSV file through the Kony MobileFabric Engagement Services Admin console by Kony, Inc. All rights reserved 35 of 52

36 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 6. The next screen allows the user to subscribe to the various types of notifications like push, , and SMS. Subscribe to all the type of notifications by choosing all. Click Done to create a subscription on the MobileFabric Engagement Server for all the selected types of notifications by Kony, Inc. All rights reserved 36 of 52

37 8. Subscribing to Push Notifications Using the MobileFabric Engagement Demo Application 2015 by Kony, Inc. All rights reserved 37 of 52

38 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 9. Sending Adhoc, , SMS and Push Notifications This section explains how to set up the demo application on the Android device to receive ad hoc push, and SMS messages after the subscription is complete. Details of configuring a segment are also provided. 9.1 Configuration of a Segment: This section describes the execution steps needed to create a segment, which will then be used to send ad hoc , SMS and push notifications. 1. Click the Segments that are contained in the Engagement section on left. Click + Add Segment to display the screen to add a new segment by Kony, Inc. All rights reserved 38 of 52

39 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 2. Enter the name of the segment. The Owner and Created Date are automatically populated. 3. Under the Define Conditions section, for the condition No.1, choose First Name for the Audience Member Attribute, Contains for the Operator and type the first name of the user in the Value box. In the sample below the first name is Muralidhar. You will see the Users column gets updated with the number of the users that match the condition. Note: Condition No. is a reference to the audience member attributes added in the grid that help to define conditional logic in the Segment Definition area by Kony, Inc. All rights reserved 39 of 52

40 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 4. Select the required condition from the drop-down list to use for segment definition. 5. If you select the execute condition as Match all conditions or Match any condition, then based on the fulfilled condition(s), the system inserts the number of users under the Users column. 6. If you select the executive condition as Advanced, then five logic buttons appears. Based on your requirement, select the logical operators. 7. Click the Validate button. The system validates whether the conditional logic follows the BODMAS (Brackets Of Division Multiplication Addition Subtraction) rule of selection. System displays the confirmation message if the logic is correct. It states that the validation is successful. Click OK to continue. System displays the View Segment screen. The number of added users appears under the Users column by Kony, Inc. All rights reserved 40 of 52

41 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 8. Click Save to save the segment. The system adds the new segment into the segments grid on Segments screen. System displays the confirmation message, informing that segment is saved successfully. 9.2 Sending Adhoc Push Notifications The ability to send push notifications is one of the most important features of engagement services. The push message feature lets you configure and send push messages based on the preferences and personalization attributes for targeted subscribers or segments. Push messages are sent only to subscribed apps that are active and installed on mobile devices Sending Adhoc Push Notifications to Subscribers This section describes how to configure push notifications to be sent to the individual subscribers. 1. Click Adhoc under the Engagement section on the left side of the page. The Push Message option selects by default in the Channel Type on the right side of the page. In the Published Applications dropdown of the Associated Applications section, choose the KMSDemo application by Kony, Inc. All rights reserved 41 of 52

42 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 2. In Define Message Target section, choose Subscribers as Message Audience. This will show the list of the subscribers that who currently subscribed to the KMSDemo application. Select the subscribers to whom the push message will be sent. 3. In the Push Message Section, enter the Message Title and the push message in the Message Box. If required, select the personalization attributes. Choose the option Now to have the notification immediately sent. Click Send to have the push message immediately delivered by Kony, Inc. All rights reserved 42 of 52

43 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 4. If you would like to schedule the message delivery at a later day and time, choose the Later option in the Set Start and Expiry Time section.after the day and time are chosen, enter the Start Date and Time and Expiry Data and Time. click Schedule Notification for the message delivery to be scheduled for later by Kony, Inc. All rights reserved 43 of 52

44 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide Sending Adhoc Push Notifications to Segments This section describes how to configure push notifications to be sent to the segments (which is a group of subscribers). 1. Click Message Audience option as Segment in the Define Message Target section. This will allow you to add segments associated to this application. Click on Add Segments to add the segments to which the message will be sent to by Kony, Inc. All rights reserved 44 of 52

45 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 2. In the Add Segment(s) to Message screen, select the segment from the Unassigned section and click the > (greater than) button to add the segment to the Assigned section. Click Save to save the segment. 3. In the Selection Criteria drop down, select the required condition from the drop-down list to use for segment definition. If you select the execute condition as Match all conditions or Match any condition, then based on the fulfilled condition(s), the system inserts the number of users under the Users column by Kony, Inc. All rights reserved 45 of 52

46 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 4. In the Message Section, enter the Title and Message for the push notification to be sent. Choose Now in the Set Time section for the message to be sent immediately. Click Send. 5. If you would like to schedule the message delivery at a later day and time, choose the Later option in the Set Start and Expiry Time section.after the day and time are chosen, enter the Start Date and Time and Expiry Data and Time. click Schedule Notification for the message delivary to be scheduled for later by Kony, Inc. All rights reserved 46 of 52

47 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 9.3 Sending Adhoc Notifications The Message feature allows you to configure and send messages based on the preferences and personalization attributes for the targeted audience members or segments Sending Adhoc Notifications to Audience Members 1. Click Adhoc under the Engagement section on the left side of the page. This will display the page as below. Select Message option in the Channel Type on the right side of the page by Kony, Inc. All rights reserved 47 of 52

48 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 2. In the Define Message Target section, there is an option to choose Users or predefined Segments in the TO, CC and BCC sections of the . Choose the user to whom the notifications are to be sent. 3. Type the Sender Name, Sender information in the corresponding fields at the end of Defining Message Target section. Note: Choose the Send to Me option if the sender needs to be copied on the or the Send Copy to Others option if a copy of the needs to be sent to multiple addresses. 4. Next, in the Message section, compose a new message along with the subject as shown below. Select Now in the Set Time section and click Send by Kony, Inc. All rights reserved 48 of 52

49 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 5. If you would like to schedule the message delivery at a later day and time, choose the Later option in the Set Start and Expiry Time section.after the day and time are chosen, enter the Start Date and Time and Expiry Data and Time. Click Schedule Notification for the message delivery to be scheduled for later by Kony, Inc. All rights reserved 49 of 52

50 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide Sending Adhoc Notifications to Segments The steps involved to send the adhoc notifications are similar to sending adhoc push notifications to segments. 9.4 Sending Adhoc SMS Notifications The SMS message feature allows you to configure and send SMS messages based on the preferences and personalization attributes for the targeted audience members or segments. 1. Click Adhoc under Engagement section on the left side of the page. Select the SMS Message option in the Channel Type on the right side of the page by Kony, Inc. All rights reserved 50 of 52

51 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 2. In the Define Message Target section, choose the User option. Select the user to send the text message to from the list view. 3. In the Message section, type the message in the message box and Set Time to Now. Click Send to send the notification by Kony, Inc. All rights reserved 51 of 52

52 9. Sending Adhoc, , SMS and Push Notifications Services QuickStart Guide 4. Choose the Later option in the Set Time section to schedule the day and time when the SMS notification will be sent. After the day and time are chosen, click Schedule Notification to schedule the notification to be sent at a later day and time by Kony, Inc. All rights reserved 52 of 52

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Engagement Services. Database Setup Guide - SQL Server

Engagement Services. Database Setup Guide - SQL Server Kony MobileFabric Engagement Services Database Setup Guide - SQL Server Release 7.2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Introduction to Kony Fabric

Introduction to Kony Fabric Kony Fabric Introduction to Kony Fabric Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide for Kony Fabric Containers Solution On-Premises

Installation Guide for Kony Fabric Containers Solution On-Premises Kony Fabric Installation Guide for Kony Fabric Containers Solution On-Premises Release V8.3.0.0 GA Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Android Build Guidelines

Android Build Guidelines Kony Visualizer Android Build Guidelines Release 7.2.1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Supported OS, Application Servers, and Databases Guide

Supported OS, Application Servers, and Databases Guide Supported OS, Application Servers, and Databases Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Installation Guide - Windows Release 2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Kony Licensing Guide

Kony Licensing Guide Release 6.5 On-Premises Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember

More information

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Deployment Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Installation Guide - Linux. On-Premises

Installation Guide - Linux. On-Premises Kony Management Installation Guide - Linux On-Premises Release 4.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation - Manual - WebSphere On-Premises Release 7.2 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Sync Services. Developing Offline Applications

Sync Services. Developing Offline Applications Kony MobileFabric Sync Services Developing Offline Applications Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Installation Guide - Mac

Installation Guide - Mac Installation Guide - Mac Release 7.0 Beta Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

User Journey - Funnel Reports, App Events and APM

User Journey - Funnel Reports, App Events and APM Kony Fabric Reporting and Analytics User Journey - Funnel Reports, App Events and APM Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Provisioning Mobile Device Manager in the Control Panel. Admin Guide

Provisioning Mobile Device Manager in the Control Panel. Admin Guide Provisioning Mobile Device Manager in the Control Panel Admin Guide Document Revision Date: Mar. 8, 2013 Provisioning MDM in the Control Panel i Contents Overview... 1 Accessing MDM in the Control Panel...

More information

Custom Metrics and Reports

Custom Metrics and Reports Custom Metrics and Reports Release 6.5 2015 by Kony, Inc. All rights reserved 1 of 124 Custom Metrics and Reports Guide Copyright 2013 Kony, Inc. All rights reserved. July, 2015 This document contains

More information

Sync Services. Design Guidelines

Sync Services. Design Guidelines Kony MobileFabric Sync Services Design Guidelines Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

AppFactory User Guide

AppFactory User Guide Kony AppFactory User Guide Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the release stated on this title page and the document version stated on the Revision History

More information

Deploying Lookout with IBM MaaS360

Deploying Lookout with IBM MaaS360 Lookout Mobile Endpoint Security Deploying Lookout with IBM MaaS360 February 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout,

More information

Dynamica SMS Integration Solution User Guide

Dynamica SMS Integration Solution User Guide Dynamica SMS Integration Solution User Guide Contents Manual Solution Installation... 3 Solution Configuration... 3 Twilio configuration... 4 Twilio Account SID and Twilio Auth Token... 6 Get a Twilio

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Custom App Wrapping for ios... 4 Native App Caching: Android...4 Native App

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

Quick Start Guide. For more information, please visit us at

Quick Start Guide. For more information, please visit us at TM Quick Start Guide For more information, please visit us at www.websitealive.com Quick Start Guide With this Quick Start Guide, you ll be up and running in no time! If you need further assistance, help

More information

Upgrading Integration Service on WebSphere. On-Premises

Upgrading Integration Service on WebSphere. On-Premises Kony MobileFabric On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

PrinterOn Mobile App MDM/MAM. Basic Integration Guide

PrinterOn Mobile App MDM/MAM. Basic Integration Guide PrinterOn Mobile App MDM/MAM Basic Integration Guide Contents Chapter 1: Overview... 4 Supported PrinterOn MDM/MAM integrations... 4 Benefits of integrating PrinterOn with MDM/MAM solutions... 5 Chapter

More information

Comodo Device Manager Software Version 4.0

Comodo Device Manager Software Version 4.0 Comodo Device Manager Software Version 4.0 CDM Cloud Portal Setup Guide Guide Version 4.0.061815 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Device Manager - Cloud Portal Setup

More information

HP Roam - Business Deployment Guide

HP Roam - Business Deployment Guide HP Roam - Business Deployment Guide Copyright 2018 HP Development Company, L.P. January 2019 The information contained herein is subject to change without notice. The only warranties for HP products and

More information

Duo Security Enrollment Guide

Duo Security Enrollment Guide Duo Security Enrollment Guide Duo's self-enrollment process makes it easy to register your phone and install the Duo Mobile application on your smartphone or tablet. Supported Browsers: Chrome, Firefox,

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Sophos Mobile Control Super administrator guide. Product version: 3.5

Sophos Mobile Control Super administrator guide. Product version: 3.5 Sophos Mobile Control Super administrator guide Product version: 3.5 Document date: July 2013 Contents 1 About Sophos Mobile Control...3 2 Super administrator accounts...4 3 The super administrator customer...5

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

CONTENTS PAGE. Top Tip: Hold down the Ctrl key on your keyboard and using your mouse click on the heading below to be taken to the page

CONTENTS PAGE. Top Tip: Hold down the Ctrl key on your keyboard and using your mouse click on the heading below to be taken to the page USER GUIDE CONTENTS PAGE Top Tip: Hold down the Ctrl key on your keyboard and using your mouse click on the heading below to be taken to the page Part 1) How to create a new account...2 Part 2) How to

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Briefcase ios 3.7. Administrator s Guide

Briefcase ios 3.7. Administrator s Guide Briefcase ios 3.7 Administrator s Guide Contents Colligo Briefcase ios Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges...

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

A S C E R T I A LTD D O C U M E N T V E R S I O N - 1.2

A S C E R T I A LTD D O C U M E N T V E R S I O N - 1.2 Q u i c k G u i d e E n t r u s t I D G S m a r t C r e d e n t i a l E n r o l m e n t A S C E R T I A LTD J A N U A R Y 2 0 1 5 D O C U M E N T V E R S I O N - 1.2 Ascertia Ltd, 2015 This document contains

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

VST Hospital Administrator Guide. Version 2.0.4

VST Hospital Administrator Guide. Version 2.0.4 VST Hospital Administrator Guide Version 2.0.4 Notice Copyright 2002- Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc. This software is licensed,

More information

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE I WOULD LIKE TO... Cloud UC Program Downloads Avaya Cloud allows you to setup your telephone to be used the way you want it to. There are additional programs that extend the abilities of the application

More information

Accessing the SIM PCMH Dashboard

Accessing the SIM PCMH Dashboard Accessing the SIM PCMH Dashboard Setting up Duo, Creating Your Level-2 Password, and Setting up Citrix Receiver to Log in to the Dashboard P R O C EDURAL GUID E Document File Name Accessing_the_SIM_Dashboard.docx

More information

Colligo Briefcase. for Good Technology. Administrator Guide

Colligo Briefcase. for Good Technology. Administrator Guide for Good Technology Administrator Guide Contents Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 3 for Good Technology...

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux Kony MobileFabric Kony Messaging Services On-Premises Installation Guide - Linux Release 5.6 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page

More information

Abila Nonprofit Online. Connection Guide

Abila Nonprofit Online. Connection Guide Abila Nonprofit Online This is a publication of Abila, Inc. Version 1.x 2014 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

PERSPECTIVE WORKFLOW INSTALLATION GUIDE

PERSPECTIVE WORKFLOW INSTALLATION GUIDE PERSPECTIVE WORKFLOW INSTALLATION GUIDE Version 2.0 June 2015 Perspective by Resolver Perspective Workflow Version 2.0 Distributed June 2015 Copyright 2015 Resolver Inc. and its licensors. All rights reserved.

More information

INSTALLATION AND SETUP VMware Workspace ONE

INSTALLATION AND SETUP VMware Workspace ONE GUIDE NOVEMBER 2018 PRINTED 9 JANUARY 2019 VMware Workspace ONE Table of Contents Installation and Setup Introduction Prerequisites Signing Up for a Free Trial Launching the Workspace ONE UEM Console Navigating

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Table of Contents HOL-1757-MBL-5

Table of Contents HOL-1757-MBL-5 Table of Contents Lab Overview - - VMware AirWatch: Mobile App Management and App Development... 2 Lab Guidance... 3 Module 1 - Introduction to AppConfig (30 minutes)... 8 Login to the AirWatch Console...

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 1.0 Document date: May 2011 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Apple Push

More information

USER GUIDE 04 REGISTERING AS A USER 05 LOGGING INTO THE PLATFORM 06 MANAGING CONTACTS 09 SENDING NOTIFICATIONS FROM THE PLATFORM

USER GUIDE 04 REGISTERING AS A USER 05 LOGGING INTO THE PLATFORM 06 MANAGING CONTACTS 09 SENDING NOTIFICATIONS FROM THE PLATFORM USER GUIDE FOR CORPORATE PARTNER GROUP MANAGER 04 REGISTERING AS A USER 05 LOGGING INTO THE PLATFORM 06 MANAGING CONTACTS Existing contacts New Contacts Additional Information 09 SENDING NOTIFICATIONS

More information

Configuring Google Cloud Messaging Service for Android Devices

Configuring Google Cloud Messaging Service for Android Devices www.novell.com/documentation Configuring Google Cloud Messaging Service for Android Devices ZENworks Mobile Management 2.8.x November 2013 Legal Notices Novell, Inc., makes no representations or warranties

More information

Sophos Mobile Control startup guide. Product version: 7

Sophos Mobile Control startup guide. Product version: 7 Sophos Mobile Control startup guide Product version: 7 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 Sophos Mobile Control licenses...7 3.1 Trial licenses...7 3.2 Upgrade trial licenses

More information

XIA Automation Server

XIA Automation Server Administrator's Guide Version: 3.1 Copyright 2017, CENTREL Solutions Table of contents About... 6 Installation... 7 Installation Requirements (Server)... 8 Prerequisites (Windows 2016 / 2012)... 9 Prerequisites

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment...

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment... Chatter Instructions Contents Signing Up... 2 Accessing Chatter... 5 On Your Computer... 5 On Your Smartphone... 6 Using Chatter... 9 Posting... 9 Like or Comment... 9 Share a File... 9 Search and Organize

More information

Lab 5: Working with REST APIs

Lab 5: Working with REST APIs Lab 5: Working with REST APIs Oracle Database Cloud Service Hands On Lab 1) In this Lab we will install the REST Client Postman 2) Use Rest API calls to a) Create a database service b) List account instances

More information

Dell Management Portal. Apple Device Enrollment Program

Dell Management Portal. Apple Device Enrollment Program Dell Management Portal Contents 3 Setting up the 3 DMP Device Deployment Program Prerequisites 4 Configure Apple VPP Token in DMP 5 Download Apple VPP Token 5 Assign VPP App Licenses 7 Configure Virtual

More information

Lookout Mobile Endpoint Security. AirWatch Connector Guide

Lookout Mobile Endpoint Security. AirWatch Connector Guide Lookout Mobile Endpoint Security AirWatch Connector Guide October 2017 1 Copyright and disclaimer Copyright 2017, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout, the Shield

More information

USER GUIDE WASHINGTON ACCESS

USER GUIDE WASHINGTON ACCESS edirect USER GUIDE WASHINGTON ACCESS to INSTRUCTION and MEASUREMENT (WA-AIM) Spring 2018 Administration Produced by Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311 Direct:

More information

Developing Android applications in Windows

Developing Android applications in Windows Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov Living Systems Process Suite Installation Living Systems Process Suite Documentation 3.1 Thu Nov 29 2018 Whitestein Technologies AG Hinterbergstrasse 20 CH-6330 Cham Tel +41 44-256-5000 Fax +41 44-256-5001

More information

User Guide. Twilio SMS Notification. Extension for Magento by Azaleasoft. Support: (

User Guide. Twilio SMS Notification. Extension for Magento by Azaleasoft. Support: ( Twilio SMS Notification Extension for Magento by Azaleasoft User Guide Copyright 2016-2017 azaleasoft.com. 1 Table of Contents 1.Installation Process 3 2.How to use 4 2.1 Create Twilio Account 4 2.2 Admin

More information

Mobility Manager 9.5. Users Guide

Mobility Manager 9.5. Users Guide Mobility Manager 9.5 Users Guide LANDESK MOBILITY MANAGER Copyright 2002-2013, LANDesk Software, Inc. and its affiliates. All rights reserved. LANDesk and its logos are registered trademarks or trademarks

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help Introduction Keep a watch on your family, pet, home or office 24/7, even when you re not there. Creative Live! Cam IP SmartHD gives you a live update on your phone, wherever you are. Get activity alerts,

More information

GETTING STARTED GUIDE. Mobile Admin. Version 8.2

GETTING STARTED GUIDE. Mobile Admin. Version 8.2 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: April 24, 2018 GETTING STARTED GUIDE: MOBILE ADMIN 2018 SolarWinds Worldwide, LLC. All rights reserved. This document may not be reproduced

More information

Duo Security Enrollment Guide

Duo Security Enrollment Guide Duo Security Enrollment Guide Duo's self-enrollment process makes it easy to register your phone and install the Duo Mobile application on your smartphone or tablet. Supported Browsers: Chrome, Firefox,

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Enrolling Devices in Duo

Enrolling Devices in Duo Enrolling Devices in Duo To use ArchPass, UGA s two-step login powered by Duo you will need to enroll a device with the Duo application. You can enroll any smartphone, mobile phone, landline phone or tablet.

More information

Installation Guide. Qlik Sense Copyright QlikTech International AB. All rights reserved.

Installation Guide. Qlik Sense Copyright QlikTech International AB. All rights reserved. Installation Guide Qlik Sense 2.0.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Secure Messaging Plus Website. User s Guide

Secure Messaging Plus Website. User s Guide Secure Messaging Plus Website User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may

More information

Using Citrix to access QFIS and other applications

Using Citrix to access QFIS and other applications Using Citrix to access QFIS and other applications Citrix offers a secure way to remotely access applications at Queen s, including P2P. To use Citrix, open your browser and go to https://offcampus.qub.ac.uk.

More information

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+ SSRS 2016 for WITS Web Portal User Guide Applies to: WITS Version 18.0+ Microsoft SQL Server Reporting Services (SSRS) 2016 Last Updated June 1, 2017 Microsoft SQL Server 2016 Report Builder 3.0 Version

More information

QUENTRY.COM. Version 2.0. Software User Guide Revision 1.7. Copyright 2017, Brainlab AG Germany. All rights reserved.

QUENTRY.COM. Version 2.0. Software User Guide Revision 1.7. Copyright 2017, Brainlab AG Germany. All rights reserved. QUENTRY.COM Version 2.0 Software User Guide Revision 1.7 Copyright 2017, Brainlab AG Germany. All rights reserved. TABLE OF CONTENTS TABLE OF CONTENTS 1 GENERAL INFORMATION...5 1.1 Contact Data...5 1.2

More information

Remote Access Resources

Remote Access Resources Remote Access Resources Windows 7 Windows 10 Firm Laptop Windows Windows Mac Computer Apple ipad Mac Computer Android Devices Apple ipad Remote Access Remote Access for Personal Computer (Windows) Quick

More information

Workflow INSTALLATION GUIDE

Workflow INSTALLATION GUIDE Workflow INSTALLATION GUIDE Perspective by PPM Version 2.0 Printed September 2013 Copyright 2013 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000,

More information

USER GUIDELINES. Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password?

USER GUIDELINES. Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password? USER GUIDELINES Revision 1.8 20 August, 2015 Q 1. How can I log into my webmail? Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password?

More information

PACS Scan Mobile. Installation Guide. Version: Written by: Product Knowledge, R&D Date: September 2016 LX-DOC-PSM2.0.

PACS Scan Mobile. Installation Guide. Version: Written by: Product Knowledge, R&D Date: September 2016 LX-DOC-PSM2.0. PACS Scan Mobile Installation Guide Version: 2.0.1 Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information