IBM i2 Analyst s Notebook SDK

Size: px
Start display at page:

Download "IBM i2 Analyst s Notebook SDK"

Transcription

1 IBM i2 Analyst s Notebook SDK Product overview Contents 1 Introduction 2 Who should read this white paper 2 Potential benefits of i2 Analyst s Notebook SDK 2 Key features of i2 Analyst s Notebook SDK 4 Technical description Introduction The IBM i2 Analyst s Notebook SDK (software development kit) enables organizations to extend the functionality of IBM i2 Analyst s Notebook or IBM i2 Analyst s Notebook Premium to meet their specific requirements by providing technical specialists with software, documentation and sample materials. The i2 Analyst s Notebook SDK applies only to the i2 Analyst s Notebook component of i2 Analyst s Notebook Premium. i2 Analyst s Notebook SDK publishes the suite of ActiveX components that are used by i2 Analyst s Notebook so that you can reuse them in your own custom applications. Access to these published components is provided through the i2 Analyst s Notebook API (application programming interface). 14 What documentation is provided 15 For more information and contacts

2 Who should read this white paper This document is for organizations that use i2 Analyst s Notebook or i2 Analyst s Notebook Premium and want to extend its capabilities, including: Program Managers who are considering purchasing i2 Analyst s Notebook SDK in order to programmatically extend the capabilities of i2 Analyst s Notebook or i2 Analyst s Notebook Premium. Developers wanting to know more about the capabilities and requirements before they design a custom solution with the i2 Analyst s Notebook SDK. This document relates to i2 Analyst s Notebook SDK 8.9. Potential benefits of i2 Analyst s Notebook SDK i2 Analyst s Notebook SDK empowers developers, by using the i2 Analyst s Notebook API, to: Key features of i2 Analyst s Notebook SDK Documentation Developer Guide: An extensive two-part guide that introduces key aspects of the API by way of tutorial projects. It extends the range of concepts in a modular fashion to suit differing requirements. Online Help: Comprehensive online help that includes reference information for the controls, objects, interfaces, properties, methods, and events included in the API. From the Visual Studio development environment, you can reference this online help from your own projects with context-sensitive links. Upgrade Guide: A guide that contains information for developers who use the previous release of i2 Analyst s Notebook SDK or Link Notebook Developer Edition. Enhance and extend the functionality that is provided by i2 Analyst s Notebook by developing plug-in components. Create separate applications that can control and power i2 Analyst s Notebook via its automation interface. Build custom stand-alone applications that use the i2 Analyst s Notebook controls to add analysis capabilities to the application. 2

3 Sample projects i2 Analyst s Notebook SDK includes a suite of sample projects that illustrate how to create various projects in Visual Basic.NET 2008, C#.NET Each sample project includes an overview that explains the purpose and use of the project. The following list describes just a few of the sample projects that are provided: API Examples: An automation project that has comprehensive coverage of many of the API properties and methods. The samples that are used in this project are generally the same as the examples included in Online Help. Copying from Chart to Chart: A stand-alone application that illustrates how to use drag-and-drop functionality in your own projects. Templates Visual Studio.NET 2008 templates facilitate creating the different types of i2 Analyst s Notebook components. Utilities Component Categories Add-In: A Visual Basic 6 add-in that is used to register component categories for plug-in components. Upgrade Utility: Projects that are created by i2 Analyst s Notebook SDK versions before version 7 need to be upgraded to work in an i2 Analyst s Notebook 8 environment. A command line utility is provided to aid in upgrading your existing i2 Analyst s Notebook SDK or Link Notebook Developer Edition. Data Source Example: A data source plug-in that adds chart items that are based on the results of a database query. Event Display: A windowed plug-in that illustrates the manner and order in which events are raised within i2 Analyst s Notebook. This sample project is also available as a stand-alone application: Retrieving Chart Data: A more advanced automation of i2 Analyst s Notebook that displays statistical data from a chart in the form of a graph. 3

4 Technical description Product architecture i2 Analyst s Notebook SDK is a desktop solution which is designed to support the enhancement and extension of i2 Analyst s Notebook. These extensions can be achieved through plug-ins, the automation interface, and stand-alone applications. What are plug-in components? A plug-in is a custom ActiveX component that you can create which integrates into i2 Analyst s Notebook and enhances the application s existing functionality. i2 Analyst s Notebook s plug-in architecture makes it easier for organizations to supply key bespoke functionality to their end-users, all from within the familiar environment of the i2 Analyst s Notebook application. In your plug-in design, you implement a set of mandatory interfaces so that your plug-in component is recognized and loaded by i2 Analyst s Notebook. You can take advantage of the application s event model so that your plug-in is aware of the user s interactions with the chart. 4

