# T C 1 8. Mobile App Bootstrap. Custom mobile apps with embedded Tableau visualizations. Ron Theis. Staff Software Engineer Tableau

Size: px
Start display at page:

Download "# T C 1 8. Mobile App Bootstrap. Custom mobile apps with embedded Tableau visualizations. Ron Theis. Staff Software Engineer Tableau"

Transcription

1

2 Welcome

3 # T C 1 8 Mobile App Bootstrap Custom mobile apps with embedded Tableau visualizations Ron Theis Staff Software Engineer Tableau

4 Questions to Consider How would our app connect and authenticate? How important is custom branding? Do our users mainly use a few known visualizations? Do we have the resources for this? In-house programmers? Third-party contractors? Who would wrangle this long-term?

5 Enabling Integrations for Developers Embedded Analytics Integrations Extensions Data Connectivity Data Science Automation Tableau Platform

6 What It Isn t

7 Warning: Not Tableau Mobile! Tableau Mobile already provides server browsing & viz interaction

8 Warning: Not Tableau Mobile Beta! The beta is Tableau Mobile re-written in React Native The beta has delicious new features Interactive previews Project browsing Optional TouchID See the beta in action Devs on Stage TC Session: Tableau Mobile rising: You CAN take it with you On your phone: download at kiosk

9 The Mobile App Bootstrap (MAB) Open source Mobile app Embedded Tableau visualizations

10 The Mobile App Bootstrap (MAB) Open source sample code Basic sample app in multiple programming languages Samples demonstrating specific techniques Free for you to use, copy, or be inspired by No special Tableau licensing involved Available at github.com/tableau You own and maintain your app Computer programming required!

11 The Mobile App Bootstrap (MAB) Customers have approached us with several custom mobile use cases Warehouses Hospitals Custom Branding Broad Access Grocery Stores Field Sales Integrated Experiences Executive Mode

12 Customer Mobile Familiarity Starting from scratch No existing app Open to any programming language/solution that works Less mobile-specific knowledge Modifying an existing app Existing programming language requirements Already have an app person/team More mobile-specific knowledge

13 What Is Available? Two platforms: ios and Android Two frameworks Objective-C: Native ios React Native: ios and Android Sample apps Overview with three visualizations Barcode scanner

14 Out of the Box

15 What Has Changed

16 What s New: React Native Cross-platform framework Same code runs on ios and Android App is completely native JavaScript and React Common web development technologies Created and maintained primarily by Facebook Open source

17 What s New: React Native Tableau Mobile s new framework We ve been delighted with React Native ~99% code re-use between ios and Android React developers are instantly familiar with the code UX designers can make modifications themselves Well-known companies are using React Native

18 What s Old: Cordova MAB-Cordova has been deprecated Cordova relies on UIWebView UIWebView has been deprecated by Apple Additional complexity of WebView-within-a-WebView Low adoption, high frustration

19 What s Improved: Objective-C Samples now use WKWebView Github repositories: search for mobile github.com/tableau github.com/tableau/mobile-app-bootstrap-react-native github.com/tableau/mobile-app-bootstrap-objc github.com/tableau/mobile-connected-client

20 Deep Dive

21 Authentication Mobile authentication is a huge challenge Tableau has a 5-person team focused on mobile authentication Your app will have to deal with authentication* * = Unless it only connects to Tableau Public

22 Connect: Private Network (aka Intranet) Private Network

23 Connect: Reverse Proxy Private Network

24 Connect: Virtual Private Network (VPN) Private Network

25 Connect: The Cloud

26 How Does an App Connect?

27 Connect Viz A? Username? Password? + A Viz B? + B

28 Authentication Settings Idle time expiration (minutes) wgserver.session.idle_limit: 240 Lifetime expiration (minutes), must be enabled below wgserver.session.lifetime_limit: 1440 Turns on lifetime expiration wgserver.session.apply_lifetime_limit: false

