TEXAS INDUSTRIES. Overview & Goal. Organization. Solution & Results

Size: px
Start display at page:

Download "TEXAS INDUSTRIES. Overview & Goal. Organization. Solution & Results"

Transcription

1 TEXAS INDUSTRIES Our first Oracle ADF Mbile applicatin tk 10 weeks frm beginning t end and nw we can rll ut updates as well as a new applicatin in 4 weeks. One week t build the applicatin, tw weeks fr testing and user feedback, 1 week t release t the Apple App Stre (Ggle Play is cnsiderably quicker). True rapid applicatin develpment (RAD) with releases n a mnthly basis! Bala Venkataraman, TXI Chief Architect Cmpany: Texas Industries Lcatin: Dallas, TX URL: Industry: Cnstructin Materials Technlgies & Services: Oracle JDevelper / Oracle ADF Oracle ADF Mbile Oracle WebLgic Server Oracle Database Oracle EBS Oracle BI Apple Push Ntificatin service (APNs) Ggle Clud Messaging service (GCMs) REST/JSON Web Services Ggle Maps Trimble fr Real time Lcatin Cmmand Alkn Dispatch Applicatin Prject Scale: 2 ADF Develpers 3 BI Develpers 10 weeks t develp and g live Credits: Terry Marshall, TXI Bala Venkataraman, TXI Oracle Prduct Management Overview & Gal TXI, Texas Industries, is in the cnstructin industry supplying cement, aggregates and cncrete t custmers fr ver 50 years. TXI is the largest supplier f cement in Texas and has significant peratins in Califrnia. TXI annual revenues are rughly $900 millin, emplys 2200 peple and is publicly traded n the NYSE under the symbl TXI.. The cncrete prcess frm mix t pur has a windw f 90 minutes t cmplete befre the cncrete becmes unusable. Cnsidering the time sensitive nature f each jb, Ready Mix (cncrete) custmers regularly called the TXI Dispatch Custmer Service asking, Where is my truck? TXI recgnized the need fr a business-t-cnsumer (B2C) mbile applicatin that custmers culd easily dwnlad t their mbile devices and quickly check their rders and truck details securely withut having t call TXI. Organizatin The intended users f the mbile ReadyTrac applicatin are cnstructin custmers that have placed large rders fr cncrete. These custmers needed the ability t track cncrete delivery trucks en rute fr timed precisin f scheduled purs. In the cncrete business time is f the essence with a max windw frm mix t pur f 90 minutes befre the cncrete has begun t slidify. Oracle ADF Mbile allwed us t rapidly develp ur ReadyTrac mbile applicatin which integrates with ur Cmmand Alkn system allwing ur custmers t precisely schedule their jbs and track the cncrete vehicles en rute t their site in real-time. Terry Marshall, TXI CIO Slutin & Results Oracle ADF Mbile allwed TXI t reuse existing web services and g-t-market with their mbile applicatin in 10 weeks time. This included develpment, QA and time t release the applicatin thrugh the Apple and Ggle Play app stres. With Oracle ADF Mbile, ne cde base was used t deply native applicatins fr bth ios and Andrid devices. The capabilities prvided by ReadyTrac include: Get alerts when trucks leave TXI s plant and arrive n the custmer jb site. Mnitr hw many cubic yards f cncrete have been pured and hw many are still en rute. See the date, time, rder number, cubic yards rdered, lcatin and mre details fr past and future purs. Track trucks lcatins utilizing GPS technlgy frm the time each truck leaves the plant t the time it arrives n the custmer jb site. 1