5 Your plug-in design controls how the user interacts with the plug-in within the application. Typically a user accesses the plug-in functionality through a menu command that is integrated into the i2 Analyst s Notebook menu. If the plug-in opens a window when the user invokes the menu command, you can design your own user interface for this window. An alternative plug-in design option is to integrate your plug-in so that it appears as a toolbar window within the application s main window. This design choice will allow the user to interact with the plug-in s toolbar window and the chart simultaneously. This method can enable a more natural interaction, depending on the enhanced functionality that you are integrating into the application. Some example plug-ins that you can create include: A data source plug-in that connects a chart and data source together. Then, a user can query the data source through i2 Analyst s Notebook to locate data that can be used to generate chart items. You can design the data source plug-in so that the user opens a connection to the data source plug-in through a menu in i2 Analyst s Notebook. Once the connection is established, the user can access extra plug-in functionality through commands that are added to the chart or chart item shortcut menus. For example, you can add Search or Expand commands to the shortcut menus. These menus can allow the user to generate a chart that is based on related data source records. A layout plug-in that performs a custom chart layout that arranges the chart in a manner that meets your organization s needs. The user can run a layout plug-in through the Analysis ulayout Chart menu or from the Layout toolbar. A custom analysis plug-in that uses a toolbar window for its user interface. The user can open the plug-in through the View utoolbars menu. The plug-in toolbar window can then act like other i2 Analyst s Notebook toolbar windows. This method means the user can work with the chart while the toolbar window is open. For example, you could design the plug-in so that it automatically displays some analysis results as the user is manipulating the chart data. These examples mention only a few of the possibilities. The plug-in component architecture is designed to provide an efficient and powerful technique to enhance the i2 Analyst s Notebook functionality. 5

6 What can be developed using the automation interface? i2 Analyst s Notebook supports automation, which means that you can create applications that use the exposed objects to control i2 Analyst s Notebook. It is also possible for an automation application to poll i2 Analyst s Notebook to retrieve data or status information. In contrast to a plug-in that integrates into the application window, automation requires that both your automation application and i2 Analyst s Notebook are open in separate windows. The available API object model is the same for both plug-ins and automation applications. The difference between the two architectures is how your design interacts with the application. Some example automation applications that you can create include: An application that retrieves data from a chart that is open in i2 Analyst s Notebook, and then displays the data in bar graphs or pie charts within the automation application s user interface. A macro in Microsoft Excel that allows the user to input data into a spreadsheet and then automatically open i2 Analyst s Notebook and displays the user s data within a chart. An application that remotely controls i2 Analyst s Notebook during a presentation. This method can help keep the audience focused on the content of your presentation, rather than be distracted by the navigation steps within i2 Analyst s Notebook that are manually required to manipulate the chart data. 6

7 What controls are available for a stand-alone application? You can add the provided ActiveX controls to a stand-alone application project to incorporate some of the i2 Analyst s Notebook functionality into your own application. For example, you can use the chart data and chart view controls to add customized charting functionality within your own application. Additionally, you can add the i2 Analyst s Notebook Importer tool if you want to import plain text data. The XML Importer tool can be added if you want to import XML data. Some examples of other stand-alone applications you can create include: An application that provides a subset of the i2 Analyst s Notebook functionality for use by a department that is not to have full access to chart files. An analysis application that extracts data from saved chart files without opening the chart files for viewing. 7

8 Deciding which architecture is the right one to use? To make the proper design decisions, you must consider which of the supported project architectures is best suited to meet your needs. If you want to Integrate enhanced functionality into i2 Analyst s Notebook, then, create a plug-in that addresses your organization s specialized needs. For example, you might want to create a layout plug-in that can sort or position data in a unique arrangement. Automate a process that must be repeated frequently, then create an automation application that controls the behaviors of i2 Analyst s Notebook. For example, you could create an automation application that imports data directly from Microsoft Word or Excel to populate a chart in i2 Analyst s Notebook. Provide analysis functionality that is packaged separately from i2 Analyst s Notebook, then, create a stand-alone application. For example, you could create a stand-alone application that provides custom chart views by using the provided chart data and chart view controls. What prerequisites are required to install the product? Compatible versions of the identified products are required. For example, if you are using the i2 Analyst s Notebook SDK, you need i2 Analyst s Notebook. Guidance on compatible products is provided in the i2 Analyst s Notebook SDK release notes. You must install both i2 Analyst s Notebook and i2 Analyst s Notebook SDK onto the same development computer. i2 Analyst s Notebook requires that Microsoft Internet Explorer 6.0 Service Pack 1 or later is present on the installation system. However, Internet Explorer need not be the default Web browser. Supported programming languages The development languages that are supported by IBM i2 for i2 Analyst s Notebook SDK are Visual Basic.NET 2008 and C#.NET The i2 Analyst s Notebook API is a suite of ActiveX components. These components allow the API to be used in COM-enabled programming languages, such as Microsoft Visual Basic, Microsoft Visual C++, Microsoft Visual Studio. NET or Borland s Delphi. You can also develop in other languages that are not inherently COM-enabled. This ability is delivered by using a COM bridge, such as a Java COM bridge for developing in Java. However, while it is possible to develop solutions using other COM-enabled programming languages (or other languages via a COM bridge), IBM only provides support for Visual Basic.NET 2008 and C#.NET