29 Connected Clients

30 Connected Clients Server Settings Idle time expiration refresh_token.idle_expiry_in_seconds: # 14 days, set to -1 to turn off Lifetime expiration refresh_token.absolute_expiry_in_seconds: # 365 days, set to -1 to turn off

31 Connected Clients on Tableau Server Server admin can enable/disable connected clients Server admin and users can delete tokens

32 URL for embedding URL to use when embedding visualizations Don t use the URL shown in the browser location Use the URL from the Share menu: the Link URL Tableau Help: Parameters for Embed Code

33 Images Append.png to a view URL to get an image /WorkbookName/ViewName /WorkbookName/ViewName.png /WorkbookName/ViewName.png?:size=width,height Images and embedded views will use correct layout Standard size-to-layout logic applies: based on smallest of height and width Less than 500px: phone px: tablet 801+px: desktop Images can be stored for later/offline use

34 WebView WebViews get used extensively in the app Authentication Viz display Android: default WebView works fine ios: big difference between UIWebView and WKWebView

35 ios: UIWebView vs. WKWebView UIWebView: old WKWebView: new UIWebView has serious problems High memory usage JavaScript incompatibilities, behaves like an old browser Tendency to crash randomly Complex visualizations = likely sadness UIWebView has been deprecated by Apple

36 ios: WKWebView WKWebView: new WKWebView advantages Uses less memory Handles modern JavaScript & CSS Less crashy Maintained by Apple ios 11: cookie reads/writes enabled Switching from UIWebView to WKWebView solves customer problems

37 Device and OS Compatibility What are your organization s device needs? Organization-owned or BYOD? Tablets, or phones, or both? ios, or Android, or both? Declare ios 11 as minimum version Enables WKWebView cookie reading/writing Reduces support surface area Tableau Mobile beta: minimum ios 11

38 Device and OS Compatibility

39 Device and OS Compatibility

40 Works on Tablets Too

41 Device Designer Device Designer works great with MAB TC Session: On the road again Bring dashboards mobile with Device Designer TC Session: Your journey to amazing mobile dashboards Consider locking your app s orientation

42 Delivering Your App Apple Developer program $99/year Limited to 100 devices Apple Enterprise distribution program $300/year, extra vetting by Apple Unlimited distribution within your organization Android Do whatever you want

43 Delivering Your App Mobile Device Management systems can auto-deliver TC Session: Deploy and Enjoy

44 Analytics in Your App Track app usage Device model, OS version, app version, session length, etc. Actions taken inside the app Your marketing team might already have a solution Many options for mobile analytics Google Analytics Amazon Mobile Analytics Flurry (Yahoo) Mixpanel Localytics Some can easily become Tableau Data Sources

45 Supporting Your App Intercom for Mobile In-app user support One-way messaging Two-way interactions Intercom.com

46 Testing AWS Device Farm Google Firebase Microsoft App Center

47 Wrap Up

48 What s Next Breadth More languages: Swift Depth Offline snapshots Re-authentication Debugging techniques Authentication library

49 Your Role You, customer, play an important role Direct influence on our priorities We often discover that a project is in progress only when there s a problem/deadline/crisis Let us know early in the process We can save you some headaches Contact your friendly neighborhood salesperson

50 Questions to Consider How would our app connect and authenticate? How important is custom branding? Do our users mainly use a few known visualizations? Do we have the resources for this? In-house programmers? Third-party contractors? Who would wrangle this long-term?

51 Please complete the session survey from the My Evaluations menu in your TC18 app

52 E M B E D D E D A N A LY T I C S R E L AT E D S E S S I O N S Embedded analytics with the Tableau Platform Oct-23 12:30 13:30 Oct-24 13:45 14:45 Tableau JS API The most delicious ingredient for custom apps Oct-24 10:15 11:15 Oct-25 10:45 11:45 How to build a Tableau portal in 60 minutes or less Oct-24 10:15 11:15 Oct-25 14:15 15:15

