Integration with External Applications: General View

Size: px
Start display at page:

Download "Integration with External Applications: General View"

Transcription

1 Integration with External Applications: General View Ref GOAL Learn some of the functionalities of the Integration with AuraPortal Content 1. Integration Scheme 2. Which is the best option? 1.1. Data Importer Service 3. Other Integrations 1.2. Web Services (SOA) 1.3. AuraPortal Adapters Servers 1.4. System Task NOTIFIER 1.5. Web Services (SOA) 1.6. Script Execution

2 Integration with External Applications: General View Ref Referenced Documents 1. Manual-Delegated Administrator

3 1 Integration Scheme 0714/ 3

4 Integration Scheme AuraPortal 0714/ 4

5 Integration Scheme Example AuraPortal 1 Importer service 2 Web Service (SOA) 3 4 Balance in ERP Pending Invoices 6 7 Stock Values AuraPortal Web Services 5 Automatic Notifications 8 External Web Services 9 Messages via Web Services 10 TS Script execution 0714/ 5

6 1 1.1 Data Importer Service 0714/ 6

7 Data Importer Service 1 Importer Service AuraPortal includes a Windows Service called Importer Service to carry out data imports from external programs, allowing any data to be imported using ODBC, and lodging it wherever desired in AuraPortal, either in the main elements or in the Annexes. AuraPorta l MANUAL: To carry out manual imports when desired. PROGRAMMED: To carry out automatic imports on programmed days and times. Sigue INSTANT: To carry out automatic imports each x seconds, of XML files deposited with the data to be imported. 0714/ 7

8 1 1.2 Web Services (SOA) 0714/ 8

9 Web Services (SOA) 2 Web Services (SOA) The AuraPortal structure is designed using Services Orientated Architecture (SOA). An important part of the internal communications and nearly all of the transfers to the exterior are structured on Web Services. All the AuraPortal data is available using Web Services (SOA), both to enter as well as extract information. Sigue In this example, from the external program, the Web Service is invoked for a Start Message Event to trigger a Process with ERP data. 0714/ 9

10 1 1.3 AuraPortal Adapters Server 0714/ 10

11 AuraPortal Adapters Server With Adapters Server it is possible to connect to the external Databases to interact with AuraPortal. 3 Balance in ERP In this example, the Gateway DX.82 consults the ERP if the customer has a positive or negative balance in order to send the process in one direction or another. Sigue 4 Pending Invoices The user can, from his AuraPortal task, consult the invoices pending payment that are in the ERP. 6 Stock Check The system checks if there is stock available of the material sold. Sigue 0714/ 11

12 AuraPortal Adapters Server With AuraPortal Adapters Server it is possible to consult and modify data lodged in external Databases (ERP, CRM, ) from the AuraPortal Process tasks. There are multiple uses, for example: Show data from the external DB, in AuraPortal Process Tasks, so that the performer can consult or modify (depending on the set-up). The external DB data can be used by the Gateways of AuraPortal processes to make decisions, direct the Process flow in one direction or another depending on the value. 0714/ 12

13 1 1.4 System Task NOTIFIER 0714/ 13

14 System Task NOTIFIER 5 Automatic Notifications Sigue AuraPortal sends automatic notifications by . In this case, the customer receives one with details of his order status. Sigue 0714/ 14

15 1 1.5 Web Services (SOA) 0714/ 15

16 Web Services (SOA) 7 Web Services in AuraPortal With the System Task Deviator, AuraPortal Web Services are invoked to start other processes. In this case, to carry out the purchase of the necessary material. Sigue 8 External Web Services With the System Task Invoker, it is also possible to invoke external Web Services. In this case, to carry out the order to the supplier. 9 Messages via Web Services The System Task Deviator can also use Intermediate Message Events to upload data in functioning Processes. 0714/ 16

17 Web Services (SOA) The AuraPortal structure is designed using Service Oriented Architecture (SOA), in other words, Web Services. The Web Service is the most modern via and standard to interconnect applications using the Internet, both to upload as well as to extract information. For this, the WSDL (Web Services Description Language) has been used, and the construction of these Web Services is handled using SOAP (Simple Object Access Protocol) technology, the standard protocol from the auspicious W3C (World Wide Web Consorcium), which defines the communication between two objects using the XML standard. AuraPortal Many programs can connect to Web Services: standard applications (MS Access 2003, MS Excel 2003, ) as well as especially designed applications using any system, such as Java, Visual Basic, Delphi, Visual Studio.NET, etc. Two examples are the AuraPortal Warning Bell and the document Uploader. Internet 0714/ 17