2 In additin t the ReadyTrac Mbile B2C applicatin, TXI has 3 additinal Oracle ADF Mbile prductin applicatins: TrackMan This mbile applicatin is leveraged by TXI s internal sales team and prvides summary detail by regin n all custmer activity. Cnsidered a sister applicatin t ReadyTrac, TrackMan allws the TXI sales team t view every custmer and every plant f TXI with drilldwn functinality as seen in the ReadyTrac applicatin. This applicatin tk 8 weeks frm develpment t prductin. WaitTime WaitTime is als an internal applicatin fr TXI sales cement divisin and this slutin expses Oracle BI infrmatin. Every TXI custmer truck is prvided with a tracking tll tag which allws fr mnitring f the number f trucks in line at a plant and hw lng it actually takes a truck t get thrugh the plant with a lad. This applicatin tk 8 weeks frm develpment t prductin. TXI Calc TXI Calc was the riginal prf f cncept applicatin fr Oracle ADF Mbile. A first attempt was t develp a mbile applicatin using Xcde and Objective C. This tk 3 weeks t develp and was specific t ios devices. TXI then lked t Oracle ADF Mbile and the same applicatin was develped in 4 hurs and that cde base was used t deply tw native applicatins fr ios and Andrid devices. Technical Details TXI had previusly develped a web based applicatin using Oracle ADF t track cncrete trucks t custmer sites. Additinal functinality included the ability t mnitr hw many cubic yards f cncrete had been pured and hw many were still en rute. Oracle ADF Mbile allwed TXI t reuse this existing cde base and expse the infrmatin thrugh REST/JSON web services which were cnsumed by TXI s ReadyTrac applicatin. The web services delivered rder infrmatin, truck data and additinal detail riginally captured in TXI s Cmmand Alkn Dispatch system. The real-time lcatin f the delivery trucks was captured via a Trimble Navigatin sensr which prvided anther integratin pint using REST/JSON web services. The service layer was built frm scratch using Oracle JDevelper, the same tl used t develp the mbile applicatin. TXI develped EJB/JPA entities that were expsed via REST web services that expsed data as bth XML and JSON. ReadyTrac custmers can subscribe t push ntificatins inside the mbile applicatin such that they will get alerts whenever a truck leaves the plant and/r the truck reaches the jb site. The custmer can turn n push ntificatins at a prject level. The push ntificatin is supprted n bth ios (Apple Push Ntificatin service APNs) and Andrid (Ggle Clud Messaging service GCMs) platfrms. There are tw cmpnents t this prcess. Client Side The custmer is prmpted if they wuld like t allw push ntificatins when they access the ReadyTrac applicatin fr the first time. If the custmer allws push ntificatins, a unique device registratin tken is captured and stred in TXI s backend server using a REST web service. This is used t send the push ntificatin paylad t APNs r GCMs depending n the device. The custmer stres their push ntificatin alert preferences at a prject level under prject ptins as seen belw. TXI als stres the custmer preferences in their backend server using a REST web service. 2

3 ReadyTrac Applicatin Prject Optins page Server Side There is a java prgram that runs every 3 minutes in Oracle WebLgic server (WLS). This prgram creates a JSON paylad based n each custmer s preference. This paylad is stred in a queue n TXI s backend server. In the case f APNs, TXI cnfigured the APNs certificate and included it in the keystre. The JSON paylad is then sent t APNs r GCMs depending n the custmer device type. An errr cde is returned if there was a prblem sending the paylad t the device. If a prblem exists, TXI captures the errr cde and updates the queue table accrdingly. This typically ccurs when the custmer has received a new device r has stpped accepting push ntificatins. By leveraging device native push ntificatin services, Oracle ADF Mbile fully and seamlessly integrates int device s ntificatin and alert capabilities. Oracle ADF Mbile als prvides hks t allw push ntificatins t trigger custm lgic that can set the prper applicatin cntext fr end users. Push ntificatins are critical t TXI s ReadyTrac applicatin in rder t ensure the custmer n the jb site gets ample ntificatin t prepare fr a pur. Fr authrizatin TXI assigns a private key t each custmer at the time f registratin. Every REST URI request frm a mbile device is hashed using that private key based n the user lg-in. The hashed value is passed as a parameter in the REST service call. On the server, TXI cmpares that hash value with the hash value generated n the server side fr the URI and the uid s private key. Only a match will allw the call t g thrugh, therwise an errr is raised. When it cmes t authenticatin, TXI stres ReadyTrac users in WLS under the security realm. This is dne after a ReadyTrac user registers and their accunt is 3