53 M O B I L E R E L AT E D S E S S I O N S On the road again Bring dashboards mobile with Device Designer Oct-24 10:15 11:15 Your journey to amazing mobile dashboards Oct-23 10:45 11:45 Oct-24 12:00 1:00

54 M O B I L E R E L AT E D S E S S I O N S Deploy and Enjoy Tableau Mobile at enterprise scale Oct-24 1:45 2:45 Tableau Mobile rising You CAN take it with you Oct-24 3:30 4:30

55 #DataDev Resources TC18 Developer Track Content Tableau Developer Program Free environment for development Early access to info and APIs Tableau on GitHub

56 #TC18 Thank you! Ron Theis

57 #DataDev Resources TC18 Developer Track Content Tableau Developer Program Free environment for development Early access to info and APIs Tableau on GitHub Ron Theis:

58

Deploy and Enjoy: Tableau Mobile at Enterprise Scale

Deploy and Enjoy: Tableau Mobile at Enterprise Scale # D e p l o y E n j o y M o b i l e Deploy and Enjoy: Tableau Mobile at Enterprise Scale Paul Cardon Staff Software Engineer Tableau Sham Dorairaj Senior Software Engineer Tableau # D e p l o y E n j o

More information

Tableau JS API: The most delicious ingredient for your custom apps. #TableauJsApi. Jackson Huang. Timo Tautenhahn

Tableau JS API: The most delicious ingredient for your custom apps. #TableauJsApi. Jackson Huang. Timo Tautenhahn #TableauJsApi Tableau JS API: The most delicious ingredient for your custom apps Jackson Huang Software Engineer Tableau Seattle Timo Tautenhahn Senior Solution Consultant Tableau Germany @tautenhex Why

More information

Beginner s Guide to Cordova and Mobile Application Development

Beginner s Guide to Cordova and Mobile Application Development November 13, 2018 Beginner s Guide to Cordova and Mobile Application Development George Campbell Lead Software Engineer Doug Davies Lead Software Engineer George Campbell Lead Software Engineer Doug Davies

More information

Writing your first Web Data Connector

Writing your first Web Data Connector Welcome # T C 1 8 Writing your first Web Data Connector Brett Taylor Staff Software Engineer Tableau Ashwin Sekar Software Engineer Tableau Enabling Integrations for Developers Embedded Analytics Integrations

More information

BYOD Success Kit. Table of Contents. Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips

BYOD Success Kit. Table of Contents. Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips Table of Contents Current state of BYOD in enterprise Checklist for BYOD Success Helpful Pilot Tips 2 Current State of BYOD in the Enterprise Defining BYOD Bring-Your-Own-Device (BYOD): a business practice

More information

Automate Your Workflow Using Tableau Server Client and the REST API

Automate Your Workflow Using Tableau Server Client and the REST API Welcome # T C 1 8 Automate Your Workflow Using Tableau Server Client and the REST API Chris Shin Software Engineer Developer Platform Ang Gao Software Engineer Developer Platform Enabling Integrations

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 AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

What Mobile Development Model is Right for You?

What Mobile Development Model is Right for You? What Mobile Development Model is Right for You? An analysis of the pros and cons of Responsive Web App, Hybrid App I - Hybrid Web App, Hybrid App II - Hybrid Mixed App and Native App Contents Mobile Development

More information

Administrator s Guide

Administrator s Guide Administrator s Guide (January 2017) Welcome! You have been invited to manage the subscriber community who will be using this videoconferencing service within your organization. This guide will provide

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

Administering Jive Mobile Apps for ios and Android

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

More information

Native Mobile Apps in JavaScript

Native Mobile Apps in JavaScript Native Mobile Apps in JavaScript Using Exponent and React Native Charlie Cheever CS50 Seminar October 28, 2016 About Me Harvard Amazon Facebook Quora Exponent A Brief History of Mobile Development Mobile