9 Various case studies on using the i2 Analyst s Notebook SDK The following section describes some case studies of situations where i2 Analyst s Notebook SDK can be used to further enhance the use of i2 Analyst s Notebook within your organization. You can add content to a chart that is stored in a data source. Examples of this include Oracle, Sybase, Microsoft Access databases, a flat text file, or XML file. If you know how to programmatically connect to the data source and extract information, you can write a data source plug-in that can chart the information. Case Study: Charting information in Analyst s Notebook from your data source Suppose that your organization maintains a database to store gathered intelligence. You need a convenient way to import the data records from the database into an i2 Analyst s Notebook chart. To meet your requirements, you can create a data source plug-in. The plug-in then acts as the intermediary between the data source and the chart. Note: For Oracle, Microsoft SQL Server, and Microsoft Access databases, an analytical database connectivity solution can also be supported through IBM i2 ibridge. 9

10 You can add a menu command to the i2 Analyst s Notebook menu system so that the user can open a connection to the data source. This command is typically an Open command, but you can name the command to match your needs. You can even choose to have your plug-in open the connection to the data source automatically as a chart is opened for viewing or editing. Once the connection is established, you can add extra menu commands that are used to control the data source connection. Commands can also be added to the shortcut menu that is opened when the user right-clicks on the chart background. A typical command allows the user to open a query window so that they can search for specific records in the data source. Then, you can convert the user s search request to the standard query statements that are required to extract information from the data source. If you have several data sources that are used to store your information, you can design your plug-in to open multiple data sources. Alternatively, you can create multiple data source plug-ins with each one connecting to a different data source. If your data source requires secure access, you can authenticate the user before the connection is established. In this way, you can verify that users have the permission that is required to access information in the data source. Based on a query, the plug-in can retrieve information from the data source and use the information to add entities and links to a chart. You can programmatically specify the entity types and link types to use. Generated chart items can then adhere to the style conventions used by your organization. 10

11 Understanding your data source schema (how the information is structured in your data source) is important. This knowledge is critical so that you can map content to the appropriate properties of the generated entities and links. For example, if your data source stores reference information, you can map that information to cards on a generated chart item. The i2 Analyst s Notebook API provides programmatic access to the chart item properties, such as date and time, and source type. For each added entity or link, you can add commands to the shortcut menu that is opened when the user right-clicks on the chart item. Typically these commands are used to show the data source record. As items are added to the chart, the data source plug-in can create a key. This key then associates the entity or link on a chart to the information that was used to generate them. A database key allows the generated chart items to be refreshed, so users can update those items with newly added information from the data source. You might want to add a Refresh command to the chart item s shortcut menu so the user can refresh content on demand. Alternately, you might want to allow the user to refresh all generated entities and links when the data source connection is re-established. This ability can be achieved by adding a Refresh command to the i2 Analyst s Notebook menu. A data source plug-in can be a powerful tool that is integrated into i2 Analyst s Notebook. Your data source plug-in can make i2 Analyst s Notebook become a familiar and convenient front end to your organization s existing data sources. 11

12 Case Study: Customizing the import of text and XML data into your charts Suppose that your organization has data files that are gathered through intelligence. The format of these data files varies. Sometimes they are plain text files, such as CSV (Comma-separated values) files. Other files are formatted as XML files with varying schemas that may not conform to the i2 Analyst s Notebook XML schema. Imagine that a team of experts that import these data files to generate charts notice some recognizable trends in the various data file formats. They suggest that if you could customize the import features of i2 Analyst s Notebook, it could save them time. Your application can then import the data either into an existing chart, or it can generate a new chart that is based on the template of your choosing. Once the plain text or XML data is imported into a chart, your application can provide a preview of the chart data. This preview can enable a data import specialist to confirm that the import operation was successful. You can provide various zoom and scroll controls so the user can pan and see all the data in the view. To address these specialized needs, you could create a stand-alone application. For example, you could provide a customized user interface to the standard Importer and XML Importer tools that are provided with i2 Analyst s Notebook. This method is possible because the Importer and XML Importer tools can be programmatically controlled through the API. Consider the following You can create a stand-alone application that loads and runs the Importer and XML Importer tools programmatically. Existing import specifications can be used to import the text data. The API for the XML Importer tool enables you to transform XML data, according to an XSL style sheet, before the data is imported. Therefore, you can programmatically manipulate XML data that uses an alternate schema so that it conforms to the required i2 Analyst s Notebook schema. 12