4 activated. WLS stres the passwrd as a hashed value. A REST web service uses the WLS java api t validate uid/pwd cmbinatins when the ReadyTrac user tries t lgin using their mbile applicatin. This will be replaced using Oracle ADF Mbile s security mdel in a future release. Business Value ReadyTrac slves critical issues fr TXI in that it reduces the wait time n calls int the TXI Dispatch Custmer Service frm what culd be minutes during peak hurs dwn t instant access with the Oracle ADF Mbile slutin. This increases custmer prductivity and prvides cst savings in scheduling resurces alng with cmplete transparency and knwledge f where custmer trucks are in real-time. Mbile Benefits: Imprved custmer satisfactin Differentiatr frm a sales perspective in clsing deals. N cmpetitr mbile applicatins in this space. Reduced staffing csts fr Dispatch Custmer Service as custmers can nw check status via their mbile applicatin in real-time. Oracle ADF Mbile Benefits: True rapid applicatin develpment resulting in faster time t market fr the applicatins N develpment training required saving training and staffing csts One cde-base t deply tw native applicatins n ios and Andrid resulting in significant cst-savings True multi-channel deplyment thrugh extending existing web-based applicatin t mbile devices Onging Develpment Develpment already underway r n the radmap fr the future at TXI includes updates t the ReadyTrac mbile applicatin and expsing Oracle E-Business Suite (EBS) services. ReadyTrac A new feature t be included in the ReadyTrac app is ne called NearMe. The idea is that if yu re at a jb site yu have visibility int jbs that are ging n within a 2 mile radius f yur lcatin. This feature is designed fr external users. Oracle EBS The intent is t expse cmmn business functinality internally in rder t increase emplyee prductivity by creating easy t use applicatins with real-time integratin int TXI s ERP platfrm. The current functinality planned fr mbile develpment includes; View AP invice status Receive gds and services Apprval Wrklist 4

5 Applicatin View TXI s ReadyTrac Mbile Applicatin has a rich interactive user interface. Frm left t right yu have the splash screen, lgin, a view int yur prjects with data visualizatin gauge cmpnent, truck tracking with GPS integratin and truck tracking details. ReadyTrac Splash Screen ReadyTrac Lgin ReadyTrac My Prjects ReadyTrac Tracking Map ReadyTrac Truck Tracking Screen 5

White Paper for Mobile Workforce Management and Monitoring Copyright 2014 by Patrol-IT Inc. www.patrol-it.com

White Paper for Mobile Workforce Management and Monitoring Copyright 2014 by Patrol-IT Inc. www.patrol-it.com White Paper fr Mbile Wrkfrce Management and Mnitring Cpyright 2014 by Patrl-IT Inc. www.patrl-it.cm White Paper fr Mbile Wrkfrce Management and Mnitring Cpyright 2014 by Patrl-IT Inc. www.patrl-it.cm 2

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures.

The user authentication process varies from client to client depending on internal resource capabilities, and client processes and procedures. Learn Basic Single Sign-On Authenticatin Tale s Basic SSO applicatin grants Learn access t users withut requiring that they enter authenticatin lgin credentials (username and passwrd). The access pint

More information

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public Intel Hybrid Clud Management Prtal Update FAQ Audience: Public Purpse: Prepare fr the launch f the Intel Hybrid Clud Platfrm multi-user/multi-tier update Versin: Final FAQs What s new in the Intel Hybrid

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Cloud Services MDM. Windows 8 User Guide

Cloud Services MDM. Windows 8 User Guide Clud Services MDM Windws 8 User Guide 10/24/2014 CONTENTS Overview... 2 Supprted Devices... 2 System Capabilities... 2 Enrllment and Activatin... 3 Prcess Overview... 3 Verify Prerequisites... 3 Dwnlad

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Port Manager. Microsoft Dynamics CRM for Ports

Port Manager. Microsoft Dynamics CRM for Ports Prt Manager Micrsft Dynamics CRM fr Prts February 2015 Overview Celedn Partners Prt Manager encapsulates the functinality f many prt related prcesses int an easy t learn and easy t use tl. The slutin leverages

More information

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Operatins BI Metrics Demnstratin Guide May 2015 BI 3.11 Overview This demnstratin fcuses n ne aspect f QAD Operatins Business Intelligence Metrics and shws hw this functinality supprts the visin f

More information

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry

ALM in the Cloud an Overview of Oracle Developer Cloud Service. Introduction. By Dana Singleterry ALM in the Clud an Overview f Oracle Develper Clud Service Intrductin By Dana Singleterry In recent years the wrld f applicatin develpment has adpted new methdlgies that aim t imprve the quality and speed

More information

Security in Business and Applications. Madison Hajeb Stefan Hurst Benjamin Von Slade

Security in Business and Applications. Madison Hajeb Stefan Hurst Benjamin Von Slade Security in Business and Applicatins Madisn Hajeb Stefan Hurst Benjamin Vn Slade Intrductin Prject Cncept - Implement security in a small business setting Original Plan - D sme security audits fr small

More information

Cloud Services Frequently Asked Questions FAQ

