MIGRATING MOBILE APPS. How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform

Size: px
Start display at page:

Download "MIGRATING MOBILE APPS. How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform"

Transcription

1 W HITE PAPER www. p rogres s.com MIGRATING MOBILE APPS How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform

2 TABLE OF CONTENTS OVERVIEW... 2 PROCEDURES REQUIRED FOR ALL PROJECTS... 3 Migrating an App to the Telerik Platform Automatically... 4 Migrating an App to the Telerik Platform Semi-automatically... 6 Export an App Archive with Modified Source Code Files... 6 Upload the App Archive to the Telerik AppBuilder... 6 Migrating an App to the Telerik Platform Manually... 8 Export an App from the Mobile App Builder... 8 Upload an App Archive to the Telerik AppBuilder... 9 Add the Application Identifier and Certificates MIGRATING BACKEND SERVICES FOR A MOBILE APP Create a Backend Services project Push Notifications Enable Push Notifications in the Backend Project and Provide Certificates Enable Push Notifications in the Hybrid Project Edit the App Start Page HTML file Edit the App Start Page JavaScript File Mobile User Accounts Add Users to the Telerik App Manually Calling the Telerik User API Databases Create Cloud Data Content Types Populate the Content Types with Data Define Access Control List (ACL) Permissions Update Basic Cloud Data Services in the Migrated App Update Data Authentication Services in the Migrated App Update Data Query Services with Sorting and Pagination Migrating Server Code Migrating Files CONCLUSION Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 1

3 OVERVIEW This document describes how to migrate your Mobile App projects from the Rollbase and OpenEdge Mobile App Builder to the Telerik Platform. The Telerik Platform contains many development tools including the AppBuilder. The artifacts of a Telerik Platform AppBuilder Mobile App differ from those of the Mobile App Builder. In the Mobile App Builder, each App is a separate project. In the Telerik Platform, an App can contain multiple projects. Note: In the Telerik AppBuilder, an App is similar to a workspace in Progress Developer Studio for OpenEdge. A Mobile App project from the Mobile App Builder corresponds to a Hybrid project within an App of the Telerik AppBuilder. Backend services that you configured in the Mobile Applications Monitoring Dashboard, such as push notifications, require a separate Backend Service project in the Telerik Platform. Note: The procedures and screen shots in this document describe working in the Telerik AppBuilder Integrated Cloud Environment (ICE) Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 2

4 PROCEDURES REQUIRED FOR ALL PROJECTS To migrate a Mobile App project to the Telerik Platform, you first need an account for the Telerik Platform. You can use the Telerik AppBuilder browser version or you can install it locally. Procedures and screen shots in this document describe the browser AppBuilder. The main steps required to migrate a project include: 1. Exporting the App from the Mobile App Builder. 2. Uploading the App archive to the Telerik AppBuilder. 3. Modifying source code files to work in Telerik AppBuilder. 4. Add the application identifier and certificates. 5. Optionally, for Apps that used Mobile App Builder backend services, create a Telerik Backend Service project, for each backend service, and migrate the functionality. A project can be migrated in one of the following ways: Automatically (Recommended for most projects) The first three steps are automated. From the Mobile App Builder, you only need to define your Telerik credentials and select Export to Telerik source, then the Mobile App Builder will create a Telerik App and a Hybrid project in it with source code files already modified and loaded. You then add the application identifier and certificates. Semi-automatically You export the App from the Mobile App Builder to an App archive using Export to Telerik HTML/JS/CSS; the App archive includes the source code files already modified. You only need to upload the App archive to a project in a new Telerik App or an existing one. You then add the application identifier and certificates. Manually You need to complete all migration steps yourself Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 3

5 MIGRATING AN APP TO THE TELERIK PLATFORM AUTOMATICALLY Follow these steps to migrate an App from the Mobile App Builder to the Telerik Platform automatically: 1. Open your Mobile App in the Mobile App Builder. 2. From the menu bar, select Export > Telerik: 3. Enter your Telerik Platfrom credentials and a project name (if you want to change it from the default), then click OK: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 4

6 4. After you see confirmation of the successful creation of the Telerik Platform project, log into the Telerik Platform and find the App with the defined project name (e.g., <projectname>_workspace): 5. Open the App and the Hybrid project that the App contains with the same name (e.g., MobileApp<App_name>). 6. Add the core plugins for the Hybrid project: a. From the Telerik Platform, Project Navigator, open Properties. b. Open Plugins and select all plugins from the Core Plugins list. 7. Set the application s identification and upload its certificates (see Add the Application Identifier and Certificates). 8. If the Rollbase or OpenEdge Mobile App did not include backend services, test the migrated App using the AppBuilder simulator by selecting Run. See the Telerik Platform documentation for more information. The project source code files are modified and ready for further development in the Telerik Platform. If your Mobile App Builder project used backend services (push notifications, databases, server code, etc.), you need to migrate the backend services and make additional changes in the Hybrid project source code. For more information, see Migrating Backend Services for a Mobile App. Note: The migrated source code still uses jquery Mobile and the existing Mobile App Builder libraries. This project is ideal for reference or for minor changes. It is recommended that you create a new project using Kendo UI and the latest Rollbase or OpenEdge Mobile release documentation to fully take advantage of the power of the Telerik Platform Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 5

7 MIGRATING AN APP TO THE TELERIK PLATFORM SEMI- AUTOMATICALLY If you want to create a new App in the Telerik Platform separately, or you want to add this Mobile App to one of your existing Telerik Apps, do the following to save the Mobile App archive to your computer and then upload it to the Telerik App. Export an App Archive with Modified Source Code Files Follow these steps to export an app archive ready for migrating to the Telerik AppBuilder: 1. Open your Mobile App in the Mobile App Builder. 2. From the menu bar, select Export > HTML/JS/CSS (the Telerik option) to create a ZIP archive: The resulting ZIP file includes the edited source code files for your App modified to work in the Telerik AppBuilder. Upload the App Archive to the Telerik AppBuilder You can upload the exported Mobile App archive to an existing App or to a new App that you create in the Telerik AppBuilder. To upload the exported Mobile App archive to a new App: 1. Log in to the Telerik Platform. Note: On first login, click Start Telerik Platform. If you have used the AppBuilder before, it opens where you left off Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 6

8 2. Create an App: a. Click + Create app. b. Select Start from a blank app. c. Enter the App name and optional Description. d. Click Create app. 3. Create a Hybrid project: a. In the App Dashboard, click + Create project > AppBuilder Hybrid project. b. Click Choose project template (the default), and select Blank (JavaScript). c. Enter the Project name and optional Description. d. Click Create project. 4. After the project loads in the AppBuilder, add the HTML ZIP archive: a. In the Project Navigator, right-click the folder labeled with the name of your new Hybrid project node (i.e. mynewproject) and select Add > From Archive: b. In the Add from Archive dialog, select the ZIP file that you exported from the Mobile App Builder. c. Click Upload. d. In the Import and overwrite files dialog, cllick Yes to overwrite any existing files. Wait until the archive loads Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 7

9 5. Set the application s identification and upload its certificates (see Add the Application Identifier and Certificates) 6. If the Rollbase or OpenEdge Mobile App did not include backend services, test the migrated App using the AppBuilder simulator by selecting Run. See the Telerik Platform documentation for more information. The project source code files are modified and ready for further development in the Telerik Platform. If your Mobile App Builder project used backend services (push notifications, databases, server code, etc.), you need to migrate the backend services and make additional changes in the Hybrid project source code. For more information, see Migrating Backend Services for a Mobile App. Note: The migrated source code still uses jquery Mobile and the existing Mobile App Builder libraries. This project is ideal for reference or for minor changes. It is recommended that you create a new project using Kendo UI and the latest Rollbase or OpenEdge Mobile release documentation to fully take advantage of the power of the Telerik Platform. MIGRATING AN APP TO THE TELERIK PLATFORM MANUALLY Migrate the App manually if you want to perform all the steps of migrating a Mobile App Builder project yourself. Export an App from the Mobile App Builder Follow these steps to migrate an App from the Mobile App Builder to the Telerik AppBuilder: 1. Open your Mobile App in the Mobile App Builder. 2. From the menu bar, select Export > HTML/JS/CSS as shown from either the Release Binary or Debug Binary column to create a ZIP archive: The resulting ZIP file includes the editable source code files for your App Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 8