More information

Workplace Online Using a standard web browser, simply login at us.awp.autotask.net using the credentials you ve been given.

Workplace Online Using a standard web browser, simply login at us.awp.autotask.net using the credentials you ve been given. Quick Start Guide WELCOME Thank you for taking the time to evaluate Autotask Workplace. This guide will help you quickly see how Workplace can benefit your business, especially for collaboration and working

More information

2016 BITGLASS, INC. mobile. solution brief

2016 BITGLASS, INC. mobile. solution brief mobile solution brief BYOD Security has been a constant challenge for many enterprises. Stories of failed MDM deployments are rampant, with firms struggling achieve meaningful adoption. According to the

More information

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

VMware Browser Admin Guide Configuring and deploying the VMware Browser

VMware Browser Admin Guide Configuring and deploying the VMware Browser VMware Browser Admin Guide Configuring and deploying the VMware Browser AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Welcome http://tableau.com/tableau-developer-puzzle-hunt http://tableau.com/tableau-developer-puzzle-hunt #TC18 Close the Loop & Light it Up with Dashboard Extensions Xavier Reid xreid@tableau.com Software

More information

ENTANDO 4.3 IN SUMMARY

ENTANDO 4.3 IN SUMMARY RELEASE NOTE ENTANDO 4.3 IN SUMMARY Compelling user experiences are increasingly important to the success of digital transformation projects, as well as time to market and developer efficiency. This is

More information

Extract API: Build sophisticated data models with the Extract API

Extract API: Build sophisticated data models with the Extract API Welcome # T C 1 8 Extract API: Build sophisticated data models with the Extract API Justin Craycraft Senior Sales Consultant Tableau / Customer Consulting My Office Photo Used with permission Agenda 1)

More information

Secure Your First BlackBerry Dynamics App

Secure Your First BlackBerry Dynamics App Hong Kong 2018 Hong Kong 2018 Secure Your First BlackBerry Dynamics App EK Choi, Enterprise Solutions Manager Build Integration Dynamics runtime is for secure mobile and desktop applications Exposes capabilities

More information

ANDROID SDK EXAMPLE DOCUMENTATION

ANDROID SDK EXAMPLE DOCUMENTATION page 1 / 7 page 2 / 7 android sdk example documentation pdf Android Sdk Example Documentation Android Sdk Example Documentation - Android software development - Wikipedia The Android software development

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Advance Mobile& Web Application development using Angular and Native Script

Advance Mobile& Web Application development using Angular and Native Script Advance Mobile& Web Application development using Angular and Native Script Objective:- As the popularity of Node.js continues to grow each day, it is highly likely that you will use it when you are building

More information

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

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

More information

Mobile Iron Core - Setup Guide 1

Mobile Iron Core - Setup Guide 1 Mobile Iron Core - Setup Guide Mobile Iron Core - Setup Guide 1 Prerequisites 2 App Availability 2 Device Compatibility 2 Reachable KDC 2 Add Hypergate to Mobile Iron Apps 3 Enable Android Enterprise Support

More information

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

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

More information

Exploring Cross-platform Tools For Mobile Development: Lessons Learned. mlearning: Tips and Techniques for Development and Implementation

Exploring Cross-platform Tools For Mobile Development: Lessons Learned. mlearning: Tips and Techniques for Development and Implementation mlearning: Tips and Techniques for Development and Implementation November 14 & 15, 2013 201 Exploring Cross-platform Tools For Mobile Development: Lessons Learned Perry Bennett Exploring Cross-platform

More information

EBOOK. Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile

EBOOK. Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile EBOOK Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile Table of Contents The Mobilization Dilemma Mobile User Experience Virtualization is not Mobilization Mobile Experience

More information

SECURE, CENTRALIZED, SIMPLE