13 Case Study: Providing customized views of chart data Suppose that your organization analyzes charts to look for trends in data. It then exports specific segments of the chart data to create stylized bar graphs or lists of the pertinent data. You are asked if i2 Analyst s Notebook could somehow be customized to help the analysts create the graphs and lists of the targeted data. In considering this situation, you realize that the analysts are effectively using i2 Analyst s Notebook; they are simply requesting an enhancement to help them perform certain tasks. You also realize that it would be preferable if they could continue to interact with the chart while they are creating or viewing their customized chart data views. To meet these needs, you can create a plug-in that uses the windowed plug-in architecture, which means that the plug-in s user interface is a toolbar window. This method allows the analysts to interact with the chart and the plug-in s user interface at the same time. Therefore, the analysts can continue to use i2 Analyst s Notebook in their current manner, as well as work with the plug-in interface to generate their stylized chart views. The windowed plug-in interface can include some of the controls that are used in i2 Analyst s Notebook. This ability can mean the appearance of your window matches the i2 Analyst s Notebook appearance. For example, you can create a customized view of the chart. You can use the date and time picker control that matches the i2 Analyst s Notebook date and time controls. The plug-in can manipulate and query information from the chart data that is stored by the current chart. This ability enables you to customize the views of chart data to meet your organization s specialized needs. A windowed plug-in can be used for various i2 Analyst s Notebook enhancements. It provides for a convenient user interface to plug-in functionality since it opens in a toolbar window. The plug-in integration means that the analysts who are already comfortable with using i2 Analyst s Notebook are unaware that the toolbar window is a custom feature. The following figure shows three examples of different windowed plug-in toolbar windows. A windowed plug-in architecture allows: The application user opens the plug-in from the View utoolbars submenu. You can specify the command name that appears in the Toolbars submenu. The plug-in s toolbar window is similar to other standard toolbar windows in i2 Analyst s Notebook, such as the Attribute Bar or the Link Bar. You can programmatically control the appearance and behavior of the plug-in s toolbar window. For example, you can specify whether the toolbar window can be floating, or docked in a row or column orientation. You can also control the preferred size of the toolbar window, and whether the docked toolbar can share its row or column with another docked toolbar. 13

14 What documentation is provided? A comprehensive set of documentation and samples are provided with the i2 Analyst s Notebook SDK. The set includes: Developer Guide: Concepts Developer Guide: Tutorials Upgrade Guide Online Help Release Notes Sample Projects Is i2 Analyst s Notebook SDK available in languages other than English? i2 Analyst s Notebook SDK is developed in US English. It is supported on the Western Europe, US, Central European, and Baltic regional versions of the supported operating systems. i2 Analyst s Notebook SDK is available in English language only. However, it can be used to create plug-ins for use with other language versions of i2 Analyst s Notebook. How does i2 Analyst s Notebook SDK integrate with other IBM i2 products? Any projects or customization work created with i2 Analyst s Notebook 6 SDK needs to be upgraded before they can be used in an Analyst s Notebook 8.9 environment. It is also possible to augment version 6 and 7 SDK projects to take advantage of new features in the Analyst s Notebook API. Details of these processes are given in the i2 Analyst s Notebook SDK Upgrade Guide. SDK Projects that are developed with version 7 will work with versions of i2 Analyst s Notebook 8 without modification. Is it possible to upgrade from other IBM i2 products? This version of i2 Analyst s Notebook SDK can be installed and used alongside versions of i2 Analyst s Notebook 6 SDK. However, it can not be installed alongside i2 Analyst s Notebook 7 SDK or previous versions of i2 Analyst s Notebook 8 SDK. If the installer detects an existing installation of the latter, you are prompted to uninstall it before you are able to proceed. i2 Analyst s Notebook is developed on the.net 3.5 SP1 Framework and therefore, all existing plug-ins need to be converted to and developed on a similar platform. All planned developments should be developed on the.net 3.5 SP1 Framework. Implementation and training Many customers choose to work with IBM Consulting Services to secure training and consultancy. This decision enables them to benefit from the group s knowledge and experience in order to rapidly achieve project goals. Training There are no official IBM training courses for i2 Analyst s Notebook SDK. Training requirements are met by IBM Consulting Services who can provide customized training that is based on individual organizations needs. Such training is charged at standard consulting day rates and varies in length dependent upon the level of training required. Consultancy IBM Consulting Services work with customers to understand specific requirements and then determine the best methods to meet these requirements. This work can be through custom development, onsite training, or alignment with the right system integrator or product vendor. IBM Consulting Services consultants are able to provide customized training, which is based on individual organizations needs. In addition to customized training, IBM Consulting Services are able to provide consultancy services to develop and implement custom database solutions, specific to an organization s needs. Such consultancy services are charged at standard consulting day rates and vary in length/cost depending upon the solution required. 14

15 For more information To learn more about i2 Analyst s Notebook SDK, please contact your IBM representative, or visit: ibm.com/i2software To learn more about all of the IBM Smarter Cities solutions, visit: ibm.com/smartercities 15