18 Web Services (SOA) In AuraPortal there are three different types of Web Services: Generic Web Services: provided by default by SharePoint (the platform that is used to develop a large part of AuraPortal) and available for reading or writing the majority of the AuraPortal information. System Web Services: designed by AuraPortal to make specific proposals easier and included in the installation by default. The following can carry out the majority of actions that a user needs from the AuraPortal interface: AuraPortalProcesos: Process data. AuraPortalTareas: Open Tasks. AuraPortalDoc: Documents. AuraPortalFamilias: Families of Employees, Accounts, Projects, Items, Areas and Own Families. AuraPortalDiccionarioTerminos: Dictionary Terms. AccionBell: Warning Bell. AuraPortalSistema: Internal AuraPortal use. Personalized Web Services: both the Start Process Message Event and the Intermediate Message Event forms that are made to measure in the AuraPortal Process, can be published as Web Services to be invoked from other AuraPortal Processes from external programs. 0714/ 18

19 1 1.6 Scripts Execution 0714/ 19

20 Scripts Execution 10 TS Script Execution With a System Task that Executes Scripts, data can be transferred from the Process Panel using scripts. This system includes the possibility of executing any program code. 0714/ 20

21 Scripts Execution From the AuraPortal Processes it is possible to execute any program code, so any integration is possible. This characteristic is based on the execution of SQL Stored Procedures, where it is also possible to execute Transac scripts and those designed using any standard program (.Net, Visual Basic 6, Delphi, Java, ). The scripts can be executed from AuraPortal in: System Task for Script Execution: When the Process current arrives at a System Task of this type, the configured Stored Procedure and script are executed and also a program, if this is indicated. Script Button: In the Message and Process Task Forms, the Personal Role Record, the Own Family Element Record and the Roles Grid in the AuraPortal Account can have action buttons added, in this case the Script Button, from where configured Stored Processes are executed. 0714/ 21

22 Scripts Execution 1 In Sales Sub-process, the Sales Department has sold to a new Customer, who is registered in AuraPortal but not yet in the ERP. 2 The System Task TS.129 invokes a Stored Procedure that executes a program that carries out the following: With the RefBase provided by the TS.129, the method PanelDatosVer (DataSee) of the Web Services AuraPortalProcesos is invoked to obtain all the sales data, for example the new Customer ID. 2 4 With the ID of the new Customer Account, the method GetFichaCuenta (GetRegisterAccount) of the Web Service AuraPortalFamilias is invoked to obtain all its data. 5 5 With all the AuraPortal data, a new Customer is registered in the ERP and the Sales Invoice is made If desired, data can be uploaded into the Process Panel using the Intermediate Event (EM.117) or other from other Web Services. 0714/ 22

23 Script Execution Button Script Execution Button This is the same function as the System Task Script Execution, but applied to a button, where the Stored Procedure will be executed by the user. Buttons location The Script Buttons can be executed from: Personal Task Forms Message Forms Personal Role Records Account Roles window Grid (Account Record) Own Family Element Record Invoice Data Is uploaded to Panel Reads Invoice Data User Fills in Invoice and executes Script Button The behavior of the buttons is always the same, but there are variations in the parameters, fixed or optional, that go to the Stored Procedure, depending on where the button is. In the Personal Roles Record, the optional parameters are the fields of the actual record. In the Forms, the optional parameters are the panel fields of the process. 0714/ 23

24 Script Execution Button A possible example for the use of a Script Button in the Account Roles Grid in an account record is the integration with a VOIP (Voice over IP) switchboard, where phone calls can be made from AuraPortal. In the following image, the integrated button Call can be seen in the Account Roles Grid. In practice, by selecting this button, a call is made using the switchboard. To make the call, it is only necessary to have the Phone parameter in the personal role record. 0714/ 24

25 Script Execution Button Example of a Script Button in a Personal Role Record Example of a Script Button in a Task Form Fixed Parameters Fixed Parameters Variable Parameters Variable Parameters 0714/ 25

26 2 Which is the best option? 0714/ 26

27 Which is the best option? Importer Service Adapter Server TS Script Execution Web Services Oriented to importing data in the general structure of AuraPortal Families, whether regularly or just once. The connection with the external DB is established using ODBC, and with AuraPortal there is internal communication with Web Services. It only requires knowledge of script language and the external Database structure. Oriented to handle external data from AuraPortal Processes, both in Gateways and in Personal Tasks. The connection with the external DB is established using ODBC, and with AuraPortal there is internal communication with Web Services. It only requires knowledge of script language and the external Database structure. It is only limited by the possibilities of the external application to be connected by scripts. Allows the execution of program code from the AuraPortal Processes. The coonection with AuraPortal is handled by using Web Services. The connection with the external application will depend on each case (Web Services, APIs, Active-X, directly to the Database, etc). Unlimited, any integration is possible. Always available for obtaining or uploading information to AuraPortal using programs created for this. To upload data: In processes, always using Web Services of Start (IM) and Intermediate (EM) Messages. To upload data to the rest of the Families, it must be done by using the System Web Services. To obtain data: With the System Web Services. Unlimited, any integration is possible. 0714/ 27