SECURE, CENTRALIZED, SIMPLE 1 SECURE, CENTRALIZED, SIMPLE Multi-platform Enterprise Mobility Management Whitepaper 2 Controlling it all from one place BlackBerry Enterprise Service 10 (BES10) is an end-to-end, multi-platform, device,

More information

Snap-Ins Chat. Salesforce, Winter

Snap-Ins Chat. Salesforce, Winter Salesforce, Winter 18 @salesforcedocs Last updated: December 1, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

Administering Jive Mobile Apps

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

More information

VMware Browser Admin Guide Configuring and deploying the VMware Browser

VMware Browser Admin Guide Configuring and deploying the VMware Browser VMware Browser Admin Guide Configuring and deploying the VMware Browser AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

WELCOME TO PM PAY GETTING STARTED

WELCOME TO PM PAY GETTING STARTED WELCOME TO PM PAY GETTING STARTED ABOUT OVERVIEW PM Pay is a global payment service that allows you to receive payments from your organization. The PM Pay interface has been created to enhance your overall

More information

SelfService Portal. Step By Step Documentation. This document will show you how to enroll your user account to the SelfService Portal

SelfService Portal. Step By Step Documentation. This document will show you how to enroll your user account to the SelfService Portal SelfService Portal Step By Step Documentation This document will show you how to enroll your user account to the SelfService Portal There are three types of Authentication 1. Security Questions 2. Verification

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

Office 365 Portal, OneDrive, & Delve

Office 365 Portal, OneDrive, & Delve Office 365 Portal, OneDrive, & Delve Training Packet Welcome to Technology Solution s Office 365, OneDrive, and Delve training! We will use this packet as a guide throughout today s training. We ll introduce

More information

Apple ios Enterprise Mobility Management (cloud based)

Apple ios Enterprise Mobility Management (cloud based) Apple ios Enterprise Mobility Management (cloud based) Codeproof ios EMM offers the following enterprise mobility management and BYOD security features. App Restrictions Block the camera, Safari, App Store,

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Summer 17 @salesforcedocs Last updated: September 28, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Develop and test your Mobile App faster on AWS

Develop and test your Mobile App faster on AWS Develop and test your Mobile App faster on AWS Carlos Sanchiz, Solutions Architect @xcarlosx26 #AWSSummit 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The best mobile apps are

More information

Manage Your Service Two Factor Authentication (2FA) Guide

Manage Your Service Two Factor Authentication (2FA) Guide Manage Your Service Two Factor Authentication (2FA) Guide Introduction 2FA provides an additional layer of security to your Manage Your Service (MYS) account as well as an alternative log-in method to

More information

VMware Workspace One Web. VMware Workspace ONE UEM

VMware Workspace One Web. VMware Workspace ONE UEM VMware Workspace One Web VMware Workspace ONE UEM You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Most reliable team communication

Most reliable team communication Most reliable team communication What is Mattermost? most advanced workplace messaging solution in the world Already using Mattermost? Switch to QNAP NAS and keep using Mattermost Secure all your important

More information

WorksPad. User Guide

WorksPad. User Guide Version 3.0.6 January 2017 MobilityLab, LLC. 2011-2017 MobilityLab, LLC. All rights reserved. MobilityLab,, the logo are trademarks or registered trademarks of MobilityLab, LLC. in the U.S., Russia and

More information

UC San Diego Mobile App: The Next Generation

UC San Diego Mobile App: The Next Generation UC San Diego Mobile App: The Next Generation Submitter: Alex Wu, UC San Diego, Information Technology Services, Web Technology Services Manager, a6wu@ucsd.edu Team Members: Brett Pollak, UC San Diego,

More information

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work.

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work. Installing and Configuring hopto Work To configure and install hopto Work on your Microsoft Windows server, you ll need to have Administrator status. Note: The recommended setup is that Active Directory

More information

& Free.