16 Copyright IBM Corporation 2013 IBM Corporation Software Group Route 100 Somers, NY U.S.A. Produced in the United States of America November 2013 i2, Analyst s Notebook, COPLINK, IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corporation in the United States, other countries or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or TM), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. Other product, company or service names may be trademarks or service marks of others. A current list of IBM trademarks is available at Copyright and trademark information at: ibm.com/legal/copytrade.shtml The content in this document (including currency OR pricing references which exclude applicable taxes) is current as of the initial date of publication and may be changed by IBM at any time. Not all offerings are available in every country in which IBM operates. The performance data discussed herein is presented as derived under specific operating conditions. Actual results may vary. THE INFORMATION IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NONINFRINGEMENT. IBM products are warranted according to the terms and conditions of the agreements under which they are provided. Please Recycle 16 ZZW03189-USEN-01

IBM i2 Analyst s Notebook Social Network Analysis

IBM i2 Analyst s Notebook Social Network Analysis IBM i2 Analyst s Notebook Social Network Analysis Contents 1 Introduction 2 Who should read this white paper 2 The Background of Social Network Analysis 2 Why use Social Network Analysis? 2 Social Network

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

IBM Cognos Analysis for Microsoft Excel

IBM Cognos Analysis for Microsoft Excel IBM Cognos Analysis for Microsoft Excel Explore and analyze data in a familiar spreadsheet format Highlights Explore and analyze data drawn from IBM Cognos TM1 models and IBM Cognos Business Intelligence

More information

The power of IBM SPSS Statistics and R together

The power of IBM SPSS Statistics and R together IBM Software Business Analytics SPSS Statistics The power of IBM SPSS Statistics and R together 2 Business Analytics Contents 2 Executive summary 2 Why integrate SPSS Statistics and R? 4 Integrating R

More information

Choosing a Development Tool

Choosing a Development Tool Microsoft Dynamics GP 2013 R2 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

Architecture. Architecture. Microsoft Dynamics GP. White Paper

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

More information

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Unit 40: Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this

More information

Fast and Easy Delivery of Data Mining Insights to Reporting Systems

Fast and Easy Delivery of Data Mining Insights to Reporting Systems Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb rpulido@de.ibm.com, christoph.sieb@de.ibm.com Abstract: During the last decade data mining and predictive

More information

Microsoft Office Project Standard 2007 Project Professional 2007. April 2006. February 2006

Microsoft Office Project Standard 2007 Project Professional 2007. April 2006. February 2006 Microsoft Office Project Standard 2007 Project Professional 2007 April 2006 February 2006 February 2006 Table of Contents Overview of Microsoft Office Project Standard 2007 and Office Project Professional

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Cybersecurity Analytics for a Smarter Planet

Cybersecurity Analytics for a Smarter Planet IBM Institute for Advanced Security December 2010 White Paper Cybersecurity Analytics for a Smarter Planet Enabling complex analytics with ultra-low latencies on cybersecurity data in motion 2 Cybersecurity

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Version 10.1.0 Getting Started

Version 10.1.0 Getting Started IBM Cognos Business Intelligence Version 10.1.0 Getting Started Product Information This document applies to IBM Cognos Version 10.1.0 and may also apply to subsequent releases. To check for newer versions

More information

What s New in LANDESK Service Desk Version 7.8. Abstract

What s New in LANDESK Service Desk Version 7.8. Abstract What s New in LANDESK Service Desk Version 7.8 Abstract This document highlights the new features and enhancements introduced in versions 7.8 of LANDESK Service Desk. Document Creation: December, 19 2014.

More information

The IBM Cognos family

The IBM Cognos family IBM Software Business Analytics Cognos software The IBM Cognos family Analytics in the hands of everyone who needs it The IBM Cognos family Overview Business intelligence (BI) and business analytics have

More information

Toad for Data Analysts, Tips n Tricks

Toad for Data Analysts, Tips n Tricks Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers

More information

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager Rational Reporting Module 3: IBM Rational Insight and IBM Cognos Data Manager 1 Copyright IBM Corporation 2012 What s next? Module 1: RRDI and IBM Rational Insight Introduction Module 2: IBM Rational Insight

More information

The IBM Cognos family

The IBM Cognos family IBM Software Business Analytics Cognos Software The IBM Cognos family Analytics in the hands of everyone who needs it 2 The IBM Cognos Family Overview Business intelligence (BI) and business analytics

More information

Aras Innovator Internet Explorer Client Configuration

Aras Innovator Internet Explorer Client Configuration Aras Innovator Internet Explorer Client Configuration Aras Innovator 9.4 Document #: 9.4.012282009 Last Modified: 7/31/2013 Aras Corporation ARAS CORPORATION Copyright 2013 All rights reserved Aras Corporation

More information

SUGI 29 Systems Architecture. Paper 223-29

SUGI 29 Systems Architecture. Paper 223-29 Paper 223-29 SAS Add-In for Microsoft Office Leveraging SAS Throughout the Organization from Microsoft Office Jennifer Clegg, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC

More information

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s ActiveX Automation Interface Controlling BarTender using Programming Languages not in the.net Family Contents