28 3 Other Integrations 0714/ 28

29 Other Integrations Besides the integrations with external application data, as already explained, other important forms of integration are: Reporting, Business Intelligence & DashBoard Integration with Web Applications Integration with external Document Handling 0714/ 29

30 Other Integrations Reporting, Business Intelligence & DashBoard Beside the tools included in AuraPortal for Business Intelligence and Dashboars for the analysis and control of Processes, it is also possible to use external tools that are compatible with MS SQL. Especially, SQL Reporting Services is integrated in AuraPortal, and by using it, all types of reports and queries (simple or complex), of one or several elements, and visual and practical graphic representations can be created: In AuraPortal Training School, courses on Data Location are given, in which the access keys to all the data, both SQL and SharePoint, are shown. Also, the AuraPortal Consultancy department provides SQL Views that are specifically prepared to make the implementation of the Reporting Services easier. 0714/ 30

31 Other Integrations Integration with Web Applications AuraPortal is 100% Web, so it is easy to integrate with other Web applications, either including all the functionalities in another Web, or vice versa, integrating the other application inside AuraPortal. Example of html interface design with the AuraPortal functions. 0714/ 31

32 Other Integrations Integration with external Document Handling AuraPortal has a special integration with the SharePoint Document Management, but it is also possible to make connections with other document management systems, as long as it is Web. In the set up of the Libraries Tree in the AuraPortal Structure, any URL can be added. This way, when the user navigates the AuraPortal Libraries Tree, it is possible to access all the Libraries, both inside AuraPortal and in external URLs. 0714/ 32

33 Contact Thank you! AuraPortal Training School Integration with External Applications: General View Ref PR0200/

Planning. Content. Ref My Planning. 2. Planning in Process Tasks

Planning. Content. Ref My Planning. 2. Planning in Process Tasks Ref. 0834 Content 1. My GOAL Learn how to use and configure the functionality in all of its different types. 2. in Process Tasks 3. in Family Elements 4. Dictionary Term: 5. General Term and Sustem Term

More information

Digital Signature. Content. Ref Introduction. 2. Settings and result

Digital Signature. Content. Ref Introduction. 2. Settings and result Digital Signature Ref. 0701 Content 1. Introduction GOAL Learn how to configure and use the Digital Signature functionality. 2. Settings and result 3. Summary www.auraportal.com Digital Signature Referenced

More information

ebusiness Suite goes SOA

ebusiness Suite goes SOA ebusiness Suite goes SOA Ulrich Janke Oracle Consulting Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

"Practical solutions in 4gl for small and medium-size enterprises" Presenter Rubén Dután Session: D12

Practical solutions in 4gl for small and medium-size enterprises Presenter Rubén Dután Session: D12 "Practical solutions in 4gl for small and medium-size enterprises" Presenter Rubén Dután Session: D12 APLEXT CIA. LTDA. 17/05/03:30pm Practical Solutions in AX-ERP 4gl Overview AX-ERP is a software application

More information

Using SQL Server in C#

Using SQL Server in C# University College of Southeast Norway Using SQL Server in C# Hans-Petter Halvorsen, 2016.11.01 with Examples http://home.hit.no/~hansha Table of Contents 1. Introduction...

More information

Monitoring Replication

Monitoring Replication Replicator Monitoring Replication VERSION 7.4.0 January 04, 2018 Scenario Guide Article 1130112-02 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH, 2002-2018 All rights reserved.

More information

Click E Money Laravel Application

Click E Money Laravel Application Click E Money Laravel Application Admin User Manual Version 1.0 2016 Click E Money All Rights Reserved. Admin Panel User guide: Authentication: Admin sign-in Keep me logged in Forgot password Admin sign-in:

More information

ARCHITECTURE. Architecture. Microsoft Dynamics GP. White Paper

ARCHITECTURE. Architecture. Microsoft Dynamics GP. White Paper Microsoft Dynamics GP Architecture White Paper Date: May, 2007 Table of Contents Introduction...4 Application Structure...4 Dexterity and the Dexterity Runtime Engine...5 Dexterity...5 Dexterity Runtime