10 Upload an App Archive to the Telerik AppBuilder You can upload the exported App archive to a new project in an existing App or to a new App that you create in the Telerik AppBuilder. To upload the exported App archive to a new App: 1. Log in to the Telerik Platform. Note: On first login, click Start Telerik Platform. If you have used the AppBuilder before, it opens where you left off. 2. Create an App: a. Click + Create app. b. Select Start from a blank app. c. Enter the App name and optional Description. d. Click Create app. 3. Create a Hybrid project for the App: a. In the App Dashboard, click + Create project > AppBuilder Hybrid project. b. Click Choose project template (the default), and select Blank (JavaScript). c. Enter the Project name and an optional Description. d. Click Create project Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 9

11 4. Upload the exported Mobile App archive: a. In the Project Navigator, right-click the folder labeled with the name of your new Hybrid project (i.e. mynewproject) and select Add > From Archive: b. In the Add from Archive dialog, select the ZIP file that you exported from the Mobile App Builder. c. Click Upload. d. In the Import and overwrite files dialog, cllick Yes to overwrite any existing files. Wait until the archive loads. The project source code files are imported but need to be modified to work in the Telerik Platform Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 10

12 5. In the Mobile App source code, modify the reference to the cordova.js file to point to the Telerik Platform: a. In the Project Navigator right-click the App start page HTML file and select Open to open the file in the editor. (If the default name for the App start page was not changed, it will be MyPhoneApp.html.) b. In the source code, search for cordova.js to find the corresponding <script> element: <script type="text/javascript" src="files/resources/lib/cordova.js"> </script> c. Remove the relative path from the src attribute value, leaving just the filename: <script type="text/javascript" src="cordova.js"></script> d. Save the file. 6. Set the application s identification and upload its certificates (see Add the Application Identifier and Certificates) 7. If the Rollbase or OpenEdge Mobile App did not include backend services, test the migrated App using the AppBuilder simulator by selecting Run. See the Telerik Platform documentation for more information. The project source code files are modified and ready for further development in the Telerik Platform. If your Mobile App Builder project used backend services (push notifications, databases, server code, etc.), you need to migrate the backend services and make additional changes in the Hybrid project source code. For more information, see Migrating Backend Services for a Mobile App. Note: The migrated source code still uses jquery Mobile and the existing Mobile App Builder libraries. This project is ideal for reference or for minor changes. It is recommended that you create a new project using Kendo UI and the latest Rollbase or OpenEdge Mobile release documentation to fully take advantage of the power of the Telerik Platform Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 11

13 ADD THE APPLICATION IDENTIFIER AND CERTIFICATES If your Mobile App will be installed on ios or Android devices, you need to add ios and Android certificates. If you published the original Mobile App to the Apple App Store and you want to publish the Telerik version of the app as a new version of the same app, you need to define the same Bundle ID value as it was set in the Mobile App Builder. Besides, the Bundle ID should match the provisioning ios profile. So, make sure you upload the same ios certificate and provisioning profile as you uploaded in the Mobile App Builder. 1. Locate the Bundle ID in the Mobile App Builder: a. Open the exported project in the Mobile App Builder. b. In the Project tab, select App Settings. c. Select the ios Binary tab. d. Copy the value from the Bundle ID field. 2. Set the Application Identifier in your migrated project from the ios Bundle ID value you copied in the Mobile App Builder: a. In the Project Navigator, select Properties > Open > General. b. Set the Application Identifier field to the Bundle ID value: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 12

14 3. Transfer your existing ios provisioning profiles and ios and Android certificates to your migrated project on the Telerik Platform: a. To use your ios p12 certificate, provisioning ios profile, and Android certificate in the Telerik Platform, click the gear control in the upper right corner and select Options: b. On the Options page, select each option under ios and Android, then upload the corresponding ios or Android artifacts required for the Mobile App by clicking Import. For example, the following figure has the ios Cryptographic identities option selected to import the required ios p12 certificate: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 13

15 MIGRATING BACKEND SERVICES FOR A MOBILE APP If your Mobile App Builder project uses Push Notifications or other backend services, you need to migrate these backend services to a new Telerik Backend Service project in your migrated App. The following table shows how Telerik AppBuilder Backend services correspond to Mobile App Builder backend services. Mapping Mobile App Builder backend services to a Telerick Backend Service type Mobile App Builder backend functionality Push Notifications and device registration Database users or mobile user accounts Custom database usage Database files Server code or secure REST Telerik AppBuilder Backend Service type Push Notifications User Management Cloud Data Cloud Files Cloud Code To migrate backend functionality that was configured in the Mobile App Builder Monitoring Dashboard, create a Backend Services project and migrate the services you want to support Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 14

16 CREATE A BACKEND SERVICES PROJECT To create a Backend Services project: 1. In the Telerik AppBuilder, click the name of your migrated App in the top navigation bar to open the Projects page: 2. Click Create project > Backend Services project. 3. Leave the default selection, Start from scratch. 4. Enter the Project name and optional Description.. 5. Click Create project. The following sections describe how to migrate the following backend functionality from the Mobile App Builder to your new AppBuilder Backend Services project: Push Notifications Mobile User Accounts Databases Migrating Server Code Migrating Files 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 15

17 PUSH NOTIFICATIONS You cannot send push notifications from the Telerik Platform to devices registered in Rollbase or OpenEdge until end-users install the Telerik version of the App on their devices. Before building your migrated Mobile App for installation on devices, you must migrate push notifications both in your and Hybrid and Backend Services projects. To migrate push notifications, follow these main steps: 1. Ensure that you have added a Backend Services project to your migrated App as described above. 2. Enable push notifications in your Backend Services project and provide the required App certificate and/or API Key (issued by Apple, Google, or Microsoft). 3. Enable push notifications in your Hybrid project. 4. Edit migrated source code in your Hybrid project. The following sections provide detailed steps to enable push notifications for your migrated Mobile App projects and modify your source code to support it: Enable Push Notifications in the Backend Project and Provide Certificates Enable Push Notifications in the Hybrid Project Edit the App Start Page HTML file Edit the App Start Page JavaScript File 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 16

18 Enable Push Notifications in the Backend Project and Provide Certificates Follow these steps to enable push notifications: 1. In your Backend Services project, from the Get started with Services page, click Add to project in the Push Notifications card. (If you do not see this page, from the left navigation pane, select the Configure>Services node. You will see all of the Services that can be added to a project.): Push Notifications is added to the project and is displayed as a node in the left navigation panel. 2. From the Push Notifications node, select Settings. 3. Select each platform you want to receive push notifications and follow the instructions to provide the appropriate certificates or keys: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 17

19 4. Click Save. 5. Locate your Telerik Backend Services project API Key, you will need this when you add code to your migrated App start page JavaScript file: a. In the left navigation pane, expand the Overview node and select API Keys. b. Copy the specified API Key value to use later. Enable Push Notifications in the Hybrid Project To enable push notifications for the Hybrid project, you need to add the PushPlugin to the project: 1. In the Telerik AppBuilder, navigate to the Hybrid project where you migrated your Mobile App. 2. Enable the PushPlugin: a. From the Project Navigator, under the folder labeled with your project name, select Properties. b. Under Properties, select the Plugins node. c. In the center pane, scroll to Other Plugins and select PushPlugin. If PushPlugin is not available from Other Plugins, install PushPlugin from the Plugin Marketplace: i. Click on "Install from Plugin Marketplace" button; ii. Search for PushPlugin, and install it. This plugin provides the ability for the Mobile App to receive push notifications. 3. Enable the Splashscreen plugin: a. From the Project Navigator, under the folder labeled with your project name, select Properties. b. Under Properties, select the Plugins node. c. Select Splashscreen plugin Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 18