& Free. & Free http://www.amexio.tech/ Amexio IDE Extensions Microsoft Visual Studio Code Atom Editor Angular MetaMagic EXtensions for Inputs & Outputs is a rich set of Angular 5 components powered by HTML5 &

More information

Citrix SSO for Mac OS X. User Guide

Citrix SSO for Mac OS X. User Guide Citrix SSO for Mac OS X User Guide Contents OVERVIEW... 3 FEATURE COMPARISON BETWEEN CITRIX VPN AND CITRIX SSO... 4 COMPATIBILITY WITH MDM PRODUCTS... 5 CONFIGURE AN MDM MANAGED VPN PROFILE FOR CITRIX

More information

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience.

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience. Paper title: Developing WebRTC-based team apps with a cross-platform mobile framework. Speaker: John Buford. Track: Mobile and Wearable Devices, Services, and Applications. Hello everyone. My name is John

More information

Introduction to Kony Fabric

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

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Snap-Ins Chat. Salesforce, Summer

Snap-Ins Chat. Salesforce, Summer Snap-Ins Chat Salesforce, Summer 17 @salesforcedocs Last updated: August 17, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,

More information

Joomla User Guide Ver 3

Joomla User Guide Ver 3 LiveHelp Server Joomla User Guide Ver 3 Introduction The process of configuration and implementation of the LiveHelp server is divided into four stages, which are detailed below. The approximate time of

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

QDK makes self-developed apps run smoothly on a NAS. An in-depth guide for application developers

QDK makes self-developed apps run smoothly on a NAS. An in-depth guide for application developers QDK makes self-developed apps run smoothly on a NAS An in-depth guide for application developers QNAP Development Platform The QNAP development platform is designed for use by professional software developers,

More information

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.012219 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

icontact for Salesforce Installation Guide

icontact for Salesforce Installation Guide icontact for Salesforce Installation Guide For Salesforce Enterprise and Unlimited Editions Lightning Experience Version 2.3.4 Last updated October 2016 1 WARNING DO NOT SKIP ANY PART OF THIS GUIDE. EVERY

More information

Comodo Endpoint Manager Software Version 6.26

Comodo Endpoint Manager Software Version 6.26 Comodo Endpoint Manager Software Version 6.26 End User Guide Guide Version 6.26.021819 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811 Workspace ONE Chrome OS Platform Guide 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 have comments about

More information

VMware AirWatch Tizen Guide

VMware AirWatch Tizen Guide VMware AirWatch Tizen Guide AirWatch v8.4 and higher Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.3.0-beta CMExtension January 27, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

WELCOME TO YOUR NEW IT WORKS! PAY PORTAL

WELCOME TO YOUR NEW IT WORKS! PAY PORTAL WELCOME TO YOUR NEW IT WORKS! PAY PORTAL ABOUT IT WORKS! PAY PORTAL OVERVIEW It Works! Pay Portal (www.myitworkspay.com) is a global commission payout service from It Works! The It Works! Pay Portal interface

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: December 20, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Getting Started. with CoverPage TM. Digital publishing tools for creative professionals.

Getting Started. with CoverPage TM. Digital publishing tools for creative professionals. Getting Started with CoverPage TM Digital publishing tools for creative professionals. How it all started CoverPage grew out of an internal need to develop compelling content-rich Apps. Boom about tablets

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.5.0-beta CMExtension April 12, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Comodo IT and Security Manager Software Version 5.4

Comodo IT and Security Manager Software Version 5.4 Comodo IT and Security Manager Software Version 5.4 End User Guide Guide Version 5.4.090716 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

MOBILE WEB OPTIMIZATION

MOBILE WEB OPTIMIZATION March 2017 MOBILE WEB OPTIMIZATION Introduction Introduction You built a mobile website. That s great! But, chances are good that your job is far from done. Implementing targeted mobile web optimizations,

More information