Cloud Services Frequently Asked Questions FAQ Clud Services Frequently Asked Questins FAQ Revisin 1.0 6/05/2015 List f Questins Intrductin What is the Caradigm Intelligence Platfrm (CIP) clud? What experience des Caradigm have hsting prducts like

More information

QBT - Making business travel simple

QBT - Making business travel simple QBT - Making business travel simple In business travel, cmplexity csts. S, we ffer less f it. We adpt the latest technlgy and make it simple, transparent and highly persnal. S yu get mre f what yu need

More information

White Paper. Calculating ROI for GPS Tracking. Jack Duncan ERP Integration. 2912 NW 156th Street Edmond, OK 73013 405.749.1105

White Paper. Calculating ROI for GPS Tracking. Jack Duncan ERP Integration. 2912 NW 156th Street Edmond, OK 73013 405.749.1105 White Paper Calculating ROI fr GPS Tracking Jack Duncan ERP Integratin 2912 NW 156th Street Edmnd, OK 73013 405.749.1105 Hw can we plt the prjected ROI fr a GPS System? Successful implementatin f a GPS

More information

Mobile Workforce. Improving Productivity, Improving Profitability

Mobile Workforce. Improving Productivity, Improving Profitability Mbile Wrkfrce Imprving Prductivity, Imprving Prfitability White Paper The Business Challenge Between increasing peratinal cst, staff turnver, budget cnstraints and pressure t deliver prducts and services

More information

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

More information

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications

WHITEPAPER Reference Architectures for Portal-based Rich Internet Applications Authr: Sven Rieger Created n: 2015-04-10 Versin: 1.0 Rich Internet (RIAs) are HTML5-based applicatins with a desktp-like lk&feel which run inside a web brwser. The Micrsft Office applicatins Wrd, Excel,

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

The Importance of Market Research

The Importance of Market Research The Imprtance f Market Research 1. What is market research? Successful businesses have extensive knwledge f their custmers and their cmpetitrs. Market research is the prcess f gathering infrmatin which

More information

Magenta HR in partnership with breath ehr

Magenta HR in partnership with breath ehr BREATHEHR ONLINE HR SYSTEM AND PORTAL Magenta HR in partnership with breath ehr Magenta HR Cnsulting Ltd. 24 Canning Street, Edinburgh EH3 8EG Tel. 0131 2272769 www.magentahr.cm inf@magentahr.cm 6 December

More information

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag

Considerations for Success in Workflow Automation. Automating Workflows with KwikTag by ImageTag Autmating Wrkflws with KwikTag by ImageTag Cnsideratins fr Success in Wrkflw Autmatin KwikTag balances cmprehensive, feature-rich Transactinal Cntent Management with affrdability, fast implementatin, ease

More information

PROCESSING THROUGH MPS and AVIMARK

PROCESSING THROUGH MPS and AVIMARK Befre using McAllister Payment Slutins (MPS) as yur pint-f-sale and/r integrated credit card prcess slutin, the McAllister Payment Slutins PA- DSS Implementatin Guide must be reviewed in its entirety.

More information

The AccuSpeechMobile solution is a fully mobile voice-enabling software solution, that noninvasively. existing mobile enterprise wide applications.

The AccuSpeechMobile solution is a fully mobile voice-enabling software solution, that noninvasively. existing mobile enterprise wide applications. 1. Questin: Yu say that yu have an innvative mbile apprach t deplying vice prductivity t enterprise applicatins. Hw is AccuSpeechMbile different frm existing vice architectures? Answer: When ne lks at

More information

Junos Pulse Instructions for Windows and Mac OS X

Junos Pulse Instructions for Windows and Mac OS X Juns Pulse Instructins fr Windws and Mac OS X When yu pen the Juns client fr the first time yu get the fllwing screen. This screen shws yu have n cnnectins. Create a new cnnectin by clicking n the + icn.

More information

1 Google Apps for Education Henrico County, Virginia

1 Google Apps for Education Henrico County, Virginia 1 Ggle Apps fr Educatin Henric Cunty, Virginia PROGRAM CATEGORY: Infrmatin Technlgy 1. Abstract f the Prgram Henric Cunty Public Schls (HCPS) prides itself n its innvative apprach t instructin. We believe

More information

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: inf@metavistech.cm Website: www.metavistech.cm Intrductin May 12 th

More information

Basics of Supply Chain Management