20 Edit the App Start Page HTML file In the migrated HTML file for your App start page, you need to insert a new <script> tag to reference Telerik functionality: 1. In the Project Navigator, under your project folder, right-click the App start page HTML file and select Open to open the file in the editor. (If the App start page name was not changed from the default, this file will be MyPhoneApp.html.) 2. In the <head> section, search for the <link> tag href reference to the App start page CSS file and the <script> tag src reference to the App start page JavaScript file. (If the App start page name was not changed, the filenames will be MyPhoneApp.css and MyPhoneApp.js.) For example: 3. Between these <link> and <script> elements, insert the following <script> element: <script src=" </script> The results will appear similar to the following: 4. Save the file. Edit the App Start Page JavaScript File Next, edit the App start page JavaScript file to replace the Mobile App Builder push notification code with the equivalent Telerik push notification code. These edits include: Deleting the Mobile App Builder push registration methods. Adding the Telerik API Key and adding methods to initialize and invoke push notification from Telerik. Changing the syntax of the push notification message. Adding code for registering devices and hiding the splash screen Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 19

21 Follow these steps to replace the old push notification code with new code for Telerik Push Notifications: 1. In the Project Navigator, right-click the App start page JavaScript file and select Open to open the file in the editor. (If the App start page name was not changed, this file will be MyPhoneApp.js.) 2. For Android Apps only, find the pushnotification.registerdevice() method call in this file, and note its senderid parameter value (obscured here for confidentiality). This is the Android project number that goes in code you add in the remaining steps. You might also want to note the values for the alert, badge, and sound parameters to update in the new code as well: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 20