COLUMN. Responsive design for mobile intranets? How should the intranet be presented on mobile devices? JULY What is responsive design?

COLUMN. Responsive design for mobile intranets? How should the intranet be presented on mobile devices? JULY What is responsive design? KM COLUMN JULY 2012 Responsive design for mobile intranets? The mobile space continues to grow at breakneck pace. Many websites are now seeing upwards of 20 30% of their web traffic coming from mobile

More information

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.121918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Android User Guide. User Guide 2.3

Android User Guide. User Guide 2.3 Android 2.3 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

Updated August 7 th, 2017 introduction

Updated August 7 th, 2017 introduction Solstice User Guide Updated August 7 th, 2017 introduction The Solstice User Reference Guide provides a summary of how Solstice works for users, including an overview of a Solstice system and steps for

More information

The Future of Mobile Device Management

The Future of Mobile Device Management The Future of Mobile Device Management Simplifying the move from BlackBerry to a multi-os environment MobileIron Advisory Services 415 E. Middlefield Road Mountain View, CA 94043 www.mobileiron.com Table

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

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.8.0-beta CMExtension August 14, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Risk Intelligence. Quick Start Guide - Data Breach Risk

Risk Intelligence. Quick Start Guide - Data Breach Risk Risk Intelligence Quick Start Guide - Data Breach Risk Last Updated: 19 September 2018 --------------------------- 2018 CONTENTS Introduction 1 Data Breach Prevention Lifecycle 2 Choosing a Scan Deployment

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

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 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

WELCOME TO YOUR WORLDVENTURES PAYMENTS PORTAL

WELCOME TO YOUR WORLDVENTURES PAYMENTS PORTAL WELCOME TO YOUR WORLDVENTURES PAYMENTS PORTAL ABOUT THE WORLDVENTURES PAYMENTS PORTAL OVERVIEW The WorldVentures Payments Portal is a global payment service that allows you to receive payments from your

More information

Mobile Security using IBM Endpoint Manager Mobile Device Management

Mobile Security using IBM Endpoint Manager Mobile Device Management Mobile Security using IBM Endpoint Manager Mobile Device Management Mahendra Chopra Security Solution Architect @ IBM CIO Lab, Innovation mahendra.chopra@in.ibm.com Agenda Market Trends Mobile Security?

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Spring 17 @salesforcedocs Last updated: March 11, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

WELCOME TO YOUR PAYLUTION PAY PORTAL

WELCOME TO YOUR PAYLUTION PAY PORTAL WELCOME TO YOUR PAYLUTION PAY PORTAL ABOUT THE PAYLUTION PAY PORTAL OVERVIEW The Paylution Pay Portal is a global payment service that allows you to receive payments from your organization. The Paylution

More information

5/31/18 AGENDA AIS OVERVIEW APPLICATION INTERFACE SERVICES. REST and JSON Example AIS EXPLAINED. Using AIS you can perform actions such as:

5/31/18 AGENDA AIS OVERVIEW APPLICATION INTERFACE SERVICES. REST and JSON Example AIS EXPLAINED. Using AIS you can perform actions such as: AGENDA 1 AIS Server - Overview 2 3 MAKING YOUR ERP A COMPETITIVE ADVANTAGE FOR YOUR BUSINESS EXTENDING E1 TO MOBILE USERS, DEVICES and WEB PORTALS Presented by David McIlmoyl 5 4 Development Options Implementation

More information

Northern Arizona University. Capstone Team Project. Design Document. Bit Tag. Temitope Alaga, John Dance, Joshua Frampton, Jun Rao.

Northern Arizona University. Capstone Team Project. Design Document. Bit Tag. Temitope Alaga, John Dance, Joshua Frampton, Jun Rao. Northern Arizona University Capstone Team Project Design Document Bit Tag Temitope Alaga, John Dance, Joshua Frampton, Jun Rao CS 486c Version 1.3 2/12/2016 Table of Contents: Introduction: Architectural