Basics of Supply Chain Management The Champlain Valley APICS Chapter is a premier prfessinal assciatin fr supply chain and peratins management and wrking tgether with the APICS rganizatin the leading prvider f research, educatin and certificatin

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com

Sage 100 What s New in 2013. Tracey Brinkman Senior Consultant BKD Technologies tbrinkman@bkd.com Sage 100 What s New in 2013 Tracey Brinkman Senir Cnsultant BKD Technlgies tbrinkman@bkd.cm Presenter Tracey Brinkman Senir Cnsultant BKD Technlgies 2013 Overview Glbal Enhancements Accunts Payable Enhancements

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

Knowledge Base Article

Knowledge Base Article Knwledge Base Article Crystal Matrix Interface Cmparisn TCP/IP vs. SDK Cpyright 2008-2012, ISONAS Security Systems All rights reserved Table f Cntents 1: INTRODUCTION... 3 1.1: TCP/IP INTERFACE OVERVIEW:...

More information

THOMSON REUTERS C-TRACK CASE MANAGEMENT SYSTEM SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6

THOMSON REUTERS C-TRACK CASE MANAGEMENT SYSTEM SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6 THOMSON REUTERS C-TRACK CASE MANAGEMENT SYSTEM SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6 C-Track Case Management System (CMS) is a cnfigurable, brwser based case management system fr all levels

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

More information

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration Slutin Brief OpenStack Services OVERVIEW OnX understands clud adptin challenges f glbal enterprise cmpanies and helps Enterprises adpt OpenStack slutins thrugh targeted services. We ffer vertical industry

More information

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING JULY, 2014 The infrmatin cnveyed in this dcument is cnfidential and prprietary t Mitel and is intended slely fr Mitel emplyees

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Using PayPal Website Payments Pro with ProductCart

Using PayPal Website Payments Pro with ProductCart Using PayPal Website Payments Pr with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 3 What is Website Payments Pr?... 3 Website Payments Pr and Website Payments Standard...

More information

Office Use Only Account # Approved By:

Office Use Only Account # Approved By: Office Use Only Accunt # Apprved By: Dealer Applicatin Please cmplete and submit this applicatin alng with a cpy f yur (EIN) Federal Tax Id Number certificate befre placing yur 1 st rder. We will review

More information

Instant Chime for IBM Sametime Quick Start Guide

Instant Chime for IBM Sametime Quick Start Guide Instant Chime fr IBM Sametime Quick Start Guide Fall 2014 Cpyright 2014 Instant Technlgies. All rights reserved. Cpyright and Disclaimer This dcument, as well as the sftware described in it, is furnished

More information

Treasury Gateway Getting Started Guide

Treasury Gateway Getting Started Guide Treasury Gateway Getting Started Guide Treasury Gateway is a premier single sign-n and security prtal which allws yu access t multiple services simultaneusly thrugh the same sessin, prvides cnvenient access

More information

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments Fr mre infrmatin abut UC4 prducts please visit www.uc4.cm. UC4 AUTOMATED VIRTUALIZATION Intelligent Service Autmatin fr Physical and Virtual Envirnments Intrductin This whitepaper describes hw the UC4

More information

Syllabus for Mobile Applications

Syllabus for Mobile Applications Syllabus fr Mbile Applicatins Descriptin: Tday's applicatins are increasingly mbile. Cmputers are n lnger cnfined t desks and laps but instead live in ur pckets and hands. This curse teaches students hw

More information

Time is Money Profiting from Reduced Cycle Time

Time is Money Profiting from Reduced Cycle Time Time is Mney Prfiting frm Reduced Cycle Time Yur retail custmers are demanding smaller, mre frequent shipments, which increases yur cst-t-serve them. While this makes their inventry mre predictable and

More information

iphone Mobile Application Guide Version 2.2.2

iphone Mobile Application Guide Version 2.2.2 iphne Mbile Applicatin Guide Versin 2.2.2 March 26, 2014 Fr the latest update, please visit ur website: www.frte.net/mbile Frte Payment Systems, Inc. 500 West Bethany, Suite 200 Allen, Texas 75013 (800)

More information

Project Startup Report Presented to the IT Committee June 26, 2012

Project Startup Report Presented to the IT Committee June 26, 2012 Prject Name: SOS File 2.0 Agency: Secretary f State Business Unit/Prgram Area: Secretary f State Prject Spnsr: Al Jaeger Prject Manager: Beverly Maitland Prject Startup Reprt Presented t the IT Cmmittee