More information

DEVELOP. Choosing a Development Tool. Microsoft Dynamics GP. White Paper

DEVELOP. Choosing a Development Tool. Microsoft Dynamics GP. White Paper DEVELOP Microsoft Dynamics GP Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

The IBM Cognos Platform

The IBM Cognos Platform The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent

More information

EMC SourceOne Auditing and Reporting Version 7.0

EMC SourceOne Auditing and Reporting Version 7.0 EMC SourceOne Auditing and Reporting Version 7.0 Installation and Administration Guide 300-015-186 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide

Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide IBM Cognos Business Intelligence (BI) helps you make better and smarter business decisions faster. Advanced visualization

More information

Reading multi-temperature data with Cúram SPMP Analytics

Reading multi-temperature data with Cúram SPMP Analytics IBM Cúram Social Program Management Reading multi-temperature data with Cúram SPMP Analytics Anthony Farrell is a senior software engineer in the IBM Cúram platform group. Anthony has technical responsibility

More information

Develop enterprise mobile applications with IBM Rational software

Develop enterprise mobile applications with IBM Rational software Develop enterprise mobile applications with IBM software Providing comprehensive mobile application development and lifecycle management solutions Highlights Helps streamline and optimize the software

More information

Better planning and forecasting with IBM Predictive Analytics

Better planning and forecasting with IBM Predictive Analytics IBM Software Business Analytics SPSS Predictive Analytics Better planning and forecasting with IBM Predictive Analytics Using IBM Cognos TM1 with IBM SPSS Predictive Analytics to build better plans and

More information

IBM Cognos Analysis for Microsoft Excel

IBM Cognos Analysis for Microsoft Excel IBM Software Group Data Sheet IBM Cognos Analysis for Microsoft Excel Highlights Explore and analyze trusted and secure BI data in a familiar spreadsheet format Develop high frequency and high priority

More information

IBM Cognos Enterprise: Powerful and scalable business intelligence and performance management

IBM Cognos Enterprise: Powerful and scalable business intelligence and performance management : Powerful and scalable business intelligence and performance management Highlights Arm every user with the analytics they need to act Support the way that users want to work with their analytics Meet

More information

SQL Reporting Services: A Peek at the Power & Potential

SQL Reporting Services: A Peek at the Power & Potential SQL Reporting Services: A Peek at the Power & Potential Presented by: Ken Emert, Shelby Consultant 2013 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the

More information

Making confident decisions with the full spectrum of analysis capabilities

Making confident decisions with the full spectrum of analysis capabilities IBM Software Business Analytics Analysis Making confident decisions with the full spectrum of analysis capabilities Making confident decisions with the full spectrum of analysis capabilities Contents 2

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

The Basic offering delivers Microsoft Navision information in predefined or customized information

The Basic offering delivers Microsoft Navision information in predefined or customized information BUSINESS ANALYTICS FOR MICROSOFT BUSINESS SOLUTIONS NAVISION Business Analytics for Microsoft Business Solutions Navision helps you gain business insight, make faster smarter decisions, and equip your

More information

Web servers and WebSphere Portal

Web servers and WebSphere Portal Web servers and WebSphere Portal By default IBM WebSphere Portal uses the internal HTTP transport within IBM WebSphere Application Server to handle requests. However, because WebSphere Application Server

More information

Using the SAS Enterprise Guide (Version 4.2)

Using the SAS Enterprise Guide (Version 4.2) 2011-2012 Using the SAS Enterprise Guide (Version 4.2) Table of Contents Overview of the User Interface... 1 Navigating the Initial Contents of the Workspace... 3 Useful Pull-Down Menus... 3 Working with

More information

Crystal Reports Server Quick Installation Guide

Crystal Reports Server Quick Installation Guide Crystal Reports Server Quick Installation Guide Crystal Reports Server Windows Patents Trademarks Copyright Business Objects owns the following U.S. patents, which may cover products that are offered and

More information

IBM WebSphere ILOG Rules for.net

IBM WebSphere ILOG Rules for.net Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with

More information

Scorecarding with IBM Cognos TM1

Scorecarding with IBM Cognos TM1 Scorecarding with IBM Elevating the role of metrics in high-participation planning Highlights Link high-par ticipation planning, budgeting and forecasting processes to actual performance results. Model

More information

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide v2.0.00 This documentation, which includes embedded help systems

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Deploying Adobe Acrobat Using Microsoft Windows Terminal Service ADOBE SYSTEMS INCORPORATED

Deploying Adobe Acrobat Using Microsoft Windows Terminal Service ADOBE SYSTEMS INCORPORATED bbc Deploying Adobe Acrobat Using Microsoft Windows Terminal Service Technical Note #5421 Version :Acrobat 5.0 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704

More information

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract

BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract BizTalk Server 2006 Business Activity Monitoring Microsoft Corporation Published: April 2005 Abstract This paper provides a detailed description of two new Business Activity Monitoring (BAM) features in