More information

TECSYS Streamline Enterprise System Page 1 of 7

TECSYS Streamline Enterprise System Page 1 of 7 TECSYS Streamline Enterprise System Page 1 of 7 Section 1: Module: A/P Accounts Payable 1. 10.3.1 Enhancement to Interface to Scan and Store A/P Invoice Images Module: A/R Accounts Payable > A/P Invoicing..

More information

Using Publish & Subscribe to Manage Your s. Daniel R. Miller Senior Consultant Guide Technologies, LLC

Using Publish & Subscribe to Manage Your  s. Daniel R. Miller Senior Consultant Guide Technologies, LLC Using Publish & Subscribe to Manage Your E-mails Daniel R. Miller Senior Consultant Guide Technologies, LLC dmiller@guidetechnologies.com Agenda What is Publish and Subscribe Uses for Publish and Subscribe

More information

USER MANUAL. Portal Invoice Add-on TABLE OF CONTENTS. Version: 1.0

USER MANUAL. Portal Invoice Add-on TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Portal Invoice Add-on... 1 Prerequisites... 1 Installation... 2 WordPress Manual Plug-in installation... 2 Plug-in Configuration... 7 SuiteCRM

More information

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction PegaRULES Process Commander applications are designed to complement other systems and technologies that you already have in place for doing work. The Process Commander integration

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Web Service Definition The term "Web Services" can be confusing.

More information

ObjEx INC PO Box Scottsdale, AZ Tel: (480)

ObjEx INC PO Box Scottsdale, AZ Tel: (480) WHERE COMMON SENSE MEETS UNCOMMON INGENUITY ObjEx, Inc. April 2015 ObjEx INC PO Box 25608 Scottsdale, AZ 85255-5608 Tel: (480) 588-7776 http://www.obj-ex.com Table of Contents Contents TABLE OF CONTENTS

More information

Hidden Gems in JD Edwards Orchestrator and AIS Server

Hidden Gems in JD Edwards Orchestrator and AIS Server Hidden Gems in JD Edwards Orchestrator and AIS Server Darryl Shakespeare Senior Director Product Development Oracle JD Edwards EnterpriseOne November 12-17, 2017 Safe Harbor Statement The following is

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

APPLICATION ADMINISTRATOR GUIDE

APPLICATION ADMINISTRATOR GUIDE APPLICATION ADMINISTRATOR GUIDE BrightSign Network Enterprise Edition Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction

More information

Azure Integration Services

Azure Integration Services Azure Integration Services 2018 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including URL and other Internet Web site

More information

CRM Connector for Salesforce

CRM Connector for Salesforce CRM Connector for Salesforce Administrator Guide Version 1.1 October, 2016 Page 1 Table of contents INTRODUCTION AND GETTING STARTED OPERATING SYSTEM, HARDWARE AND SOFTWARE REQUIREMENTS Supported Browsers

More information

A&P Solutions Supplier Portal

A&P Solutions Supplier Portal A&P Solutions, Oct 2016 Index 1. How to Log In... 1 1.1 Credentials... 1 2. Welcome Page... 2 3. User Profile... 4 3.1 Profile View... 5 3.2 Change Password... 6 3.3 Edit User Data... 7 3.4 Edit Company

More information

esuite Administrator s Guide October 26, 2017

esuite Administrator s Guide October 26, 2017 new world ERP esuite Administrator s Guide October 26, 2017 2017 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property of Tyler Technologies

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Service-Oriented Programming (SOP) SOP A programming paradigm that

More information

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE QUICK START GUIDE SAGE ONE 1 Our easy to use guide will get you up and running in no time! Index: Page: 2 Login Now 3 How to issue a service key 3 Inserting service keys into 4 Enable the Customer Zone

More information

LAB-03 BPMN Resource Perspective and Events

LAB-03 BPMN Resource Perspective and Events Lab for the course on Process and Service Modeling and Analysis LAB-03 BPMN Resource Perspective and Events Lecturer: Andrea MARRELLA Objectives of this lecture Recap: Pools, Swimlanes and Message Flows

More information

InsightUnlimited Release Notes. JD Edwards World & EnterpriseOne Version

InsightUnlimited Release Notes. JD Edwards World & EnterpriseOne Version InsightUnlimited Release Notes JD Edwards World & EnterpriseOne Version 2014.1 InsightUnlimited Version: 2014.1 Document Version: 1.0 Last Updated: July 25, 2014 Table of Contents General Information...

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 70-246 Title : Monitoring and Operating a Private

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

Accounts Payable Workflow Guide. Version 14.6