More information

Why Sage CRM? Robert Kramer Managing Consultant, BKD Technologies Sean Mohan President, Strategic Sales Systems

Why Sage CRM? Robert Kramer Managing Consultant, BKD Technologies Sean Mohan President, Strategic Sales Systems Why Sage CRM? Rbert Kramer Managing Cnsultant, BKD Technlgies Sean Mhan President, Strategic Sales Systems Why CRM Systems Custmer relatinship management (CRM) helps businesses t gain an insight int the

More information

Gartner Magic Quadrant Salesforce Automation 2009

Gartner Magic Quadrant Salesforce Automation 2009 Gartner Magic Quadrant Salesfrce Autmatin 2009 Sage CRM Slutins Opinin Brief Released July 24, 2009 Q. What is the Gartner Magic Quadrant (GMQ) fr SFA? A. The Gartner Magic Quadrant fr SFA is an analyst

More information

Infor EAM Mobility Initiative

Infor EAM Mobility Initiative Infr EAM Mbility Initiative Overview Charles Cunty utilizes the Infr Enterprise Asset Management (EAM) system t prvide a pwerful, integrated tl t fully manage all aspects f the equipment and wrk rders

More information

Avaya Professional Services

Avaya Professional Services Avaya Cntact Center Cntrl Avaya Prfessinal Services Avaya Cntact Center Cntrl Offer Sheet Cmpany Overview Avaya is a glbal leader in enterprise cmmunicatins systems. The cmpany prvides unified cmmunicatins,

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Managing Access and Help Protect Corporate Email Data on Mobile Devices with Enterprise Mobile Suite

Managing Access and Help Protect Corporate Email Data on Mobile Devices with Enterprise Mobile Suite Managing Access and Help Prtect Crprate Email Data n Mbile Devices with Enterprise Mbile Suite Last updated: 7/15/15 Balancing prductivity and security Emplyees want t be able t use their wn devices t

More information

The AppSec How-To: Choosing a SAST Tool

The AppSec How-To: Choosing a SAST Tool The AppSec Hw-T: Chsing a SAST Tl Surce Cde Analysis Made Easy GIVEN THE WIDE RANGE OF SOURCE CODE ANALYSIS TOOLS, SECURITY PROFESSIONALS, AUDITORS AND DEVELOPERS ALIKE ARE FACED WITH THE QUESTION: Hw

More information

2008 BA Insurance Systems Pty Ltd

2008 BA Insurance Systems Pty Ltd 2008 BA Insurance Systems Pty Ltd BAIS have been delivering insurance systems since 1993. Over the last 15 years, technlgy has mved at breakneck speed. BAIS has flurished in this here tday, gne tmrrw sftware

More information

Integrate Marketing Automation, Lead Management and CRM

Integrate Marketing Automation, Lead Management and CRM Clsing the Lp: Integrate Marketing Autmatin, Lead Management and CRM Circular thinking fr marketers 1 (866) 372-9431 www.clickpintsftware.cm Clsing the Lp: Integrate Marketing Autmatin, Lead Management

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information Overview f BI and rle f DW in BI Business Intelligence & Why is it ppular? Business Intelligence Steps Business Intelligence Cycle Example Scenaris State f Business Intelligence Business Intelligence Tls

More information

Website Design Worksheet

Website Design Worksheet Website Design Wrksheet The mst crucial and imprtant part f having a website designed, r redesigned is t set gals and decide up frnt what yu want yur website t d. What is the purpse f yur new website?

More information

Interworks Cloud Platform Citrix CPSM Integration Specification

Interworks Cloud Platform Citrix CPSM Integration Specification Citrix CPSM Integratin Specificatin Cntents 1. Intrductin... 2 2. Activatin f the Integratin Layer... 3 3. Getting the Services Definitin... 4 3.1 Creating a Prduct Type per Lcatin... 5 3.2 Create Instance

More information

Cloud Contact Centre. Getting smart with customer contact

Cloud Contact Centre. Getting smart with customer contact Clud Cntact Centre Getting smart with custmer cntact Getting smart with custmer cntact Clud Cntact Centre enables businesses t deliver superir custmer service every time, quickly and affrdably, with the

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd.

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd. Cmmittee: Date(s): Infrmatin Systems Sub Cmmittee 11 th March 2015 Subject: Agilisys Managed Service Financial Reprt Reprt f: Chamberlain Summary Public Fr Infrmatin This reprt prvides Members with an

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Web-based Software Solutions