More information

IBM Content Analytics adds value to Cognos BI

IBM Content Analytics adds value to Cognos BI IBM Software IBM Industry Solutions IBM Content Analytics adds value to Cognos BI 2 IBM Content Analytics adds value to Cognos BI Analyzing unstructured information It is generally accepted that about

More information

The Reporting Console

The Reporting Console Chapter 1 The Reporting Console This chapter provides a tour of the WebTrends Reporting Console and describes how you can use it to view WebTrends reports. It also provides information about how to customize

More information

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Forum @ Collaborate 08 Page 2 Copyright 2008 by Lee Briggs Oracle BI Publisher was originally developed to solve these reporting problems. It was first released with Oracle E- Business Suite 11.5.10 towards the end of 2005. The original release was called XML

More information

Simplify survey research with IBM SPSS Data Collection Data Entry

Simplify survey research with IBM SPSS Data Collection Data Entry IBM SPSS Data Collection Data Entry Simplify survey research with IBM SPSS Data Collection Data Entry Advanced, survey-aware software for creating surveys and capturing responses Highlights Create compelling,

More information

ibolt V3.2 Release Notes

ibolt V3.2 Release Notes ibolt V3.2 Release Notes Welcome to ibolt V3.2, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

IBM Cognos Controller Version 10.2.0. New Features Guide

IBM Cognos Controller Version 10.2.0. New Features Guide IBM Cognos Controller Version 10.2.0 New Features Guide Note Before using this information and the product it supports, read the information in Notices on page 9. Product Information This document applies

More information

IBM InfoSphere Optim Test Data Management solution for Oracle E-Business Suite

IBM InfoSphere Optim Test Data Management solution for Oracle E-Business Suite IBM InfoSphere Optim Test Data Management solution for Oracle E-Business Suite Streamline test-data management and deliver reliable application upgrades and enhancements Highlights Apply test-data management

More information

Business Intelligence Tutorial: Introduction to the Data Warehouse Center

Business Intelligence Tutorial: Introduction to the Data Warehouse Center IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse Center Version 8 IBM DB2 Universal Database Business Intelligence Tutorial: Introduction to the Data Warehouse

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

Microsoft Dynamics GP 2013. Architecture. White Paper. This document describes the architecture for Microsoft Dynamics GP.

Microsoft Dynamics GP 2013. Architecture. White Paper. This document describes the architecture for Microsoft Dynamics GP. Microsoft Dynamics GP 2013 Architecture White Paper This document describes the architecture for Microsoft Dynamics GP. Date: February 2013 Table of Contents Introduction... 4 Client Types... 4 Desktop

More information

Deploying Adobe Acrobat Using Microsoft Windows Terminal Service ADOBE SYSTEMS INCORPORATED

Deploying Adobe Acrobat Using Microsoft Windows Terminal Service ADOBE SYSTEMS INCORPORATED bbc Deploying Adobe Acrobat Using Microsoft Windows Terminal Service Technical Note #5421 Version :Acrobat 5.0 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704

More information

911207 Amman 11191 Jordan e-mail: info@di.jo Mob: +962 79 999 65 85 Tel: +962 6 401 5565

911207 Amman 11191 Jordan e-mail: info@di.jo Mob: +962 79 999 65 85 Tel: +962 6 401 5565 1 Dynamics GP Excel Paste Installation and deployment guide 2 DISCLAIMER STATEMENT All the information presented in this document is the sole intellectual property of Dynamics Innovations IT Solutions.

More information

IBM Unstructured Data Identification and Management

IBM Unstructured Data Identification and Management IBM Unstructured Data Identification and Management Discover, recognize, and act on unstructured data in-place Highlights Identify data in place that is relevant for legal collections or regulatory retention.

More information

Teradata Query Scheduler. User Guide

Teradata Query Scheduler. User Guide Teradata Query Scheduler User Guide Release 14.00 B035-2512-071A November 2011 The product or products described in this book are licensed products of Teradata Corporation or its affiliates. Teradata,

More information

The Microsoft Access 2007 Screen

The Microsoft Access 2007 Screen 1 of 1 Office Button The Microsoft Access 2007 Screen Title Bar Help Ribbon Quick Access Toolbar Database Components Active Component NOTE: THIS HELP DOCUMENT EXPLAINS THE LAYOUT OF ACCESS. FOR MORE INFORMATION

More information

EA104 World Premiere of SAP BusinessObjects Design Studio. Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013

EA104 World Premiere of SAP BusinessObjects Design Studio. Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013 EA104 World Premiere of SAP BusinessObjects Design Studio Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013 Disclaimer This presentation outlines our general product direction

More information

Ten steps to better requirements management.

Ten steps to better requirements management. White paper June 2009 Ten steps to better requirements management. Dominic Tavassoli, IBM Actionable enterprise architecture management Page 2 Contents 2 Introduction 2 Defining a good requirement 3 Ten

