SharePoint Integration
|
|
|
- Owen McDonald
- 10 years ago
- Views:
Transcription
1 IT Best Practices Series SharePoint Integration Companies are increasingly using Microsoft SharePoint as a powerful development platform for specific business functions and as a collaboration tool. For example, intranet portals are often built on SharePoint, custom applications use SharePoint as a platform and SharePoint lists fill a niche that in the past required custom applications. Of course, there may be hundreds of other applications in an organization that do not use SharePoint. These applications and tools may work well by themselves, but redundancies in processes and information between them create significant inefficiencies across the entire organization. To improve cost efficiency and gain competitiveness, IT departments and executives are realizing they need a unifying toolset to unite their processes and information. A significant benefit of SharePoint as a unifying toolset is that it has built-in features to support integration. Companies can quickly perform the highest-priority integrations to rapidly deliver value to the organization. While there are many ways to implement SharePoint integration, presented below are three common implementation examples to demonstrate the benefits that organizations can achieve. Many companies track vacation and other time-off requests manually, yet stand to gain significant resource savings when these processes are automated and tracked online. In a few minutes with SharePoint out of the box, a company of 300 employees was able to implement a SharePoint list for employees to enter vacation requests. Alerts for these requests were sent automatically to managers and HR. This simple improvement helped the company realize there would be valuable integration benefits in automating additional processes. The vacation requests were then linked into the company s time reporting system, resulting in approved vacations aligning with vacations reported through time entry. Additionally, the payroll team sent vacation information to a third-party payroll system to properly decrement time off and pay. The result was a streamlined process replacing manual touch-points from employees, managers and HR. In certain industries, requests for company information by a government agency are common. SharePoint can be used to automate tracking and responding to such requests. In a large telecommunications company, government agency requests are entered into a SharePoint extranet site. The requested data is then securely integrated to a separate site on an internal SharePoint farm. The internal SharePoint site integrates with a legacy system to retrieve a tracking number from the legacy application s SQL database. Among other functions, the legacy application keeps a history of all requests and is the source of the master tracking number. There are now two integrations with SharePoint, one to an extranet and one to a legacy database.
2 In a third integration for the same company, a document image capture system receives lengthy faxes or electronic documents related to the government agency request. The SharePoint system integrates with the document capture tool and creates and manages links to all documents related to each request. Finally, the SharePoint system provides new value by routing the request to the appropriate personnel in the organization who need to take action and respond. A less complicated but common integration is the use of SharePoint to capture internal business requests. An IT help desk may receive such a request in the form of a trouble ticket. Many trouble tickets contain requests for business services that would be more efficiently handled if directly routed into a SharePoint list. Through integration with SharePoint, an operator of help desk systems such as Remedy can simply push a button and automate the feeding of key information directly to the SharePoint list. SharePoint integration possibilities are extensive. Following are additional opportunities to consider. Customer support systems (such as BMC Remedy ) Customer and supplier management systems (e.g., Salesforce.com or SAP ) Microsoft Business Connectivity Services (BCS) to access systems of record (e.g., SAP, Oracle, SQL Server and others) Documentation and collaboration in real time (e.g., Lotus Notes, Microsoft Office and others) Extranets with your intranet REST services Content inclusion from existing line of business applications into search results Integration can include creating new functionality on the SharePoint platform as well as integrating SharePoint with existing non-sharepoint systems. SharePoint s many ready-to-use functional building blocks make both forms of integration cost-effective. Equipped with the right information and resources, companies can successfully implement SharePoint integration customized to their unique business requirements. Such integration should further automate the business, mature a work process, or create new value. It is important to consider six critical success factors when evaluating SharePoint integration possibilities. 1. Understand the Big Picture Take the following steps to initiate the integration evaluation process. a) Define what you plan to accomplish through integration and why. Page 2
3 b) Create a business statement with a value justification focused on the integration between SharePoint and the other system. c) Consider how you would logically interact with the system. Are you going to get data into SharePoint (use SharePoint as the presentation layer) or out of SharePoint (the other system will consume SharePoint data)? d) Don t assume that if SharePoint can access the data on the back end, you don t need to involve the users of the other applications. Without involving all the right people, key information will be overlooked. Often the existing business process is not well understood outside the context of the system, or even from one individual user s perspective. Therefore, it s imperative to involve multiple users and owners of the other tool. e) Make sure the project includes a budget and sufficient resources for changes to the application that you are integrating with SharePoint. It is almost inevitable that when exploring the application, you will find that your work could be simplified by making a change to the application rather than working within constraints that were never meant to include the new integration. 2. Understand the Details Integration is rarely as simple as presenting data from one system within another system. There must be value added in the form of new business logic/rules. In the time-entry system example shared earlier in this paper, what the manager really wanted to know was: How much time off has the person taken in this accounting period? How much vacation time does he or she have left? What projects or duties is the individual assigned to during the time of the request? Answering these questions efficiently required integrating data from multiple systems (project tracking, payroll with vacation accrual information, time tracking with vacations already taken, etc.) to perform the dependent calculations. A thorough analysis and understanding of the details of the systems to be integrated is necessary before a technical team can select the optimal technologies to support the integration as well as determine how much custom code will be needed. When analyzing the candidate systems for integration, be prepared to document their characteristics in great detail. For example, the technical team will need to identify and document system differences for the following: a) Data structures b) Business rules c) Security protocols Also be prepared to define the necessary business transactions and data flows between these systems in detail. Learn how the data is housed in each system and to what degree it should map from one system to the other. You will likely want to use the business logic of one of the systems rather than writing directly to the database. This means you will need a detailed understanding of the selected system to determine the integration points into the system. Page 3
4 3. Choose the Right Systems to Integrate Ideally, a clear road map will be produced that presents the business priorities for various software enhancements in the organization, identifies a team responsible for establishing the integration criteria and evaluates which applications should be integrated. Criteria may include the following: a) The future of the system to be integrated with will it be around for the company s strategic future? b) The complexity of the integration it is probably not appropriate to pick the most complex system as your first integration project. c) The need to integrate vs. replace how hard would it be to replace the system with a SharePoint application rather than integrate with it? d) Available knowledge are business and technical personnel available who understand the system? 4. Mitigate Data Exchange Failures When two or more disparate systems are exchanging data, on occasion the data updates will fail. Because the systems are separate, it is unlikely that end users will receive a transaction failure alert across their integration points. For example, suppose an update transaction sent by SharePoint to another system fails. Will the SharePoint user be informed of the failure and, if so, provided with enough information to either account for or correct the failure? Plan where you need error handling and logging to deal with such scenarios. Even one or two missed transactions can cause a loss of user confidence in the system, slowing or preventing adoption of the newly integrated application. 5. Address Security Issues It is not unusual for the security models to differ between SharePoint and a system being integrated with it. Even if their security models are compatible, such as if both use Windows authentication, you may not want the integrated system referencing an end user s credentials for that security model. You can consider the use of a special security account created for the integration, or pass through the current user s authentication. The latter method is the more complex option, as the system being integrated must contain accounts for all needed SharePoint users and verify that they have appropriate access for the functionality being called. In either case, it is highly desirable to expose only one set of credentials (i.e., SSO) to users, with this set supporting their access to any functionality they require and are authorized to use. Be conscious of end users and their needs in your organization. End users who cannot get what they need from IT and who have the technical savvy may use SharePoint BCS to connect to an external data store using a personal account, which then becomes embedded into the system. A related risk is that an application may stop working unexpectedly when the end user has a security account change. To avoid security holes, IT must provide processes and procedures to help automate the creation and tracking of system accounts. Page 4
5 6. Select the Best Technical Integration Options One of the significant benefits of the SharePoint platform is that there are multiple technical options for integrating it with other systems or other SharePoint platforms. This benefit enables easy creation of unique solutions for different business requirements. However, technical teams must take care to choose the best fit solutions for the specific requirements. Therefore, it is important to understand the desired outcome of the integration up front, as well as the pros and cons of the technical options under consideration. Doing this will ensure that the best options are selected and a successful integration will be implemented efficiently. Technical Options Explored in Greater Detail With earlier versions of SharePoint, integration was often accomplished in only one way. Developers would write a custom web part using.net TM code to call a function or an API to retrieve or update data within an application. SharePoint 2010 offers more options, making integration more building block oriented. The integration team can pick an option whereby much of the work is already done for them, allowing more functionality to be created in much less time. An experienced SharePoint technical resource will understand the business requirements for the integration and evaluate a number of technical options, weighing the pros and cons of each. The integration option selected should be the one supporting the most pre-built functionality needed to solve the requirements. Many technical options can be evaluated depending on the specific integration and business requirements. Some of these options are as follows. Microsoft Business Connectivity Services (BCS). BCS can leverage SharePoint Designer to create external content types, then expose these in the SharePoint user interface through external lists or external data columns. As an advanced variation, the external content type can connect to a Windows Communication Foundation (WCF) service. The WCF service is not a database table of information; rather, it s a way of providing data that has been processed according to the business rules in the service..net code with the SharePoint Object Model. This option is used to interact with web services and APIs of other applications. The code can be triggered by the following: A custom web part. A custom user interface can be provided to have almost any interaction with another system, similar to the freedom of any ASP.NET web page. An event receiver that fires in SharePoint when a list item is saved or deleted. You can use it to call a function or web service in an external system when the user enters data in SharePoint. A custom-coded step added to a SharePoint workflow. User interaction with an InfoPath form set up to call custom code through Visual Studio tools for applications. Page 5
6 SharePoint PerformancePoint and SQL Reporting Services. This option allows for the consumption of information in SQL or other databases that is preprocessed for display in SharePoint. BizTalk. BizTalk is useful for integration scenarios with high transactional volumes. SharePoint is an excellent front end if you use the BizTalk Windows Communication Foundation Line of Business (WCF LOB) adapter provided by Microsoft for integrating with a number of specific technologies (for example, WCF LOB for SAP). If the corporate SharePoint sites are hosted online, such as in Office 365, all of the technical integration options described above may not be available. Your specific hosting situation will determine how many limitations, if any, there may be. Hosted SharePoint Integration Many companies today are interested in evaluating the use of hosted solutions, such as Microsoft s Office 365 or SharePoint on Microsoft s Windows Azure platform, to provide SharePoint to their organization. It is possible to connect an external list with your Office 365 SharePoint site to provide a display of information or write to external data. If you want to go beyond that level of complexity, you may have to carefully re-architect your solution. In some cases there won t be a good way to provide functionality in Office 365. Recall our vacation example earlier in this paper, in which an approved vacation request needed to be written to the time entry system. The original design was to use a workflow to write data to an external system once the data were entered in SharePoint and their status was approved. To get it working on Office 365, however, the custom-coded workflow step wasn t allowed. The design had to be modified to use a sandbox solution for deployment to SharePoint in Office 365. The sandboxed solution put an event receiver on all custom lists, and the event receiver code filtered for the correct kind of data and then called a web service exposed by the Time Entry system. Hosting SharePoint on Windows Azure provides more functionality than is available in Office 365, but doing so still does not allow the complete flexibility of hosting your own site internally. Other hosting providers do provide more comprehensive support for SharePoint features. They should be evaluated to determine if they provide a better solution for your business requirements. Page 6
7 Summary Most organizations would benefit from taking steps to move to the next level of business maturity by better linking data and functionality. Organizations can take the first step toward increasing efficiencies and competitiveness by compiling a list of systems they use. In doing this, beneficial integration ideas will begin to materialize. Management can then prioritize which integrations should be done, and SharePoint specialists can determine the best ways to support these integrations. Existing applications represent an investment; your SharePoint infrastructure is also an investment. SharePoint integration with your existing applications will more fully leverage both investments. About SmarTek21 SmarTek21 is a global IT services company that helps enterprises solve development, implementation and business problems. SmarTek21 provides full enterprise architecture consulting, software development, managed services and product realization support. More information is available at Page 7
Client Requirement. Why SharePoint
Client Requirement Client wanted a sharepoint system that could meet their document and record management needs. It should also improve client s information management systems. To support existing and
Course: 10174B: Configuring and Administering Microsoft SharePoint 2010
Course: 10174B: Configuring and Administering Microsoft SharePoint 2010 Description: This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint
Course 10174B: Configuring and Administering Microsoft SharePoint 2010
Course 10174B: Configuring and Administering Microsoft SharePoint 2010 Five Days, Instructor-Led About this course This five-day instructor-led course teaches students how to install, configure, and administer
Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper
Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence
Unlock the Value of Your Microsoft and SAP Software Investments
SAP Technical Brief SAP Gateway Objectives Unlock the Value of Your Microsoft and SAP Software Investments Bridging the integration gap between SAP and Microsoft environments Bridging the integration gap
Configuring and Administering Microsoft SharePoint 2010
Course 10174 : Configuring and Administering Microsoft SharePoint 2010 Page 1 of 7 Configuring and Administering Microsoft SharePoint 2010 Course 10174: 4 days; Instructor-Led Introduction This four-day
The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform
The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current
can I customize my identity management deployment without extensive coding and services?
SOLUTION BRIEF Connector Xpress and Policy Xpress Utilities in CA IdentityMinder can I customize my identity management deployment without extensive coding and services? agility made possible You can.
whitepaper SolarWinds Integration with 3rd Party Products Overview
SolarWinds Integration with 3rd Party Products Overview This document is intended to provide a technical overview of the integration capabilities of SolarWinds products that are based on the Orion infrastructure.
SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES
SHAREPOINT 2013 FOR.NET DEVELOPERS 4 DAYS SPT2013: Developing Solutions with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course
Can I customize my identity management deployment without extensive coding and services?
SOLUTION BRIEF CONNECTOR XPRESS AND POLICY XPRESS UTILITIES IN CA IDENTITY MANAGER Can I customize my identity management deployment without extensive coding and services? SOLUTION BRIEF CA DATABASE MANAGEMENT
Office Business Applications (OBA) for Healthcare Organizations. Make better decisions using the tools you already know
Office Business Applications (OBA) for Healthcare Organizations Make better decisions using the tools you already know Page 1 A B S T R A C T Healthcare information is getting more and more difficult to
Executive Summary WHO SHOULD READ THIS PAPER?
The Business Value of Business Intelligence in SharePoint 2010 Executive Summary SharePoint 2010 is The Business Collaboration Platform for the Enterprise & the Web that enables you to connect & empower
BPM vs. SharePoint: Which is Right for Your Business
Gain a high level comparison between Business Process Management (BPM) platforms and SharePoint to better establish the proper software fit for your enterprise. BPM solutions and SharePoint are often viewed
Published April 2010. Executive Summary
Effective Incident, Problem, and Change Management Integrating People, Process, and Technology in the Datacenter Published April 2010 Executive Summary Information technology (IT) organizations today must
Developing Microsoft SharePoint Server 2013 Core Solutions
Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be
e-gateway SOLUTION OVERVIEW Financials HCM ERP e-gateway Web Applications Mobile Devices SharePoint Portal
e-gateway SOLUTION OVERVIEW In an effort to manage mission critical information better, perform their daily tasks more efficiently, share information to key stakeholders more effectively, and ensure that
Implementing Support and Monitoring For a Business- Critical Application Migrated to Windows Azure
Implementing Support and Monitoring For a Business- Critical Application Migrated to Windows Azure Published: August 2011 Microsoft IT had recently migrated BCWeb a complex, business-critical application
10174: Configuring and Managing Microsoft SharePoint 2010
10174: Configuring and Managing Microsoft SharePoint 2010 Microsoft - Sharepoint Promoção: 10% Desconto Localidade: Porto Data: 14 Mar 2016 Preço: 1650 ( Os valores apresentados não incluem IVA. Oferta
Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA
Michael Noel Colin Spence SharePoint 2013 UNLEASHED 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Planning for and Deploying SharePoint Server 2013 1 Introducing
"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary
Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions
Developing Microsoft SharePoint Server 2013 Advanced Solutions
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key
Client. Applications. Middle Tier. Database. Infrastructure. Leading Vendors
Client Applications Development Management Middle Tier Database On Premises Infrastructure Cloud Leading Vendors PC, Phone, Browser Your business applications Running on the Microsoft Application Platform
SHAREPOINT CONSIDERATIONS
SHAREPOINT CONSIDERATIONS Phil Dixon, VP of Business Development, ECMP, BPMP Josh Wright, VP of Technology, ECMP Steve Hathaway, Principal Consultant, M.S., ECMP The construction industry undoubtedly struggles
Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489
Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key aspects of the apps
Automating Business Process With SharePoint 2013
Automating Business Process With SharePoint 2013 Brian Fitch SharePoint & Application Development Practice Lead @ GNet Group [email protected] About GNet Group Business and technology consulting
Developing Microsoft SharePoint Server 2013 Advanced Solutions
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction
10231B: Designing a Microsoft SharePoint 2010 Infrastructure
10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Number: 10231B Course Length: 5 Days Course Overview This 5 day course teaches IT Professionals to design and deploy Microsoft SharePoint
API Architecture. for the Data Interoperability at OSU initiative
API Architecture for the Data Interoperability at OSU initiative Introduction Principles and Standards OSU s current approach to data interoperability consists of low level access and custom data models
How can Identity and Access Management help me to improve compliance and drive business performance?
SOLUTION BRIEF: IDENTITY AND ACCESS MANAGEMENT (IAM) How can Identity and Access Management help me to improve compliance and drive business performance? CA Identity and Access Management automates the
Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications
Course 10232: Designing and Deploying Microsoft SharePoint Server 2010 Applications Page 1 of 7 Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications 4 days; Instructor-Led
MIGRATING SHAREPOINT TO THE CLOUD
MIGRATING SHAREPOINT TO THE CLOUD Our Lessons Learned February 2015 www.reisystems.com TABLE OF CONTENTS Introduction... 2 What is Office 365 and what are the models of installation available?... 2 When
2020 Census Program Management Review
2020 Census Program Management Review 2020 Census Use of Enterprise Shared Services Harry A. Lee, Senior Computer Scientist for Infrastructure, IT Directorate June 21, 2013 1 2020 Census Importance of
MS 10978A Introduction to Azure for Developers
MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC
Data Security and Governance with Enterprise Enabler
Copyright 2014 Stone Bond Technologies, L.P. All rights reserved. The information contained in this document represents the current view of Stone Bond Technologies on the issue discussed as of the date
Web Applications Access Control Single Sign On
Web Applications Access Control Single Sign On Anitha Chepuru, Assocaite Professor IT Dept, G.Narayanamma Institute of Technology and Science (for women), Shaikpet, Hyderabad - 500008, Andhra Pradesh,
Measuring Success Service Desk Evaluation Guide for the Midsized Business: How to Choose the Right Service Desk Solution and Improve Your ROI
BEST PRACTICES WHITE PAPER Measuring Success Service Desk Evaluation Guide for the Midsized Business: How to Choose the Right Service Desk Solution and Improve Your ROI Table of Contents INTRODUCTION...1
Overview. Microsoft Office Enterprise Project Management Solution. In this article
Microsoft Office Enterprise Project Management Solution Overview Applies to: Microsoft Office Project 2007 Project Server 2007 In this article Manage and control all types of work Improve visibility and
The Webcast will begin at 1:00pm EST. www.gig-werks.com
Workflow throughout the Enterprise for Legal Firms and Departments The Webcast will begin at 1:00pm EST www.gig-werks.com Today s Presentation: Introduction & About Gig Werks Gig Werks Experience with
Configuring and Administering Microsoft SharePoint 2013 Curso Personalizado en
Configuring and Administering Microsoft SharePoint 2013 Course: Corrientes 861 Piso 5 S2000CTH Rosario Argentina TEL: +54 (341) 426 4844 [email protected] Configuring and Administering Microsoft SharePoint
SharePoint Benefits. Engage partners customers and employees across one platform. Internet Extranet Intranet
SharePoint Benefits Engage partners customers and employees across one platform Internet Extranet Intranet Agenda Extranet Business Optimization What is your organizational strategy? Extranet Business
Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database
Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database Applies to: Microsoft Office SharePoint Server 2007 Explore different options
SharePoint 2010 Interview Questions-Architect
Basic Intro SharePoint Architecture Questions 1) What are Web Applications in SharePoint? An IIS Web site created and used by SharePoint 2010. Saying an IIS virtual server is also an acceptable answer.
SharePoint 2013 Logical Architecture
SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.
Leveraging BPM Workflows for Accounts Payable Processing BRAD BUKACEK - TEAM LEAD FISHBOWL SOLUTIONS, INC.
Leveraging BPM Workflows for Accounts Payable Processing BRAD BUKACEK - TEAM LEAD FISHBOWL SOLUTIONS, INC. i Fishbowl Solutions Notice The information contained in this document represents the current
Microsoft Training and Certification Guide. Current as of December 31, 2013
Microsoft Training and Certification Guide Current as of December 31, 2013 Welcome to the Microsoft Training and Certification Guide. This device is intended to provide a quick, comprehensive view of our
Better Together with Microsoft Dynamics CRM
Better Together with Microsoft Dynamics CRM Enhance the power and effectiveness of Microsoft Dynamics CRM business software with Microsoft products and technologies that work even better, together. Microsoft
SharePoint 2010 as an Extranet Platform
SharePoint 2010 as an Extranet Platform Agenda SharePoint versions and licensing Extranet scenarios AD vs. SQL FBA Under the Hood Envision IT Extranet User Manager Wrap-up and Q&A Extranet technology solutions
MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS
VCE Word Template Table of Contents www.vce.com MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS January 2012 VCE Authors: Changbin Gong: Lead Solution Architect Michael
Migrating to SharePoint 2013
Migrating to SharePoint 2013 A COMPARISON OF ITS IMPACTS ON NINTEX WORKFLOW AND K2 BLACKPEARL DAN TURNER AND TONY FARRELL Contents Executive Summary - 3 - Introduction - 3 - The Challenge - 3 - Workflow
Introducing Microsoft SharePoint Foundation 2010 Executive Summary This paper describes how Microsoft SharePoint Foundation 2010 is the next step forward for the Microsoft fundamental collaboration technology
Day 1 - Technology Introduction & Digital Asset Management
SharePoint Developers Academy 2010 Course Syllabus Introduction Day 1 - Technology Introduction & Digital Asset Management 1. Kick Start a. Participant Introductions b. Course Overview c. Training Goals
MAKE THE MOVE FROM IBM LOTUS NOTES AND OPTIMIZE YOUR BUSINESS APPS
MAKE THE AND OPTIMIZE YOUR BUSINESS APPS Despite the enormous market share that IBM Lotus Notes has earned since its release in 1989, many organizations are now finding that the combination of IBM Lotus
ENZO UNIFIED SOLVES THE CHALLENGES OF OUT-OF-BAND SQL SERVER PROCESSING
ENZO UNIFIED SOLVES THE CHALLENGES OF OUT-OF-BAND SQL SERVER PROCESSING Enzo Unified Extends SQL Server to Simplify Application Design and Reduce ETL Processing CHALLENGES SQL Server does not scale out
White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product
White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product CIMtrek Ltd Introduction: CIMTrek has been created to help organizations modernise their legacy applications
Course 10978A Introduction to Azure for Developers
Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality
SharePoint 2010 as an Extranet Platform
SharePoint 2010 as an Extranet Platform Peter Carson President Envision IT www.envisionit.com blog.petercarson.ca [email protected] SPONSORS Agenda SharePoint versions and licensing Extranet scenarios
Enterprise Application Development in SharePoint 2010
Artifacts, Components and Resources that Comprise the Employee Absence Tracking Application 11 Enterprise Application Development in SharePoint 2010 Development Note below, a version of this Employee Absence
Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government
Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government A White Paper on Leveraging Existing Investments in Microsoft Technology for Analytics and Reporting June 2013 Dev
Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions
Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This course provides SharePoint
Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform
Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.
Building Business Applications with SharePoint 2010 and Office 2010. October 22, 2010
Building Business Applications with SharePoint 2010 and Office 2010 October 22, 2010 Session Promise (per the Abstract) Office Business Applications (OBAs) are applications that integrate the Microsoft
CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1
INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools 1 Language Integrated Query 2 List Enhancements 2 Business Connectivity Services 2 Silverlight
Integrating Siebel CRM 8 with Oracle Applications
Integrating Siebel CRM 8 with Oracle Applications Agenda Corporate Overview Siebel 8.0 New Features Siebel Integration Approaches Integration with Oracle Applications Option 1 Option 2 Pros and Cons Evaluation
SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT
SharePoint 2010 Intranet Case Study Presented by Peter Carson President, Envision IT Peter Carson President, Envision IT Virtual Technical Specialist, Microsoft Canada Computer Engineering, UW [email protected]
The ESB and Microsoft BI
Business Intelligence The ESB and Microsoft BI The role of the Enterprise Service Bus in Microsoft s BI Framework Gijsbert Gijs in t Veld CTO, BizTalk Server MVP [email protected] About motion10
Team Avanade Project Total 17 Consultants. Accenture Business Services for Utilities Project Total 3 Consultants
CUSTOMER CASE STUDY Avanade helps Accenture Business Services for Utilities build a unique application Automating a manual system gives this company a strategic advantage now and for the future. Creating
Microsoft Visio 2010 Business Intelligence
Microsoft Visio 2010 Business Intelligence St. Louis SharePoint User Group Candy Parisi Microsoft Visio Solution Specialist April 10, 2012 Agenda Microsoft Business Intelligence Overview Visio Business
ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010
ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010 Length: 48 Hours Delivery Method: Instructor-led (classroom); MOC 10174 Course Description The course teaches students how to install,
Advanced Solutions of Microsoft SharePoint Server 2013
Course 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Details Course Outline Module 1: Understanding the SharePoint Server 2013 Architecture This module introduces the architectural
VISION BPM. Business Process Management. www.visionware.ro
VISION BPM Business Process Management 2 Streamline your business processes with is an integrated business processes modeling, optimization and management solution enabling companies to increase their
Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows
Solution Overview Cisco Process Orchestrator Adapter for Cisco UCS Manager: Automate Enterprise IT Workflows Cisco Unified Computing System and Cisco UCS Manager The Cisco Unified Computing System (UCS)
Integrating Enterprise Reporting Seamlessly Using Actuate Web Services API
Any User. Any Data. Any Deployment. Technical White Paper Integrating Enterprise Reporting Seamlessly Using Actuate Web Services API How Web Services Can Be Used to Perform Fast, Efficient, Future-Proof
Business-Driven, Compliant Identity Management
SAP Solution in Detail SAP NetWeaver SAP Identity Management Business-Driven, Compliant Identity Management Table of Contents 3 Quick Facts 4 Business Challenges: Managing Costs, Process Change, and Compliance
WHITE PAPER. Migrating an existing on-premise application to Windows Azure Cloud
WHITE PAPER Migrating an existing on-premise application to Windows Azure Cloud Summary This discusses how existing on-premise enterprise ASP.Net web application can be moved to Windows Azure Cloud, in
Designing and Developing Microsoft SharePoint Server 2010 Applications (MS10232)
Duration: 5 days Description This training is intended for SharePoint Development professionals who are responsible for leading projects, designing solutions, and identifying problems. Students learn the
White paper. Planning for SaaS Integration
White paper Planning for SaaS Integration KEY PLANNING CONSIDERATIONS: Business Process Modeling Data Moderling and Mapping Data Ownership Integration Strategy Security Quality of Data (Data Cleansing)
Implementing and Administering an Enterprise SharePoint Environment
Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified
RSA Identity Management & Governance (Aveksa)
RSA Identity Management & Governance (Aveksa) 1 RSA IAM Enabling trusted interactions between identities and information Access Platform Authentication Federation/SSO Employees/Partners/Customers Identity
Integrating SharePoint Sites within WebSphere Portal
Integrating SharePoint Sites within WebSphere Portal November 2007 Contents Executive Summary 2 Proliferation of SharePoint Sites 2 Silos of Information 2 Security and Compliance 3 Overview: Mainsoft SharePoint