Web-based Software Solutions Web-based Sftware Slutins Clud r Server-based platfrms Pint-Of-Sale Quickly handle special rders, Layaways, Wrk rders, Custmer Depsits and Refunds, On Accunt Payments, Stre Credits and mre. Available Prduct

More information

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email:

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: AML Internet Manr Curt, Manr Farm Huse, Lndn Rad, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: Backup@AmlInternet.c.uk Cntents Page Situatin Analysis 3 AML Internet - The Slutin

More information

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan Case Study Ananthakrishnan Snata develps J Architect, Snata Sftware cmprehensive BI Applicatin fr a leading prvider f Animal Nutritin Slutins Snata Sftware Limited www.snata-sftware.cm www.snata-sftware.cm

More information

User Guide Version 4.4

User Guide Version 4.4 User Guide Versin 4.4 Page 2 f 41 EastStreMaker Pr 4.4 Summary Cntents 1 INTRODUCTION... 3 1.1 NAVIGATION... 3 2 EASYSTOREMAKER PRO... 5 2.1 CONFIGURATION WIZARD... 5 2.2 STORE CONFIGURATION... 13 2.2.1

More information

Data Abstraction Best Practices with Cisco Data Virtualization

Data Abstraction Best Practices with Cisco Data Virtualization White Paper Data Abstractin Best Practices with Cisc Data Virtualizatin Executive Summary Enterprises are seeking ways t imprve their verall prfitability, cut csts, and reduce risk by prviding better access

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

2012 Global Business Intelligence Software Survey: Companies Desire Smaller, Better Targeted End-User Solutions

2012 Global Business Intelligence Software Survey: Companies Desire Smaller, Better Targeted End-User Solutions 2012 BizTechReprts Editrial Directr: Lane F. Cper Industry Relatins Directr: Carl J. Cper 2012 Glbal Business Intelligence Sftware Survey: Cmpanies Desire Smaller, Better Targeted End-User Slutins Bth

More information

CONFERENCING & COLLABORATION

CONFERENCING & COLLABORATION OVERVIEW Reservatinless-Plus Features When yu need t hst weekly recurring meetings r rganise a last minute meeting, Reservatinless-Plus cnferencing efficiently allws yu t bring peple tgether t help yu

More information

New in this release. Sphere 9.4.3.2 (October 2013)

New in this release. Sphere 9.4.3.2 (October 2013) New in this release Sphere 9.4.3.2 (Octber 2013) The fllwing client-facing changes were implemented: An issue that prevented certain Friends Asking Friends spnsrship levels frm appearing as ptins n the

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Web-based Software Solutions

Web-based Software Solutions Web-based Sftware Slutins Clud r Server-based platfrms Financial Management General Ledger Accunts Payable Accunts Receivable Payrll Prject Csting * : Multi-Currency/Cmpany Budgeting Fixed Assets Sale

More information

Process Automation With VMware

Process Automation With VMware Prcess Autmatin With VMware Intelligent Service Autmatin fr Real and Virtual Envirnments Intrductin This Whitepaper describes hw the UC4 platfrm integrates with the VMware vsphere Server and the VMware

More information

SoftLayer Development Lab

SoftLayer Development Lab SftLayer Develpment Lab Phil Jacksn, Chief Evangelist, SftLayer pjacksn@sftlayer.cm @underscrephil Brad DesAulniers, Sftware Engineer, Advanced Clud Slutins IBM GTS bradd@us.ibm.cm @cb_brad Angel Tmala-Reyes,

More information

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme Hyperin Translatin Manager Release 9.3.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 What is Translatin Manager 9.3.1?... 1 Cmpatible Sftware... 2 Supprted Internatinal Operating

More information

Learn More Cloud Extender Requirements Cheat Sheet

Learn More Cloud Extender Requirements Cheat Sheet MaaS360.cm > Learn Mre Learn Mre Clud Extender Requirements Cheat Sheet OVERVIEW This dcument defines all requirements t ensure a successfully installatin f the Clud Extender t enable use f ActiveSync

More information

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Table f Cntents Tp Pricing and Licensing Questins... 2 Why shuld custmers be excited abut Micrsft SQL Server 2012?... 2 What are the mst significant changes t the pricing and licensing fr SQL Server?...

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