More information

Salesforce Classic Mobile User Guide for Android

Salesforce Classic Mobile User Guide for Android Salesforce Classic Mobile User Guide for Android Version 41.0, Winter 18 @salesforcedocs Last updated: November 21, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

User Manual. Version 1.2

User Manual. Version 1.2 User Manual Version 1.2 1 Table of Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 3. LOGIN THROUGH IP AUTHENTICATION... 5 3.1 Homepage (From points 1 to 6 refer to figure1 below)... 5 3.2 Bookshelf...

More information

Integrating Mobile Applications - Contrasting the Browser with Native OS Apps. Cary FitzGerald

Integrating Mobile Applications - Contrasting the Browser with Native OS Apps. Cary FitzGerald Integrating Mobile Applications - Contrasting the Browser with Native OS Apps Cary FitzGerald caryfitz@employees.org Workshop Leaders Peter Dunkley Acision Adam van den Hoven Frozen Mountain Integrating

More information

RELEASE NOTES. CX Suite 18.1 Release

RELEASE NOTES. CX Suite 18.1 Release RELEASE NOTES CX Suite 18.1 Release JUNE 2018 CONTENTS Release Overview...3 CX Suite...4 Left-Rail Navigation... 4 NPS with Predictive Drivers... 4 SSO Mobile Login... 5 Dashboard and Card Builder... 5

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account. MFA authentication is typically

More information

EMPOWER Course Calendar

EMPOWER Course Calendar 1 Contents 2 Technology Mobility... 2 3 Technology Cloud... 3 4 Industry Orientation Courses - Circuit and Non Circuit Branches... 4 5 Industry Bridge Courses - Mechanical, Electrical and Instrumentation...

More information

Salesforce Mobile App Security Guide

Salesforce Mobile App Security Guide Salesforce Mobile App Security Guide Version 3, 0 @salesforcedocs Last updated: October 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

SharePoint Migration Options in Ben Athawes, Head of SharePoint

SharePoint Migration Options in Ben Athawes, Head of SharePoint SharePoint Migration Options in 2016 Ben Athawes, Head of SharePoint Platform @bathawes Welcome to the Consortium: SharePoint migration projects The end is nigh Things have changed quite a bit! cloud-first

More information

An In-house Energy Dashboard. (Challenges and Achievements from Oregon State University)

An In-house Energy Dashboard. (Challenges and Achievements from Oregon State University) An In-house Energy Dashboard (Challenges and Achievements from Oregon State University) Demo Building Your Dream Dashboard Defining Use Cases Gathering Resources Building Infrastructure Managing Development

More information

The C-Suite Guide to Mobile Technologies for mhealth Development. Medical Web ExpertsTM

The C-Suite Guide to Mobile Technologies for mhealth Development. Medical Web ExpertsTM The C-Suite Guide to Mobile Technologies for mhealth Development Medical Web ExpertsTM January 2017 Executive Summary mhealth technologies are forming a more integral part of many healthcare organizations

More information

Release Notes March 2016

Release Notes March 2016 Release Notes March 2016 About the Release Notes... 3 Release Overview... 3 End of Life Announcements... 3 Other Announcements... 5 Enhancements... 6 Doc Launcher for uploading 3 rd party documents and

More information

AIRCALL GUIDE FOR ADMINS

AIRCALL GUIDE FOR ADMINS AIRCALL GUIDE FOR ADMINS 1 TABLE OF CONTENTS Welcome to Aircall! 1. Configure your Account Configure your numbers Manage your agents Explore Analytics Choose your plan & pricing 2. Configure your App Make

More information

jamf Nation - London Roadshow

jamf Nation - London Roadshow jamf Nation - London Roadshow Sachin Parmar Workplace Technology Manager 17 May 2018 About Just Eat Our vision Creating the world s greatest food community 3 About Me About Me Sachin Parmar 8+ years professionally

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