Accounts Payable Workflow Guide. Version 14.6 Accounts Payable Workflow Guide Version 14.6 Copyright Information Copyright 2017 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Table of Contents Error! Bookmark not defined.

Table of Contents Error! Bookmark not defined. 33 Table of Contents Solution Overview... 2 Business Goals... 2 Application Features... 3 Application Benefits... 6 Clients... 6 Pricing... 7 Conclusion... 7 About Diversified Technologies... 7 Introduction...

More information

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2.

Maximizer CRM. Customer Service Maximizer CRM 2017 VERSION COMPARISON FOR WEB ACCESS (EMEA) Maximizer CRM 2016/R2. VERSION COMPARISON FOR WEB ACCESS (EMEA) Sales Support multiple sales processes Track opportunity stage age Track overall opportunity age Monitor progress by comparing stage age with target age Opportunity

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

Introduction in Eventing in SOA Suite 11g

Introduction in Eventing in SOA Suite 11g Introduction in Eventing in SOA Suite 11g Ronald van Luttikhuizen Vennster Utrecht, The Netherlands Keywords: Events, EDA, Oracle SOA Suite 11g, SOA, JMS, AQ, EDN Introduction Services and events are highly

More information

Quick Reference Guide Respond to RFPs

Quick Reference Guide Respond to RFPs Table of Contents Setup Recipients for RFP Notifications... 2... 2 Managing Received RFPs... 4 Received RFP List... 4 RFP Statuses... 5 Awarded & Declined Business... 5 Page 1 12/22/2014 QR-RFPs-RespondToRFPs-V05

More information

9.3 release headlines

9.3 release headlines Dynamicweb 9.3 9.3 release headlines Product Information Management (PIM) Rapido Implementation Framework New Ecommerce improvements Network Load Balancing (NLB) Use index for content search PIM Dynamicweb

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

Macola Enterprise Suite Release Notes, Macola ES version ES

Macola Enterprise Suite Release Notes, Macola ES version ES Page 1 of 7 Macola Enterprise Suite Release Notes, Macola ES version ES9.5.600 Release: version ES9.5.600 Release Date: General Availability 05/24/2011 This document announces the general availability

More information

Property Default Schema Is Not Available For Database Ssis

Property Default Schema Is Not Available For Database Ssis Property Default Schema Is Not Available For Database Ssis Options properties but not really finding anything that will help. Also I tried by setting Transfer. Upload two slightly differing files into

More information

User Guide. 3CX Robo Dialer. Version

User Guide. 3CX Robo Dialer. Version User Guide 3CX Robo Dialer Version 15.5.143 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

Adobe ColdFusion (2016 release)

Adobe ColdFusion (2016 release) Adobe (2016 release) Feature improvement history Features included in each edition of Adobe API Manager API monitoring API version and lifecycle management API access control API rate limiting and throttling

More information

STRATandGO Technology

STRATandGO Technology STRATandGO Technology PROCOS Professional Controlling Systems AG Gewerbeweg 15 FL- 9490 Vaduz Version: 1.4 Datum: June 2014 PROCOS Professional Controlling Systems AG TABLE OF CONTENTS 1. Architecture

More information

Xcelsius Gurus: Part 2 - Data Connectivity Series

Xcelsius Gurus: Part 2 - Data Connectivity Series Xcelsius Gurus: Part 2 - Data Connectivity Series When NOT to Utilize SAP Business Objects Enterprise for your Dashboard? Presented by: Mico Yuk & Ryan Goodman Date: June 10 th, 2009 Who are We? Mico Yuk

More information

Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs

Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs Intro to AIS & Orchestrator (IoT) Presented by Terry Dobbs Application Interface Services (AIS) DEVICE E1 HTML SERVER Installed much like an E1 HTML Server Deployed via Server Manager to an Oracle WebLogic

More information

Tally keyboard shortcuts Tally ERP 9 Shortcuts Keys Tally Shortcuts carocks.wordpress.com. F1 To select a company At all masters menu screen

Tally keyboard shortcuts Tally ERP 9 Shortcuts Keys Tally Shortcuts carocks.wordpress.com. F1 To select a company At all masters menu screen Function Key Combinations F1 To select a company At all masters menu screen F1 To select the Accounts Button At the Accounting Voucher creation and F1 (ALT+F1) To select the Inventory To view the detailed

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101710 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Agenda About SpearMC and Your Presenter What is Connected

More information

DB Fundamentals Exam.

DB Fundamentals Exam. IBM 000-610 DB2 10.1 Fundamentals Exam TYPE: DEMO http://www.examskey.com/000-610.html Examskey IBM 000-610 exam demo product is here for you to test the quality of the product. This IBM 000-610 demo also