CorasWorks v11 Essentials Distance Learning

CorasWorks v11 Essentials Distance Learning CrasWrks v11 Essentials Curse Outline CrasWrks distance learning training is designed t help students leverage the CrasWrks platfrm t either build cllabrative applicatins r extend and enhance existing

More information

G-CLOUD FRAMEWORK SERVICE DEFINITION. Oracle Technology Service for Agile Cloud Projects. Copyright: 2014 6point6 Ltd

G-CLOUD FRAMEWORK SERVICE DEFINITION. Oracle Technology Service for Agile Cloud Projects. Copyright: 2014 6point6 Ltd G-CLOUD FRAMEWORK SERVICE DEFINITION Oracle Technlgy Service fr Agile Clud Prjects Cpyright: 2014 6pint6 Ltd G-Clud Service Definitin Oracle Technlgy 1. SERVICE OVERVIEW The 6pint6 Oracle Technlgy Service

More information

Connector for Microsoft Dynamics Installation Guide

Connector for Microsoft Dynamics Installation Guide Micrsft Dynamics Cnnectr fr Micrsft Dynamics Installatin Guide June 2014 Find updates t this dcumentatin at the fllwing lcatin: http://g.micrsft.cm/fwlink/?linkid=235139 Micrsft Dynamics is a line f integrated,

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

Xylos Technology Day. Mobility @ Delhaize 02-10-2015. Kurt Callens Pieter Boogaerts

Xylos Technology Day. Mobility @ Delhaize 02-10-2015. Kurt Callens Pieter Boogaerts Xyls Technlgy Day Mbility @ Delhaize 02-10-2015 Kurt Callens Pieter Bgaerts Agenda Functinal & Technical needs Prpsed slutin Dem XenMbile EMM Delhaize specifics Q & A Agenda Functinal & Technical needs

More information

Electronic Data Interchange (EDI) Requirements

Electronic Data Interchange (EDI) Requirements Electrnic Data Interchange (EDI) Requirements 1.0 Overview 1.1 EDI Definitin 1.2 General Infrmatin 1.3 Third Party Prviders 1.4 EDI Purchase Order (850) 1.5 EDI PO Change Request (860) 1.6 Advance Shipment

More information

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items WHITE PAPER Vendr Managed Inventry (VMI) is Nt Just fr A Items Why it s Critical fr Plumbing Manufacturers t als Manage Whlesalers B & C Items Executive Summary Prven Results fr VMI-managed SKUs*: Stck-uts

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

Business Intelligence Services RELEASE NOTES [ Release 7 ] February 12, 2016

Business Intelligence Services RELEASE NOTES [ Release 7 ] February 12, 2016 Enrllment Management Dashbard Prduct Visin Fr: Wh: The: Is an: That: Unlike: This Prduct: Enrllment Decisin Makers Wuld like t understand an access Enrllment infrmatin easily Enrllment Management Dashbard

More information

OR 2) Implement and customize an off the shelf product that would suit the requirements

OR 2) Implement and customize an off the shelf product that would suit the requirements CRM Custmer Relatinship Management Request fr Prpsal (RFP) Created by : Gayathri Jaganathan Rle : Prject Manager Prpsal Date: 10/02/06 Organizatin: AIM Alliance Inspectin Management Cmpany Lcatin : 28235

More information

Service Request Form

Service Request Form New Prfessinal Services Order Frm Editable PDF Service Request Frm If yu have any questins while filling ut this frm, please cntact yur CDM, email Prfessinal Services at PS@swipeclck.cm, r call 888-223-3250

More information

Implementing an electronic document and records management system using SharePoint 7

Implementing an electronic document and records management system using SharePoint 7 Reprt title Agenda item Implementing an electrnic dcument and recrds management system using SharePint 7 Meeting Finance, Prcurement & Prperty Cmmittee 16 June 2008 Date Reprt by Dcument Number Head f

More information

Electronic Signatures Overview

Electronic Signatures Overview White Paper Electrnic Signatures Overview Versin 1.0 Last Updated: 20-09-2010 www.sutisft.cm Histry f Electrnic Signatures Over 100 years ag, peple were using Mrse cde and the telegraph t electrnically

More information

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 0. Nte that frm LISTSERV versin 15.5, LISTSERV supprts using an external LDAP directry (r Windws Active Directry) fr lgin authenticatin in additin t

More information