22 3. Find and delete the following Mobile App Builder push notification code: var _pushregistrationapperyservice = new Appery.RestService({ 'url': ' 'datatype': 'json', 'type': 'post', 'contenttype': 'application/json', ); var _registerpushapperyds = new Appery.DataSource(_pushRegistrationApperyService, { 'oncomplete': function(jqxhr, textstatus) { $t.refreshscreenformelements("myphoneapp");, 'onsuccess': function(data) { console.info('app successfully registered with Rollbase Push service'); $(document).trigger('pushregistrationsuccess');, 'onerror': function(jqxhr, textstatus, errorthrown) { $(document).trigger('pushregistrationfail');, 'responsemapping': [], 'requestmapping': [{ 'PATH': ['type'], 'TRANSFORMATION': function(value) { return Appery.getTargetPlatform();, { 'PATH': ['token'], 'ID': ' local_storage ', 'ATTR': 'pushnotificationtoken', { 'PATH': ['deviceid'], 'ID': ' local_storage ', 'ATTR': 'pushnotificationdeviceid', { 'PATH': ['X-Progress-App-Id'], 'HEADER': true, 'TRANSFORMATION': function(value) { return Appery.getProjectGUID();, { 'PATH': ['timezone'], 'ID': ' local_storage ', 'ATTR': 'devicetimezone' ] ); 4. Scroll to the top of the JavaScript file and add the following code to initialize Telerik Push Notifications, and update the highlighted portions according to the step that immediately follows this code: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 21

23 // This is your Telerik Backend Services API key. var baasapikey = '<BAAS_API_KEY>'; // This is the scheme (http or https) to use for accessing Telerik Backend Services. var baasscheme = 'http'; //This is your Android project number. It is required by Google in order to enable //push notifications for your app. You do not need it for iphone. var androidprojectnumber = '<Android_project_number>'; //Initialize the Telerik Backend Services SDK var _everlive = new Everlive({ apikey: baasapikey, scheme: baasscheme ); var _ondeviceisregistered = function() { $(document).trigger('pushregistrationsuccess'); $(document).trigger('pushinit'); ; var _ondeviceunregistered = function() { // input code here for deviceunregistered event ; var onandroidpushreceived = function(args) { args.alert = args.message; $(document).trigger('push-notification', args); ; var oniospushreceived = function(args) { args.message = args.alert; $(document).trigger('push-notification', args); ; var onwp8pushreceived = function (args) { $(document).trigger('push-notification', args); ; var registerforpush = function() { var pushsettings = { android: { senderid: androidprojectnumber, ios: { badge: "true", sound: "true", alert: "true", wp8: { channelname:'everlivepushchannel', notificationcallbackandroid : onandroidpushreceived, notificationcallbackios: oniospushreceived, notificationcallbackwp8: onwp8pushreceived ; _everlive.push.register(pushsettings).then( _ondeviceisregistered, function(err) { $(document).trigger('pushregistrationfail', err); ); ; var unregisterfrompush = function() { _everlive.push.unregister().then( _ondeviceunregistered, function(err) { alert('unregister ERROR: ' + JSON.stringify(err)); ); ; 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 22

24 5. Follow these steps to update the highlighted portions of the code you added in the previous step: a. Replace the <BAAS_API_KEY> placeholder value with the Telerik API Key value that you copied out and saved when you enabled push notifications in the Backend Services project for your migrated App (see Enable Push Notifications in the Backend Project and Provide Certificates). b. Replace the <Android_project_number> placeholder value with the senderid parameter value from an existing call to the pushnotification.registerdevice() method that you saved in a previous step. (This method call will be removed in a following step.) c. Verify that the ios values for the alert, badge, and sound properties (also highlighted) are set as desired. You can find the migrated values set for the parameters of the same method call (to be removed) as for the senderid parameter. Note: You can also find the original values of the senderid, alert, badge, and sound parameters in the Rollbase/OpenEdge Mobile App Builder under App Settings > Push Notifications for the original project: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 23

25 6. Find and remove the following block of code: $(document).bind("resume", function() { PushNotification.getPendingNotifications(function(status) { var notifications = status.notifications; for (var i = 0; i < notifications.length; ++i) { PushNotification.notificationCallback(notifications[i]); ); ); $(document).bind("pushinit", function() { localstorage.setitem('pushnotificationtoken', arguments[1].devicetoken); _registerpushapperyds.execute({); ); var pushnotification = PushNotification; pushnotification.getdeviceuniqueidentifier(function(status) { localstorage.setitem('pushnotificationdeviceid', status); ); var offset = new Date().getTimezoneOffset(); var hr = parseint(offset / (-60)); var min = -offset - hr * 60; var tmin = '' + min; var timezone = 'UTC' + (hr > 0? '+' + hr : hr) + ':' + (tmin.length > 1? tmin : '0' + tmin); localstorage.setitem('devicetimezone', timezone); pushnotification.registerdevice({ alert: true, badge: true, sound: true, senderid: '**********', function(status) { $(document).trigger('pushinit', status); ); 7. Find the following code block: $(document).unbind('pushinit push-notification pushregistrationfail pushregistrationsuccess ').bind({ "pushinit": function() {..., "push-notification": function() { var data = arguments[0].originalevent.notification;..., 8. Update the push-notification function to match the parameter definition used in the Telerik Plaltform. The following example (highlighted) inspects the push notification message: $(document).unbind('pushinit push-notification pushregistrationfail pushregistrationsuccess ').bind({ "pushinit": function() {..., "push-notification": function() { var data = arguments[0].originalevent.notification;..., Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 24

26 In the Telerik Platform, push messages have a different structure than in the Mobile App Builder. You need to change how push notification fields are accessed accordingly (see the Telerik Push Notifications documentation), as in the following change to the push-notification function shown above: $(document).unbind('pushinit push-notification pushregistrationfail pushregistrationsuccess ').bind({ "pushinit": function() {..., "push-notification": function() { var message = arguments[1].message;...,... In a similar fashion, you must update any code that references the old message format. For example the alert code shown in the table below is updated to use the new message variable: Existing alert(data.aps.alert); Updated alert(message); 9. Finally, locate the function definition for the deviceready event handler and add the following code for registering devices and hiding the splash screen to the end of the function code block: navigator.splashscreen.hide(); registerforpush(); The result will look similar to the following: <StartPageName>_deviceEvents = function() { document.addeventlistener("deviceready", function() {... navigator.splashscreen.hide(); registerforpush(); ); 10. Save the file. Completing these steps enable push notifications from the Telerik Platform. For more information on working with push notifications on the Telerik Platform, see the Telerik Push Notifications documentation Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 25

27 MOBILE USER ACCOUNTS If your Mobile App Builder project required users to register in order to have access to backend services, you will need to migrate the Database User accounts from the Mobile App Builder to the Telerik Platform. You can migrate the user accounts but not the passwords, because passwords are stored securely and known only to the registered user. You can handle passwords in the following ways: If you know user addresses, migrate these accounts with initial passwords that you set. You can then use the Telerik password recovery API to enable users to set a new password by supplying their username or address to your App. Your App then sends an to the user providing a means for them to enter a new password. If you do not know user addresses, migrate these accounts with initial passwords that you set. Use push notifications to inform these users how they can set new passwords after they first install the App on their devices. If you have only a few users to migrate, you can add them manually. If you have many users, you can migrate them using the Telerik Backend Services REST API for user management. The following sections describe these two approaches to migrating mobile user accounts. Add Users to the Telerik App Manually To add users to a Telerik App, follow these steps: 1. Navigate to the Backend Services project for your App. 2. From the left pane Configuration node, select Services. 3. In the User Management card, click Add to project. This adds a Users node in the left pane. 4. From the Users node, select Users Browser. 5. Click the plus icon (+) to add a user. 6. Enter the required information and specify a temporary password. 7. Click Save Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 26

28 Calling the Telerik User API The following table shows examples of Rollbase/OpenEdge Mobile App Builder REST API calls for user management and links to the Telerik Backend Services REST API documentation on the corresponding Telerik Platform functionality. For example, you can register users programmatically on the Telerik Platform using the Ajax call described in the specified user registration documentation: Function Rollbase/OpenEdge Mobile App Builder REST API Call Telerik Backend Services Documentation Register User curl -X POST \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "Content-Type: Application/json" \ -d "{"username":"<user_name>","password":"<user_password> "" \ User Registration Login User curl -X GET \ -H "X-Progress-Database-Id: <Database_Id>" \ -G --data-urlencode 'username=<user_name>' \ --data-urlencode 'password=<user_password>' \ Logout User curl -X GET \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "X-Progress-Session-Token: <session_token>" \ Authentication Authentication Read User curl -X GET \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "X-Progress-Session-Token: <session_token>" \ Retrieving Users <user_id> Read Users (multiple) curl -X GET \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "X-Progress-Session-Token: <session_token>" \ -G --data-urlencode 'where={"<field_name>":"<field_value>"' \ Retrieving Users Update User curl -X PUT \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "X-Progress-Session-Token: <session_token>" \ -H "Content-Type: Application/json" \ -d "{\"username\":\"<user_name>\",\"password\":\"<user_pa ssword>\"" \ Updating Users <user_id> 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 27

29 Delete User curl -X DELETE \ -H "X-Progress-Database-Id: <Database_Id>" \ -H "X-Progress-Session-Token: <session_token>" \ Deleting Users users/<user_id> The following table shows the format of the results for a successful login request to both the Rollbase/OpenEdge Mobile App Builder and the Telerik Platform: Login result in Rollbase/OpenEdge Mobile App Builder Login result in the Telerik Platform { "_id": <USER-ID-VALUE>, "sessiontoken": <SESSION-TOKEN-VALUE> { "Result": {"access_token": <TOKEN-VALUE>, "token_type": "bearer", "principal_id": <USER-ID- VALUE> Note: The Telerik Platform access_token value is used for many types of requests and is analogous to the sessiontoken in the Rollbase/OpenEdge Mobile API. The following table shows how to migrate an example OpenEdge acl field using a corresponding Telerik Backend Services REST API call: Example OpenEdge acl Field Value { "*":{"read":true,"<user_id>": {"read":true,"write":true REST Call to Create the Corresponding ACL Value in the Telerik Platform Request: PUT Headers: Authorization MasterKey <your-master-key> Content-Type Application/json Payload raw: { EveryoneCanRead: true, UsersCanUpdate: [ "<user_id>" ] 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 28

30 DATABASES If your Rollbase/OpenEdge Mobile App project uses databases created in the Mobile Applications Monitoring Dashboard, you can migrate these Mobile App Builder database collections to the Telerik Platform. The following table shows the mapping between Mobile Applications Monitoring Dashboard terms and Telerik Platform terms for database components: Mobile Applications Monitoring Dashboard Database Database Collection Column Row (object) Telerik Platform Cloud Data Content Type Field Item (object) The main steps required to migrate data include: 1. In the Backend Services project of your Telerik Platform App, add a Cloud Data service and use it to create the appropriate Cloud Data content types with corresponding fields. (See Create Cloud Data Content Types.) 2. Copy data into the new content types using the Telerik Backend Services REST API, or manually add data items to content types using the Cloud Data service. (See Populate the Content Types with Data.) 3. Define permissions. (See Define Access Control List (ACL) Permissions.) 4. Update the source code to use basic Telerik Cloud Data services. (See Update Basic Cloud Data Services in the Migrated App.) 5. Update the source code to use Telerik Cloud Data authentication services. (See Update Data Authentication Services in the Migrated App.) 6. Update the source code to use any Telerik Cloud Data Query services with sorting and paging. (See Update Data Query Services with Sorting and Pagination.) 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 29

31 Create Cloud Data Content Types To migrate a database, follow these steps: 1. Add Cloud Data to the Backend Services project: a. Navigate to the Backend Services project for your App. b. From the left pane Configuration node, select Services. c. In the Cloud Data card, click Add to project. This adds a Data node in the left pane. 2. From the left navigation pane Data node, select Types which opens the Types panel. 3. Click the plus icon (+) if this is the first content type you are adding, or click + Create a Content Type to add a content type. 4. Enter a Type name for the content type and under Add a field, add the name and field type of each field that corresponds to a column in the equivalent Mobile App Builder database collection. Cick Add after you enter each field. The following table shows the mapping between each Mobile App Builder column type and its equivalent Telerik Platform field type: Mobile App Builder Column Type String Number Boolean Date Telerik Platform Field Type Text Number Yes/No Date and Time Notes Array Array The Telerik Platform requires defininition of Array element types Pointer Relation The Telerik Platform requires selection of the Relation type Object Geopoint Object Geopoint For example, a Countries database collection that is defined like this in the Mobile App Builder: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 30

32 Looks like the following content type definition after you add its Type name and fields in the Telerik Platform: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 31

33 5. Click Save to create the specified content type, and if you need to create another content type to migrate an additional Mobile App Builder database collection, continue with Step 2. Populate the Content Types with Data After you have created the correct content type(s), either use the Telerik Backend Services REST API to populate the data, or (if the data set is small) manually add data items by clicking the name of a content type on the Types panel (opening a panel for that content type), and clicking + Add an item for each item you want to add. The following table provides a quick reference to the Telerik Backend Services REST API calls for accessing content type data that are equivalent to existing Mobile App Builder Collections API calls. The GET and FIND functions are variations of the Telerik Read API call. The substitution names (like <Collection_name>) in the Telerik API calls refer to the original Mobile App Builder equivalents. For more information on this REST API, see the Telerik Platform documentation on such REST API calls as Create and also on Filtering. Function Mobile App Builder Collections API Telerik Content Type REST API GET curl -X GET \ -H "X-Progress-Database-Id: <Database_Id>" [-H "X-Progress-Session-Token: <session_token>"] m/rest/1/db/collections/<collection _name>/<object_id> FIND curl -X GET \ -H "X-Progress-Database-Id: <Database-Id>" [-H "X-Progress-Session-Token: <session_token>"] -G --data-urlencode 'where={"<field_name>":"<field_valu e>"' m/rest/1/db/collections/<collection _name> Request: GET <your-api-key>/ <Collection_name>/ <item-id> Header: Authorization Bearer <your-access-token> Request: GET <your-api-key>/<collection_name> Headers: Authorization Bearer <your-access-token> X-Everlive-Filter { "<column_name>" : "Text" 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 32

34 CREATE curl -X POST \ -H "X-Progress-Database-Id: <Database-Id>" [-H "X-Progress-Session-Token: <session_token>"] -H "Content-Type: Application/json" -d '{"<field_name>":"<field_value>"' m/rest/1/db/collections/<collection _name> Request: POST <your-api-key>/<collection_name> Headers: Authorization Bearer <your-access-token> Content-Type: Application/json Payload: { "<column_name>" : "value" UPDATE curl -X PUT \ -H "X-Progress-Database-Id: <Database-Id>" [-H "X-Progress-Session-Token: <session_token>"] \ -H "Content-Type: Application/json" -d '{"<field_name>":"<field_value>"' m/rest/1/db/collections/<collection _name>/<object_id> Request: PUT Headers: Authorization Bearer <your-access-token> Content-Type: Application/json Payload: { "<column_name>" : "Text" DELETE curl -X DELETE -H "X-Progress-Database-Id: <Database-Id>" [-H "X-Progress-Session-Token: <session_token>"] m/rest/1/db/collections/<collection _name>/<object_id> Request: DELETE Headers: Authorization Bearer <your-access-token> 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 33

35 For example, to manually populate the data, if you are using data from the Countries database collection in the Mobile App Builder, as shown here: Add the corresponding data items to a Countries content type using the Countries panel of your Data service as shown here: Define Access Control List (ACL) Permissions You cannot directly migrate ACL settings from the Mobile App Builder to the Telerik AppBuilder, but you can define the permissions for types and items. For more information, see the Telerik Platform documentation on Type-level permissions and Item permissions. To set Item permissions, you must first migrate your data (see Create Cloud Data Content Types and Populate the Content Types with Data) Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 34

36 The following table shows how Mobile App Builder ACL settings map to Telerik item permissions: Mobile App Builder ACL Telerik Item Permissions Notes {"*":{"read":true, "write":false {"*":{"read":true, "write":true {"<user_id>": {"read":true, "write":false {"<user_id>": {"read":true, "write":true EveryoneCanRead: [true/false] EveryoneCanUpdate: [true/false] EveryoneCanDelete: [true/false] UsersCanRead: [ userids.. ] UsersCanUpdate: [ userids.. ] UsersCanDelete: [ userids.. ] Choose one or both Choose one or both You can also set or change item-level permissions with a REST call similar to the following: Request: PUT Headers: Authorization MasterKey <your-master-key> Content-Type Application/json Payload raw: { EveryoneCanRead: false, UsersCanUpdate: [ "<user_id>" ] The following procedures describe how to set permissions in the AppBuilder. To set up permissions, follow these steps: 1. Determine the permissions set in the Mobile App Builder: a. From the Mobile Applications Monitoring Dashboard, open a database. b. Open a collection. c. Click Change Permissions. The dialog lists the permissions. d. The acl column lists permissions defined for the row. e. Make a note of the permissions for each collection you have migrated to the Telerik Platform Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 35

37 2. In the Telerik App Builder Backend Project, set content type permissions: a. From the left navigation pane Data node, select Permissions. b. For each content type, select the appropriate permission from the pull-down menu: c. Click Save. 3. In the Telerik AppBuilder, set item permissions: a. From the left navigation pane Data node, select Types. b. Click a content type to view its items (rows). c. Select an item. A details pane displays on the right. d. Click Permissions (the lock icon). The default permission displays. e. Select Set item specific requirements. You can now add permissions for Roles and/or Users. f. Click Save Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 36

38 Update Basic Cloud Data Services in the Migrated App After you have migrated data from the Mobile App Builder to Telerik Cloud Data, you need to update the source code for basic database services in the migrated Mobile App to use the Cloud Data. The service.js and <StartPageName>.js (by default,, MyPhoneApp.js) files contain the functionality you need to update for the following services: List Read Delete Update Create The general steps include: Changing references to the new database ID and URL Updating the basic database-related services for your database The following detailed procedures refer to an example database, DBForImport that contains a Countries collection, which includes the columns Country, Capital, Currency, and Language. Follow these steps to update basic database services in the source code files for the migrated App: 1. Update the references to the database in the service.js file: a. Open the Hybrid project containing the migrated Mobile App. b. In the Project Navigator, find the files/views/assets/js/services/service.js file. c. Double-click to open it in the editor. d. Locate the setting of the DBForImport_settings variable, similar to this: e. Change the database_url property setting to " (This URL is used by all Telerik Backend Services projects.) 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 37

39 f. Change the database_id property setting to the Telerik Backend Services project API Key value. You can find this value by opening the Backend Services project and selecting API Keys from the Overview node. Using the example database, your results should be similar to the following. Your database_id, of course, will be different. 2. In the services.js file, locate the instantiation for each data service as a RestService (similar to the example DBForImport_Countries_list_service instance variable assignment) and replace the literal /collections\ value with the variable reference, /{database_id\. The following shows the example before updating the references and after. Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 38

40 After: 3. In the <StartPageName>.js file (by default,, MyPhoneApp.js), change the PATH mappings to those required by the Telerik Platform: a. In the Hybrid project, from the Project Navigator, open <StartPageName>.js. b. Locate the Appery.DataSource object instantiation for the List service. In our database example: <InstanceVariable> = new Appery.DataSource(DBForImport_Countries_list_service,...) c. Update the List service PATH references as follows: Existing 'PATH': ['$'] Updated 'PATH': ['Result'] 'PATH': ['_id'] 'PATH': ['Id'] { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 39

41 The following shows the example before updating the references and after. Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 40

42 After: d. Similarly, locate and update the Read service PATH references using the values in the following table: Existing 'PATH': ['<columnname>'] 'PATH': ['_id'] Updated 'PATH': ['Result','<fieldName>'] 'PATH': ['Result','Id'] { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 41

43 Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 42

44 After: e. Similarly, locate and update the Delete service by removing the block shown in the following table: Existing Updated { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 43

45 Before: After: f. Similarly, locate and update the Update service by removing the blocks shown in the following table: Existing Updated { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 44

46 { 'PATH': ['acl'], 'TYPE': 'OBJECT', 'ATTR': { "*": { "write": true, "read": true Removed 'PATH': ['_updatedat'] 'PATH': ['ModifiedAt'] Note: Uppdate the final PATH setting only if you need to use the service response. The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 45

47 Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 46

48 After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 47

49 g. Similarly, locate and update the Create service by removing the blocks shown in the following table: Existing Updated { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed { 'PATH': ['acl'], 'TYPE': 'OBJECT', 'ATTR': { "*": { "write": true, "read": true Removed 'PATH': ['_createdat'] 'PATH': ['_id'] 'PATH': ['Result','CreatedAt'] 'PATH': ['Result','Id'] Note: Uppdate the final PATH settings only if you need to use the service response. The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 48

50 Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 49

51 After: Update Data Authentication Services in the Migrated App If the migrated App originally used session tokens to access Mobile App Builder databases, and you already migrated user accounts, you need to update authentication services in the service.js and <StartPageName>.js (by default,, MyPhoneApp.js) files to use Telerik Backend Services. These include the following services: Login Logout Signup The following detailed procedures refer to an example database, DBForImport that contains a Countries collection, which includes the columns Country, Capital, Currency, and Language: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 50

52 Follow these steps to update authentication services in the source code files for the migrated App: 1. In the Hybrid project, update the service.js file: a. From the Project Navigator, open the files/views/assets/js/services/service.js file. b. Locate the Login service instantiation as a RestService (similar to the example DBForImport_login_service instance variable assignment) and change the url and type parameter values as follows: Existing 'url': '{database_url\/login' 'type': 'get' Updated 'url': '{database_url\/{database_id\/oauth/token' 'type': 'post' The following shows the example before updating the references and after. Before: After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 51

53 c. Similarly, locate and update the Logout service instantiation as follows (type does not need to change): Existing 'url': '{database_url\/logout' Updated 'url': '{database_url\/{database_id\/oauth/logout' The following shows the example before updating the references and after. Before: After: d. Similarly, locate and update the Signup service instantiation as follows (type does not need to change): Existing 'url': '{database_url\/users' Updated 'url': '{database_url\/{database_id\/users' The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 52

54 Before: After: 2. Update the <StartPageName>.js (by default, MyPhoneApp.js) file: a. From the Project Navigator, open the <StartPageName>.js file. b. Locate the Appery.DataSource object instantiation for the Login service. In our database example: <InstanceVariable> = new Appery.DataSource(DBForImport_login_service,...) c. Update the Login service PATH references as follows: Existing 'PATH': ['sessiontoken'] Updated 'PATH': ['Result','access_token'] { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' { 'PATH': ['grant_type'], 'TYPE': 'STRING', 'ATTR': 'password' The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 53

55 Before: After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 54

56 d. Similarly, locate and update the Logout service PATH references using the values in the following table: Existing 'requestmapping': [{ 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id', { 'PATH': ['X-Progress-Session-Token'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<variablename>' ] Updated 'requestmapping': [{ 'PATH': ['Authorization'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<variablename>', 'TRANSFORMATION': function(value) { return "Bearer " + value; ] The following shows the example before updating the references and after. Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 55

57 After: e. Similarly, locate and update the Signup service PATH references using the values in the following table: Existing 'responsemapping': [{ 'PATH': ['sessiontoken'], 'ID': ' local_storage ', 'ATTR': '<variablename>' ] Updated 'responsemapping': [] { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Removed 'PATH': ['username'] 'PATH': ['Username'] 'PATH': ['password'] 'PATH': ['Password'] Note: The Telerik Platform Signup service does not return an access_token corresponding to the Mobile App Builder sessiontoken. The following shows the example before updating the references and after Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 56

58 Before: After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 57

59 3. Update all service requests that require a Telerik access token to include the additional parameters required by the Telerik Platform. Update the requestmapping property with the following code: { 'PATH': ['Authorization'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<variablename>', 'TRANSFORMATION': function(value) { return "Bearer " + value; In the following Read service example, replace _session_token with the name of your local storage variable holding the access token value: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 58

60 Update Data Query Services with Sorting and Pagination Mobile Apps that use a Query service with sorting and pagination to retrieve information from a database also require changes to the service.js and <StartPageName>.js files. The following detailed procedures refer to an example database, DBForImport that contains a Countries collection, which includes the columns Country, Capital, Currency, and Language: Follow these steps to update a Query service in the source code files for the migrated App: 1. In the Hybrid project, update the service.js file: a. From the Project Navigator, open the files/views/assets/js/services/service.js file. b. Locate the Query service instantiation as a RestService (similar to the example DBForImport_Countries_query_service instance variable assignment) and change the url parameter value as follows: Existing 'url': '{database_url\/collections\/ <collectionname>' Updated 'url': '{database_url\/{database_id\/ <contenttypename>' The following shows the example before updating the references and after. Before: After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 59

61 2. Update the <StartPageName>.js (by default, MyPhoneApp.js) file: a. From the Project Navigator, open the <StartPageName>.js file. b. Locate the Appery.DataSource object instantiation for the Query service. In our database example: <InstanceVariable> = new Appery.DataSource(DBForImport_Countries_query_service,...) c. Update the Query service PATH references as follows: Existing 'PATH': ['$'] Updated 'PATH': ['Result'] { 'PATH': ['X-Progress-Database-Id'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{database_id' Remove { 'PATH': ['X-Progress-Session-Token'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<variablename>' { 'PATH': ['Authorization'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<variablename>', 'TRANSFORMATION': function(value) { return "Bearer " + value; 'PATH': ['where'] 'PATH': ['filter'] { 'PATH': ['sort'], 'TYPE': 'STRING', 'ATTR': '<columnname>' { 'PATH': ['X-Everlive-Sort'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '{"<fieldname>" : 1' 'ATTR': '{"<fieldname>" : 1' for ascending order 'ATTR': '{"<fieldname>" : -1' for descending order { 'PATH': ['limit'], 'TYPE': 'STRING', 'ATTR': '<limitnumber>' { 'PATH': ['X-Everlive-Take'], 'TYPE': 'STRING', 'HEADER': true, 'ATTR': '<limitnumber>' 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 60

62 { 'PATH': ['skip'], 'TYPE': 'STRING', 'ATTR': '<skipvariable>' { 'PATH': ['X-Everlive-Skip'], 'TYPE': 'STRING', 'HEADER': true, 'ID': ' local_storage ', 'ATTR': '<skipvariable>' The following shows the example before updating the references and after. Before: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 61

63 After: 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 62

64 MIGRATING SERVER CODE Server Code created in the Mobile App Builder for Rollbase or OpenEdge Mobile Apps differs significantly from Telerik Cloud Code. Telerik Backend Services support two types of Cloud Code: Cloud Code for Data Works similar to a trigger in a conventional database. Cloud Functions Used to create and execute custom code. To migrate Server Code, analyze the functionality it provides and decide where to use Telerik Cloud Code for Data or Cloud Functions to replace that functionality. You cannot directly copy a Mobile App Builder Server Code script to a Telerik Cloud Function.The following examples show how the scripts differ. Server Code script from a Rollbase or OpenEdge Mobile App: var responsebody = {, requestparams = {, paramkeys = request.keys(); for (var key = 0; key < paramkeys.length; key++) { requestparams[paramkeys[key]] = request.get(paramkeys[key]); responsebody.requestbody = 'My custom result = ' + (5 + 6); responsebody.requestparams = requestparams; console.log(responsebody); Equivalent Telerik Cloud Function: Everlive.CloudFunction.onRequest(function(request, response, done){ response.statuscode = 200; response.body = 'My custom result = ' + (5 + 6); done(); ); 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 63

65 The following table shows some Telerik Platform equivalents for some Mobile App Builder Server Code functionality: Function Mobile App Builder Server Code Telerik Platform Equivalent Console Database Database User Push Notification Request Response ScriptCall Method name: Console console.log("text") console.error("error") Read Console Method name: Collection var collections = Collection.getCollectionList("< Database_Id>"); response.success(collections); Read Database Collection Method name: DatabaseUser DatabaseUser.signUp(dbId, { "username": <username>, "password": <password> ) Read Database User Method name: PN PN.send( "<pushapikey>", {"message": "<message>", "badge": 1, {"channels": { "$in": [1, 2] ); Read Push Notification Method name: Request Read Request Method name:response Read Response Method name: ScriptCall Read ScriptCall console.log(str) console.err(str) Or interactive debugging. See Interactive debugging var el = new Everlive('<your-api-key>'); var books = el.data('books'); books.get().then(... ); See Object Model var el = new Everlive('<your-api-key>'); el.users.login('<username>, '<password>, function (data) { alert(json.stringify(data));, function(error){ alert(json.stringify(error)); ); Read Users var el = new Everlive('<your-api-key>'); el.push.send({ Message:'<message>', function(data){ alert(json.stringify(data));, function(error){ alert(json.stringify(error)); ); See Sending Push Notifications Everlive.CloudFunction.onRequest(function (request, response, done) { console.log(json.stringify(request)); //return full request object console.log(json.stringify(request.data )); //return request body console.log(json.stringify(request.quer ystring)); //return query request parameters done(); ); See Defining cloud functions response.body = 'My custom result'; response.statuscode = 200; response.headers = { "My-custom-header": "custom header value" See Defining cloud functions No exact equivalent 2015 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 64

66 XMLHttpRequest Accessing Predefined Collections Method name: XHR Read XMLHttpRequest var XHRResponse = XHR.send("GET", " m/rest/1/db/users", { "headers": { "X-Progress-Database-Id": "<Database_Id>", "X-Progress-Master-Key": "<master_key>", "parameters": { "where": '{"_id":"<object_id>"' ); response.success(xhrresponse.bo dy, "text/plain") Read Accessing predefined collections See External HTTP Requests No exact equivalent MIGRATING FILES If the Rollbase or OpenEdge Mobile App has associated images or other files, migrate them to the Telerik Platform. After they are migrated, you might need to update application logic that uses the files. You can migrate your Mobile App files as follows: 1. Open the Mobile Applications Monitoring Dashboard. 2. Navigate to the Files data panel by opening your Database Files data collection, and download all of the listed files: 3. In the Telerik AppBuilder, open the Backend Services project for your migrated App. 4. From the left pane Configure node, select Services. 5. In the Cloud Files card, click Add to project. This adds a Files node in the left pane. 6. From the Files node, select Files Browser. 7. Upload the files and save them Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. Page 65

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Notification Services

Notification Services , page 1 Service Option Configuration, page 9 Notification in Policy Builder relates to pushing messages from Policy Builder to subscribers. Service Providers can use messages to alert the subscriber to

More information

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

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

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Technosoft HR Recruitment Workflow Developers Manual

Technosoft HR Recruitment Workflow Developers Manual Technosoft HR Recruitment Workflow Developers Manual Abstract This document outlines the technical aspects, deployment and customization of Technosoft HR BPM application. Technosoft Technical Team Table

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

IBM Alert Notification BETA DRAFT. IBM Alert Notification IBM

IBM Alert Notification BETA DRAFT. IBM Alert Notification IBM IBM Alert Notification BETA DRAFT IBM Alert Notification IBM IBM Alert Notification IBM Alert Notification is an easy to use, simple notification system that meets the increasing demand for agility and

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Learning vrealize Orchestrator in action V M U G L A B

Learning vrealize Orchestrator in action V M U G L A B Learning vrealize Orchestrator in action V M U G L A B Lab Learning vrealize Orchestrator in action Code examples If you don t feel like typing the code you can download it from the webserver running on

More information

Veracity LRS Usage Documentation

Veracity LRS Usage Documentation https://lrs.veracity.it Veracity LRS Usage Documentation LRS Version Beta 1 (Hosted) Document Version 1.0 Table of Contents 1. Create and Configure LRS 3 1.1. Create an LRS Instance 3 1.2. Create Access

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

IBM Image-Analysis Node.js

IBM Image-Analysis Node.js IBM Image-Analysis Node.js Cognitive Solutions Application Development IBM Global Business Partners Duration: 90 minutes Updated: Feb 14, 2018 Klaus-Peter Schlotter kps@de.ibm.com Version 1 Overview The

More information

SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer

SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer Overview Streamviewer is a graphical user interface that visualizes events streaming through event stream processing models.

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Creating a REST API which exposes an existing SOAP Service with IBM API Management Creating a REST API which exposes an existing SOAP Service with IBM API Management 4.0.0.0 2015 Copyright IBM Corporation Page 1 of 33 TABLE OF CONTENTS OBJECTIVE...3 PREREQUISITES...3 CASE STUDY...4 USER

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide 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

More information

Installation Guide Worksoft Analyze

Installation Guide Worksoft Analyze Installation Guide Worksoft Analyze Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Analyze Installation Guide Version 1.0.0 Copyright 2018 by Worksoft,

More information

Verizon MDM UEM Unified Endpoint Management

Verizon MDM UEM Unified Endpoint Management Verizon MDM UEM Unified Endpoint Management Version: 1.0 Last Updated: 3/29/18 Table of Contents Unified Endpoint Management (UEM) Overview... 4 Account Dashboard... 4 Unified Endpoint Management (UEM)

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 5/6/2016) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 Before Starting - Is your software up to date?...

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

Lab 1: Getting Started with IBM Worklight Lab Exercise

Lab 1: Getting Started with IBM Worklight Lab Exercise Lab 1: Getting Started with IBM Worklight Lab Exercise Table of Contents 1. Getting Started with IBM Worklight... 3 1.1 Start Worklight Studio... 5 1.1.1 Start Worklight Studio... 6 1.2 Create new MyMemories

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

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

Real World Development using OpenEdge Mobile some advanced features. Brian C. Preece Ypsilon Software Ltd

Real World Development using OpenEdge Mobile some advanced features. Brian C. Preece Ypsilon Software Ltd Real World Development using OpenEdge Mobile some advanced features Brian C. Preece Ypsilon Software Ltd brianp@ypsilonsoftware.co.uk Purpose of this session To show how I used some advanced features of

More information

I, J, K. Eclipse, 156

I, J, K. Eclipse, 156 Index A, B Android PhoneGap app, 158 deploying and running, 172 New Eclipse project, 158 Activity dialog, 162 application properties, 160 AVD, 170 configuration, 167 Launcher Icon dialog, 161 PhoneGap

More information

BaasBox. Open Source Backend as a Service. Otto Hylli

BaasBox. Open Source Backend as a Service. Otto Hylli BaasBox Open Source Backend as a Service Otto Hylli Overview (1/2) Developed by BaasBox an Italian startup company Project was declared started on 1st of July 2012 on the BaasBox blog Open source under

More information

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features.

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features. SR L15 Hands-On Lab Description Protecting Corporate Networks with Symantec Validation and ID Protection At the end of this lab, you should be able to Technically present and answer questions from your

More information

VMware Workspace ONE UEM Integration with Smart Glasses. VMware Workspace ONE UEM 1811

VMware Workspace ONE UEM Integration with Smart Glasses. VMware Workspace ONE UEM 1811 VMware Workspace ONE UEM Integration with Smart Glasses VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

JMP to LSAF Add-in. User Guide v1.1

JMP to LSAF Add-in. User Guide v1.1 JMP to LSAF Add-in User Guide v1.1 Table of Contents Terms and Conditions... 3 System Requirements... 3 Installation... 3 Configuration... 4 API Setup... 4 Java Configuration... 5 Logging In... 5 Launching

More information

Technical Support. Web site. 24online Support Contact. ( a) Technical support (Corporate Office):

Technical Support. Web site.   24online Support Contact. ( a) Technical support (Corporate Office): Technical Support Please feel free to contact us for any of your query, comments, or requests concerning the software you purchased, your registration status, or similar issues to Customer Care/Service

More information

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces "Developer Cockpit" 4

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces Developer Cockpit 4 Introduction 1 Prerequisites 2 Application Lifecycle in MindSphere 3 System Manual User interfaces "Developer Cockpit" 4 User rights in "Developer Cockpit" 5 Workflow of Developer Cockpit 6 Develop applications

More information

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy Telerik Test Studio Web/Desktop Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Iliyan Panchev Senior QA Engineer@ DevCloud Testing & Test Studio Quality

More information

Developing Intelligent Apps

Developing Intelligent Apps Developing Intelligent Apps Lab 1 Creating a Simple Client Application By Gerry O'Brien Overview In this lab you will construct a simple client application that will call an Azure ML web service that you

More information

12/05/2017. Geneva ServiceNow Custom Application Development

12/05/2017. Geneva ServiceNow Custom Application Development 12/05/2017 Contents...3 Applications...3 Creating applications... 3 Parts of an application...22 Contextual development environment... 48 Application management... 56 Studio... 64 Service Creator...87

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

In this chapter we have described DM Configuration both in Policy Builder and Control Center.

In this chapter we have described DM Configuration both in Policy Builder and Control Center. In Policy Builder, page 1 In Control Center, page 15 Using REST APIs, page 37 In Policy Builder In this chapter we have described both in Policy Builder and Control Center. Note Any DM configuration changes

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

PAS for OpenEdge Support for JWT and OAuth Samples -

PAS for OpenEdge Support for JWT and OAuth Samples - PAS for OpenEdge Support for JWT and OAuth 2.0 - Samples - Version 1.0 November 21, 2017 Copyright 2017 and/or its subsidiaries or affiliates. All Rights Reserved. 2 TABLE OF CONTENTS INTRODUCTION... 3

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

Sticky Notes for Cognos Analytics by Tech Data BSP Software

Sticky Notes for Cognos Analytics by Tech Data BSP Software Sticky Notes for Cognos Analytics by Tech Data BSP Software Installation Guide Sticky Notes for Cognos Analytics is an easy to install extension that allows report authors to record notes directly from

More information

Overview... 4 JavaScript Charting and Metric Insights... 5

Overview... 4 JavaScript Charting and Metric Insights... 5 JAVASCRIPT CHARTING Table of Contents Overview... 4 and Metric Insights... 5 Chart Types...11 Overview of JavaScript chart types...12 d3...13 Highcharts...16 Highstock...18 Google...19 nvd3...21 Dynamic

More information

Learning Objectives. Description. Your AU Expert(s) Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co.

Learning Objectives. Description. Your AU Expert(s) Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co. PL17257 JavaScript and PLM: Empowering the User Trent Earley Behlen Mfg. Co. Shane Wemhoff Behlen Mfg. Co. Learning Objectives Using items and setting data in a Workspace Setting Data in Related Workspaces

More information

Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins

Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins HP Codar Software Version 1.0 Continuous Integration, Continuous Deployment and Continuous Testing by HP Codar using ALM and Jenkins HP Codar (1.0) Page 1 of 24 Contents What is Codar?... 3 Why is Codar

More information

Creating Application Definitions in Hana Cloud Platform Mobile Services

Creating Application Definitions in Hana Cloud Platform Mobile Services SAP Hana Cloud Platform Mobile Services How-To Guide Provided by SAP s Technology RIG Creating Application Definitions in Hana Cloud Platform Mobile Services Applicable Releases: Platform Mobile Services

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting up the Outgoing Mail Server, page 2 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

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

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Microsoft Virtual Labs. Module 1: Getting Started

Microsoft Virtual Labs. Module 1: Getting Started Microsoft Virtual Labs Module 1: Getting Started Table of Contents AdventureWorks Module 1: Getting Started... 1 Exercise 1 Adventure Works Walkthrough... 2 Exercise 2 Development Tools and Web Part Solution...

More information

Process Director Documentation. System Administrator's Guide

Process Director Documentation. System Administrator's Guide System Administrator's Guide Contents Contents 2 Documentation Formatting Note 10 System Administration Overview 12 Navigation 13 Custom Variables 13 Configuration Section 14 Workspaces 14 Button Types

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Getting started with Convertigo Mobilizer

Getting started with Convertigo Mobilizer Getting started with Convertigo Mobilizer First Sencha-based project tutorial CEMS 6.0.0 TABLE OF CONTENTS Convertigo Mobilizer overview...1 Introducing Convertigo Mobilizer... 1-1 Convertigo Mobilizer

More information

EEH Mobile Interface. NC State University Senior Design Project. April 22, Laura Owczarski Joseph Jarriel

EEH Mobile Interface. NC State University Senior Design Project. April 22, Laura Owczarski Joseph Jarriel EEH Mobile Interface NC State University Senior Design Project Laura Owczarski leowczar@ncsu.edu Joseph Jarriel jmjarrie@ncsu.edu April 22, 2016 Daniel Defisher dedefish@ncsu.edu Soumil Verma sverma2@ncsu.edu

More information

Administration Guide. Lavastorm Analytics Engine 6.1.1

Administration Guide. Lavastorm Analytics Engine 6.1.1 Administration Guide Lavastorm Analytics Engine 6.1.1 Lavastorm Analytics Engine 6.1.1: Administration Guide Legal notice Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration.

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. Administrator Guide Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. The information and content in this document is provided for informational purposes

More information

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

Using Dropbox with Node-RED

Using Dropbox with Node-RED Overview Often when using Platform services, you need to work with files for example reading in a dialog xml file for Watson Dialog or feeding training images to Watson Visual Recognition. While you can

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting Up the Outgoing Mail Server, page 1 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

TIBCO Slingshot User Guide. Software Release August 2015

TIBCO Slingshot User Guide. Software Release August 2015 TIBCO Slingshot User Guide Software Release 1.9.4 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

LabWare 7. Why LabWare 7?

LabWare 7. Why LabWare 7? LabWare 7 Why LabWare 7? LabWare v1 to v6 were all about adding functionality. LabWare 7 continues that tradition, but places the user experience front and center. This release has been re-designed to

More information

Red Hat 3Scale 2-saas

Red Hat 3Scale 2-saas Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Last Updated: 2018-07-11 Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Legal Notice Copyright 2018

More information

Aruba Central Guest Access Application

Aruba Central Guest Access Application Aruba Central Guest Access Application User Guide Copyright Information Copyright 2017Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

Lesson 7: Defining an Application

Lesson 7: Defining an Application 35 Lesson 7: Defining an Application In this lesson, we will define two new applications in the realm server, with an endpoint for each application. We will also define two new transports to be used by

More information

Why attend a Lianja training course? Course overview. Course Details

Why attend a Lianja training course? Course overview. Course Details These courses will be arranged periodically in different geographic regions or can be arranged on-site at customer premises by customer request. They can also be customized for individual customers needs

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

Webspeed. I am back. Enhanced WebSpeed

Webspeed. I am back. Enhanced WebSpeed Webspeed. I am back Enhanced WebSpeed OpenEdge 11.6 WebSpeed!!! Modernize your Progress OpenEdge web apps through enhanced Progress Application Server (PAS) support for WebSpeed Achieve improved performance

More information

Configuring Anonymous Access to Analysis Files in TIBCO Spotfire 7.5

Configuring Anonymous Access to Analysis Files in TIBCO Spotfire 7.5 Configuring Anonymous Access to Analysis Files in TIBCO Spotfire 7.5 Introduction Use Cases for Anonymous Authentication Anonymous Authentication in TIBCO Spotfire 7.5 Enabling Anonymous Authentication

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

ReportPlus Embedded Web SDK Guide

ReportPlus Embedded Web SDK Guide ReportPlus Embedded Web SDK Guide ReportPlus Web Embedding Guide 1.4 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION,

More information

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Product Knowledge, R&D Date: April 2018 Copyright 2015-2018 Hyland Software, Inc. and its affiliates.

More information

SIGNATUS USER MANUAL VERSION 3.7

SIGNATUS USER MANUAL VERSION 3.7 SIGNATUS USER MANUAL VERSION 3.7 CONTENTS 1 INTRODUCTION... 3 1.1 Launching SIGNATUS... 4 1.1.1 Update your SIGNATUS License... 4 1.2 Main Menu... 6 2 SETTINGS OVERVIEW... 7 3 OPEN DOCUMENT... 8 3.1 Form

More information

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes This document includes the following topics: About

More information

INTRODUCTION TO BLACKBOARD

INTRODUCTION TO BLACKBOARD INTRODUCTION TO BLACKBOARD Working URL - https://www.d11.org Layout of the site MY START BAR CHANNEL BAR HEADER GLOBAL ICONS Logging In Use your email as your username and your network password. SITE MANAGER

More information

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

Silk Test Testing Mobile Applications

Silk Test Testing Mobile Applications Silk Test 17.5 Testing Mobile Applications Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2016. All rights reserved. MICRO

More information