More information

OfficeSuite UC Connector for Salesforce

OfficeSuite UC Connector for Salesforce ADMIN TRAINING GUIDE OfficeSuite UC Connector for Salesforce 1 OFFICESUITE UC CONNECTOR FOR SALESFORCE: ADMIN TRAINING GUIDE Table of contents 3 Introduction 4 Operating system, hardware and software requirements

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

DOCUMENT NAVIGATOR SALES GUIDE ADD NAME. KONICA MINOLTA Document Navigator Sales Guide

DOCUMENT NAVIGATOR SALES GUIDE ADD NAME. KONICA MINOLTA Document Navigator Sales Guide DOCUMENT NAVIGATOR SALES GUIDE ADD NAME WHAT IS DOCUMENT NAVIGATOR? The document business critical data, currently locked in paper form The MFD the on ramp to an organisation s digital information workflow

More information

Integrate Enterprise Applications into Oracle Application Server Portal INTRODUCTION

Integrate Enterprise Applications into Oracle Application Server Portal INTRODUCTION INTEGRATE ENTERPRISE APPLICATIONS INTO ORACLE APPLICATION SERVER PORTAL INTRODUCTION Enterprise Information Systems (EIS) most often use heterogeneous solutions to run their business. Their toolsets might

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

Adobe ColdFusion 11 Enterprise Edition

Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition Version Comparison Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition is an all-in-one application server that offers you a single platform

More information

White Paper: ABBYY Recognition Server Web Service API Example

White Paper: ABBYY Recognition Server Web Service API Example White Paper: ABBYY Recognition Server Web Service API Example By: Joe Hill Published: June 2017 Summary ABBYY Recognition Server converts paper or electronic documents into compressed, searchable, archive

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide

CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide CRE/RPE

More information

Cogent DataHub v7.0. The next generation of real-time data solutions. DataHub WebView - view your data on the web

Cogent DataHub v7.0. The next generation of real-time data solutions. DataHub WebView - view your data on the web Cogent DataHub v7.0 The next generation of real-time data solutions Cogent is recognized as an industry leader in the field of real-time middleware solutions and with the introduction of the new Cogent

More information

APPROVER GUIDE. November Cloud Approval Workflows for Finance and Accounting

APPROVER GUIDE. November Cloud Approval Workflows for Finance and Accounting APPROVER GUIDE November 2017 Agenda Basic Setup Accept the invitation Change user name, contact details and notifications Reset password Set a Delegate Work in Progress Approver Request Lists Approval

More information

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

More information

file://c:\users\welcome\appdata\local\temp\~hh4a29.htm

file://c:\users\welcome\appdata\local\temp\~hh4a29.htm Page 1 of 6 F1 To select a company At all masters menu F1 To select the Accounts Button At the Accounting Voucher creation and alteration F1 (ALT+F1) F1 (CTRL + F1) F2 To select the Inventory To view the

More information

i95dev SAP Connect User Manual

i95dev SAP Connect User Manual Table of Contents i95dev SAP Connect User Manual Version 1.0 www.i95dev.com USA Australia India Copyright 2016 i95dev. All Rights Reserved 1 Table of Contents 1. Introduction... 3 1.1. About this guide...

More information

Project Requirements Document v2

Project Requirements Document v2 Project Requirements Document v2 Project Title : Automated 3 Way Match (tentative) Team Name : $-flow Members : Email : Millan Batra [Lead] millanbatra@umail.ucsb.edu Yoon Lee [Scribe] yoonlee@ucsb.edu

More information

All Applications Release Bulletin September 2013

All Applications Release Bulletin September 2013 In this bulletin... All Applications Release Bulletin September 2013 System Administration and My BackPack (General) Enhancements 2 Dashboard 7 My BackPack Redesign 8 My BackPack Web ID Wizard Enhancements

More information

Release Preview Test Plan

Release Preview Test Plan Overview of Release Preview Information 1 Overview of Release Preview Information Preparing for Testing Recommended Test Plan Overview of Release Preview Information The Release Preview environment enables

More information

Copyright...6. Overview Preparing Data for Import and Export by Using Scenarios... 10

Copyright...6. Overview Preparing Data for Import and Export by Using Scenarios... 10 Contents 2 Contents Copyright...6 Overview... 7 Preparing Data for Import and Export by Using Scenarios... 10 Import and Export Scenarios... 10 Data Providers... 12 To Create a CSV Data Provider... 14

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

IDEA Integrations using ODBC