More information

Business intelligence for business users

Business intelligence for business users IBM Software Business Analytics Business intelligence Business intelligence for business users 2 R and SPSS software: Everyone wins Contents 2 Overview 3 Business users are faced with a number of analytics

More information

Reach more users with business intelligence

Reach more users with business intelligence Reach more users with business intelligence Highlights Deliver BI information to users in the context of their day-to-day processes and applications Provide actionable intelligence to users, no matter

More information

Pastel Evolution BIC. Getting Started Guide

Pastel Evolution BIC. Getting Started Guide Pastel Evolution BIC Getting Started Guide Table of Contents System Requirements... 4 How it Works... 5 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Evolution (BIC) Reports...

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

BusinessObjects Planning Excel Analyst User Guide

BusinessObjects Planning Excel Analyst User Guide BusinessObjects Planning Excel Analyst User Guide BusinessObjects Planning Excel Analyst 5.2 Copyright Third-party contributors Copyright 2007 Business Objects. All rights reserved. Business Objects owns

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2012 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2012 by TeachUcomp, Inc. All rights reserved. This publication,

More information

SOFTWARE HELP. Copyright. AIA Contract Documents: Software Help

SOFTWARE HELP. Copyright. AIA Contract Documents: Software Help SOFTWARE HELP Copyright AIA Contract Documents: Software Help First published October 2003, Second edition September 2004, Third edition December 2005, Fourth edition November 2006, Fifth edition April

More information

SolarWinds Migrating SolarWinds NPM Technical Reference

SolarWinds Migrating SolarWinds NPM Technical Reference SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

More information

Patch Management for Red Hat Enterprise Linux. User s Guide

Patch Management for Red Hat Enterprise Linux. User s Guide Patch Management for Red Hat Enterprise Linux User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003,

More information

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ

More information

Microsoft SQL Server 2005 Reporting Services Step by Step

Microsoft SQL Server 2005 Reporting Services Step by Step Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013... 1 System Requirements for the Microsoft Dynamics NAV Windows Client... 1 System

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Skynax. Mobility Management System. System Manual

Skynax. Mobility Management System. System Manual Skynax Mobility Management System System Manual Intermec by Honeywell 6001 36th Ave. W. Everett, WA 98203 U.S.A. www.intermec.com The information contained herein is provided solely for the purpose of

More information

IBM Cognos Business Intelligence Version 10.2.0. Getting Started Guide

IBM Cognos Business Intelligence Version 10.2.0. Getting Started Guide IBM Cognos Business Intelligence Version 10.2.0 Getting Started Guide Note Before using this information and the product it supports, read the information in Notices on page 51. Product Information This

More information

What s new in Access 2013

What s new in Access 2013 Work Smart by Microsoft IT What s new in Access 2013 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely

More information

BusinessObjects XI R2 Product Documentation Roadmap

BusinessObjects XI R2 Product Documentation Roadmap XI R2 Product Documentation Roadmap XI R2 indows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which may cover products that are offered

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Microsoft Dynamics GP. Collections Management

Microsoft Dynamics GP. Collections Management Microsoft Dynamics GP Collections Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...

More information

New Features in Microsoft Office 2007

New Features in Microsoft Office 2007 New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access

More information

Business Portal for Microsoft Dynamics GP 2010. Key Performance Indicators

Business Portal for Microsoft Dynamics GP 2010. Key Performance Indicators Business Portal for Microsoft Dynamics GP 2010 Key Performance Indicators April 2, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

ARCHITECTURE. Architecture. Microsoft Dynamics GP. White Paper

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

More information

Change Management for Rational DOORS User s Guide

Change Management for Rational DOORS User s Guide Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Unit 39: Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this unit will

More information

DEVELOPMENT. Development Tools for Microsoft Dynamics GP. Microsoft Dynamics GP. White Paper. Date: March 2006

DEVELOPMENT. Development Tools for Microsoft Dynamics GP. Microsoft Dynamics GP. White Paper. Date: March 2006 DEVELOPMENT Microsoft Dynamics GP Development Tools for Microsoft Dynamics GP White Paper Date: March 2006 http://www.microsoft.com/dynamics/gp/default.mspx Microsoft Dynamics is a line of integrated,

More information

SQL Server Integration Services Using Visual Studio 2005

SQL Server Integration Services Using Visual Studio 2005 SQL Server Integration Services Using Visual Studio 2005 A Beginners Guide Jayaram Krishnaswamy Chapter No. 13 "Package to Copy a Table from Oracle XE" In this package, you will find: A Biography of the

More information

Implicit Sync. Professional Edition Users Guide

Implicit Sync. Professional Edition Users Guide 1159 Sonora Court, Suite #305 Sunnyvale, CA 94086 Tel: (408) 737-9609 Implicit Sync User Guide Implicit Sync Professional Edition Users Guide Implicit Inc. May 2013 Version 2.6 Rev. 3 Copyright 2004-2013

More information