IDEA Integrations using ODBC IDEA Integrations using ODBC.and Some Other Interesting News - London User Group: October 2018 - James Loughlin - Head of Technical & Training AuditWare Systems Agenda IDEA News IDEA Integrations Using

More information

A c t i v e w o r k s p a c e f o r e x t e r n a l d a t a a g g r e g a t i o n a n d S e a r c h. 1

A c t i v e w o r k s p a c e f o r e x t e r n a l d a t a a g g r e g a t i o n a n d S e a r c h.   1 A c t i v e w o r k s p a c e f o r e x t e r n a l d a t a a g g r e g a t i o n a n d S e a r c h B a l a K a n t h i www.intelizign.com 1 Active workspace can search and visualize PLM data better! Problems:

More information

Cisco Unified Communication IOS Services API

Cisco Unified Communication IOS Services API CHAPTER 1 This chapter describes the Cisco Unified Communication IOS Services Application Programming Interface (CUCISAPI). The CUCISAPI enables the development of advanced Cisco Unified Communication

More information

PostgreSQL and REST API s The Easy Way

PostgreSQL and REST API s The Easy Way Migration and Developer Productivity Solutions PostgreSQL and REST API s The Easy Way Charles Finley, Transformix Computer Corporation http://modernization.xformix.com/resources/articles/ 1 PostgresOpen

More information

I-SUPPLIER MODULE. isupplier Module

I-SUPPLIER MODULE. isupplier Module I-SUPPLIER MODULE isupplier Module Authored by: Kiran Katti Version: 1.1 Date: 06-January-2015 Table of Contents Terms Used in the User Manual:... 2 Introduction to isupplier... 4 Requirements/Software

More information

Sage 100 Evolution Version 8.00 What s New?

Sage 100 Evolution Version 8.00 What s New? Sage 100 Evolution Version 8.00 What s New? At Sage 100 Evolution we continuously invest in research and development to ensure that you are kept up to date with the latest and most cutting-edge business

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

D365 Icons and Tooltips USER GUIDE

D365 Icons and Tooltips USER GUIDE D365 Icons and Tooltips USER GUIDE July 2018 Version 1.0.0 Table of Contents 1 Introduction... 4 1.1... Problems... 4 1.2... D365 Icons and Tooltips solution... 4 2 Supported versions, Install and Un-install...

More information

esupplier - A User Guide for 3M s Vendors

esupplier - A User Guide for 3M s Vendors esupplier - A User Guide for 3M s Vendors Lesson 1 Getting Started...2 Main Menu / Home Page...2 Opening a New Window...2 Expanding and Collapsing the Screen...3 Downloading into Excel...4 Signing Out...4

More information

Getting Started: Setting up Your ecommerce Site

Getting Started: Setting up Your ecommerce Site West Virginia University Information Technology Services ecommerce Getting Started Getting Started: Setting up Your ecommerce Site Table of Contents Introduction... 3 Access Your Site... 4 Logging In...

More information

VCC Chat Feature Highlights

VCC Chat Feature Highlights VCC 2.5.9 Chat Feature Highlights Agenda VCC Chat Channel Overview VCC Dashboard Chat Features Overview VCC Agent Desktop Chat Features Overview Managing the Channel Status Agent Status Monitoring for

More information

CHEP Portfolio+Plus 1.3. User Guide V March 2010

CHEP Portfolio+Plus 1.3. User Guide V March 2010 CHEP Portfolio+Plus 1.3 User Guide V 1.0 17 March 2010 Table of Contents Chapter 1: Introduction to Portfolio+Plus 1 1.1 Welcome... 2 1.2 Glossary... 3 1.3 Register for Portfolio+Plus... 6 1.4 Getting

More information

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo Oracle Exam Questions 1z0-863 Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam Version:Demo 1.Which two statements are true about JAXR support for XML registries? (Choose

More information

For Live Data reports, you will only have the Html permalink. Html permalink for Live Data reports always require authentication.

For Live Data reports, you will only have the Html permalink. Html permalink for Live Data reports always require authentication. Overview, page 1 Create a Permalink for a Dashboard, page 2 Create Permalink for a, page 2 Create Permalink for Finesse Gadget Equivalent Live Data, page 3 for Supervisor Live Data s, page 4 Overview in

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

Isi Net User Manual for Bank customers

Isi Net User Manual for Bank customers 1 Table of Contents 1 Introduction and overview... 4 1.1 Isi Net User Types... 4 1.2 Accessing the Isi Net service... 5 1.2.1 User Login... 5 1.2.2 User Logout... 7 1.3 User Interface... 7 1.3.1 Menus...

More information

Gateway File Provider Setup Guide

Gateway File Provider Setup Guide Gateway File Provider Setup Guide Version 18 August 2018 Contents Overview... 9 Setting Up the Integration Environment... 11 Managing Personally Identifiable Information... 11 Setting Up the Integration

More information

ONEASIT EASY NOTIFIER

ONEASIT EASY NOTIFIER ONEASIT EASY NOTIFIER Copyright 2017 ONEASIT Solutions 2 Easy Contact your customers A powerful tool to create SMS/Email distribution lists based on information from CSV files combined with information

More information

Web Services Using Standard Oracle EBS

Web Services Using Standard Oracle EBS Web Services Using Standard Oracle EBS Divya Kantem Senior Consultant Apps Associates LLC December 14, 2015 Copyright 2015. Apps Associates LLC. 1 Confidentiality Statement The content of this document

More information

The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions.

The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions. The New Act! Premium Know Your Customers. Propel Productivity. Make Insightful Decisions. Sage ACT! 2013 A multitude of product innovations, feature enhancements, and businesscritical services have been

More information

Overview of Payment

Overview of  Payment Introduction Is a quick and secure way to bill the customer via email. Just email the customers a payment request (or online invoice) that they can click and pay. Suitable for online retailer who is selling

More information

Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016

Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016 User Guide for Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016 Installation of Plug-in on Wordpress Login the Admin Dashboard of your Wordpress Installation Admin Plugin Add New

More information

Troop Smart Cookies Training: Before the Sale. Setting Up Your Troop

Troop Smart Cookies Training: Before the Sale. Setting Up Your Troop Setting Up Your Troop Troop Smart Cookies Training: Before the Sale Welcome to the troop training for Smart Cookies. This series will walk you through everything you need to know for a successful 2018

More information

New Features Guide Sybase ETL 4.9

New Features Guide Sybase ETL 4.9 New Features Guide Sybase ETL 4.9 Document ID: DC00787-01-0490-01 Last revised: September 2009 This guide describes the new features in Sybase ETL 4.9. Topic Page Using ETL with Sybase Replication Server

More information

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 1.0

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 1.0 USER MANUAL Quick Maps Version: 1.0 Compatibility: Microsoft Dynamics CRM 2016(v8.0) and above TABLE OF CONTENTS Introduction... 2 Benefits of Quick Maps... 2 Prerequisites... 2 Installation & Configuration...

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

Information Governance: What About Business Applications & Structured Data? Webinar for ACC Hosted by Navigant March 19, 2015

Information Governance: What About Business Applications & Structured Data? Webinar for ACC Hosted by Navigant March 19, 2015 Information Governance: What About Business Applications & Structured Data? Webinar for ACC Hosted by Navigant March 19, 2015 Introduction» Introduction of Pamela Strong Legal Technology Solutions (LTS)

More information

Audience Profile: Course Outline. Introduction & Architecture. SharePoint 2013 Administration Basics. Creating Web Applications and Site Collections

Audience Profile: Course Outline. Introduction & Architecture. SharePoint 2013 Administration Basics. Creating Web Applications and Site Collections Audience Profile: This course is for Consultants and IT Professionals, who need to understand how to plan, implement and configure SharePoint. This course is mainly targeted for administrators and support

More information

JOB SCHEDULING CHECKLIST

JOB SCHEDULING CHECKLIST JOB SCHEDULING CHECKLIST MVP Systems Software / Phone: 1-800-261-5267 / Web: www.jamsscheduler.com 1 Using these Criteria The following is a detailed list of evaluation criteria that you can use to benchmark

More information

Power BI Architecture

Power BI Architecture What is Power BI? Power BI is a collection of software services, apps, and connectors that work together to turn unrelated sources of data into coherent, visually immersive, and interactive insights. -

More information

Gateway File Provider Setup Guide

Gateway File Provider Setup Guide Gateway File Provider Setup Guide Version 17 April 2018 Contents Overview... 9 Setting Up the Integration Environment... 11 Managing Personally Identifiable Information... 11 Setting Up the Integration

More information

Top 20 SSRS Interview Questions & Answers

Top 20 SSRS Interview Questions & Answers Top 20 SSRS Interview Questions & Answers 1) Mention what is SSRS? SSRS or SQL Server Reporting Services is a server-based reporting platform that gives detailed reporting functionality for a variety of

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

Manage your response. Inform your people. Make it happen. IBM Crisis Management Services Incident Communication Services

Manage your response. Inform your people. Make it happen. IBM Crisis Management Services Incident Communication Services Manage your response. Inform your people. Make it happen. IBM Crisis Management Services Incident Communication Services During a critical situation, normal lines of communication may fail when you need

More information