SharePoint Designer 2013 vs Workbox. Prepared by JMS
|
|
|
- Joan Austin
- 10 years ago
- Views:
Transcription
1 SharePoint Designer 2013 vs Workbox Prepared by JMS
2 Contents Overview... 3 SharePoint Designer Introduction... 4 Behind the Scenes... 5 Datapolis Workbox Introduction... 7 Behind the Scenes... 8 Conclusion... 9
3 Overview Workflows are an important aspect when working with documents and list items within SharePoint. Typically these workflows manage a lifecycle of an item but could also be used for a much more power aspects of SharePoint such as creating site collections. The goal of this report is to look at the development process using two different approaches and design tools. We will compare costs and ease of development and determine the best direction for our company. Our focus for this exercise will be to develop an After Market Quote Entry workflow using a state machine workflow development path. There will be several activities we need to manage during the lifecycle of the quote once it s entered into the system. Using both SharePoint Designer 2013 and Datapolis Workbox 2013, we will compare the two and make a determination of which we should implement into our SharePoint environment. Some of the aspects we ll concentrate on are as follows: Ease of development Ease of deployment Training Robustness Cost For this competition, we have set up a list named After Market Quotes which includes the necessary fields and form for entering in a new quote. We also determined that this would be a four state workflow allowing the approvers to move it along when each was finished with their task. The workflow starts when the coordinator enters the information into the After Markets Quote list. During the process of entering it, they assign it to the first person who will be the manager or the designee. After the item is created, an will be sent notifying them of the task assigned to them.
4 The manager will receive an notifying them of the task. In this we will define certain information that is important for the Manager/Designee to complete their task. Once complete, they will re-assign it to the coordinator. The coordinator will now receive an notifying them of the task being completed by the manager/designee. Once they receive it, they can complete their task and re-assign it to applications. When applications receive the task, we want to start a timer. The timer will be based off of the amount of time the task remains unfinished and will be as follows. First Reminder on One day past due to Applications Second Reminder on Two days past due to Applications Third Reminder on Three Days past due to Manager and Applications Weekly reminders sent to both Manager and Applications after this point. After applications complete the task, it will re-assign the task to the coordinator. The coordinator will receive an informing them that it has been completed. The coordinator will then mark the item as complete and finish the workflow. The final aspect of this solution will be that the quote will remain in a follow-up state which will send out automatic reminder, based on the date, at different intervals. Two weeks Monthly Quarterly SharePoint Designer 2013 Microsoft provides a few tools that can be used for developing workflows within a SharePoint site. This side-by-side comparison will focus on SharePoint Designer 2013 and will use some of the built in functionality of this solution. Introduction This is taken from the Microsoft website. Visio 2013 and SharePoint Designer 2013 make it easy for business analysts, process consultants, and IT professionals to collaborate and build workflows. Both Visio Professional 2013 and the Visual Designer in SharePoint Designer 2013 provide a rich representation of workflows in a format that is understandable to programmers and non-programmers alike. By using Visio 2013, you can visually create a SharePoint workflow, export the workflow to SharePoint Designer 2013, and then publish that workflow to a SharePoint site. After a workflow has been created in Visio 2013, it must be exported to SharePoint Designer Then, a SharePoint site owner or IT professional adds parameters to the workflow by using either the workflow text editor or the new Visual Workflow Designer, which is a Visio 2013 ActiveX control
5 that is hosted in SharePoint Designer After the workflow has been completed, it can be published to the SharePoint site. This is ideal for business analysts and process consultants who are already familiar with flowcharts in Visio, because it allows them to design a workflow that represents business logic. The person who designs the workflow can focus solely on the business intelligence (BI) needs of the workflow without needing to be an expert in declarative workflows. Behind the Scenes One of the key concepts synonymous with workflow development is the State Machine workflows. Microsoft SharePoint Designer uses stages that represent the state a document or list item is in. These stages can contain logical building blocks such as loops and steps as well as comparative logic. Stages Example:
6
7 In the example above, you can see several of those capabilities in use. You can easily develop state based workflows that can accomplish certain tasks. You can also extract information that is associated to the SharePoint architecture which makes it really nice for look-ups and variable definitions. Where SharePoint Designer 2013 lags is clear support for displaying forms that are used between the states. In most of the workflows that we use in the Organice system, it requires user input between each state. It s been difficult to find any real solution for the SharePoint Designer approach. There are however forms usage for Visual Studio but for the basis of this report, I decided that that would not be an option due to the in-depth coding and permission level when developing workflows in that environment. The flow of the SharePoint Designer developed workflows also seems a bit disconnected. You can utilize Visio 2013 to help in this area but it takes you away from the development and tends to muddy it a bit. I also experienced a lot of issues with flipping back and forth between text editor mode and visual editor mode and Visio and SharePoint Designer would crash frequently. This made it a little frustrating when trying to get a visual representation of the workflow. All in all, you can develop workflows using SharePoint Designer Creating Staged workflows can be accomplished and deployed to work with documents and list based items. Datapolis Workbox 2013 Datapolis Workbox is a visual SharePoint workflow designer that offers a robust set of tools which makes workflow development and deployment very simple. Introduction Taken from the Datapolis Website: Datapolis Workbox is a no-code workflow solution for SharePoint 2013, meeting Business Process Management (BPM) objectives across the board. Useful for anyone who wants rapid, accurate processing of documents and data stored in SharePoint. Datapolis Workbox combines a visual process designer for business users, and a visual activities designer for technical users with a forms builder; all fully integrated with each other and with SharePoint. This dual nature, simple for business users and powerful for technical users, distinguishes the solution among others. No programming skills are required, although sophisticated programming functions are possible. Business managers use Datapolis Workbox to build and deploy simple workflows, or to model more complex tasks for automation by IT developers. Technology development firms utilize it to quickly model, test and deploy sophisticated stand-alone workflow solutions for their clients.
8 Datapolis Workbox can be used as well to bridge communication gaps between business and technical workers. Datapolis Workbox automates batch processes such as mass mailings, document management tasks, forms processing, line of business data integration and much more. Anytime someone fills out a form, submits a request, shares a document or manipulates data, Datapolis Workbox can help track, control and speed up the process. Why Datapolis Workbox: Drag-and-drop easy designer for business users to model a process Underlying powerful tools for IT professionals to automate activities Process analysis and decision support Secure definition of permissions Forms design flexibility Workflow history database Full integration with SharePoint Behind the Scenes Datapolis Workbox offers a complex and rich set of tools that allow business users, IT personnel and anyone within the company the ability to rapidly create and deploy robust workflows in a fraction of the time of normal workflow development applications. It s based on the State Machine workflow and gives the end user a drag-and-drop in a visual web based designer. Similar to other workflow tools, it allows actions between each state. Within these actions, you can specify different functional activities which will take a document through its life cycle.
9 It also allows storing variables and using them from comparative activities and triggers within the workflow life cycle. Permissions can also be managed not only for the document but for an action. Using filters and lookups, you can set who has access at what time during the workflow life cycle. This can also be managed using permission groups within the Workbox design tool. Forms are also part of the interface. Between each action, the designer can use a Workbox form or any customized InfoPath forms. These forms can perform look-ups to other SharePoint lists for additional information that is sometimes needed in the lifecycle of a document. There is a cost associated with this tool which is its one drawback. We may be able to lump this into our 2013 migration with Organice which would save the expense. Conclusion Both solutions are similar in that they have the ability to create and deploy different levels of workflows within SharePoint. They offer little nuances in terms they use, Workbox uses States and SharePoint Designer uses Stages. Each can be triggered to perform actions based on column values and or user
10 interaction. There was also a learning curve for me when performing this comparative between the two development tools. After nine days, I ve come away with a little better knowledge of SharePoint workflow development in both Visual Studio and SharePoint Designer/Visio. Visual Studio is a tool for true developers that can write machine language driven applications. It requires a significant amount of knowledge and experience. It also requires permissions to SharePoint that we should never give the common business user. SharePoint Designer required a far less learning curve and permission set compared to Visual Studio. We decided during our testing to abandon Visual Studio and went with SharePoint Designer and Visio. Based on the past nine days, and looking at as many aspects as the short time allowed, I would give the nod to Datapolis Workbox. In my opinion, I was able to rapidly deploy fully functional, robust workflows that solved a business need. Some of that is due to my experience with using the tool but after jumping in, head first, the comparison between SD 2013 (SharePoint Designer 2013), it became more than just familiarity or lack thereof. SharePoint Designer really falls short in ease of use and having the robustness that Workbox delivers. The only saving grace is that SharePoint designer is free and Workbox has a cost associated to it. But the speeds at which you can deploy a workflow in Workbox will make-up for the cost over time, within a short time in my personal opinion. The user interface offers a comfortable transition into designing visual workflows. The actions between the states and the activities within the actions are a natural concept that can be easily taught and grasped by the average business user. Being able to store procedures that occur throughout the workflow allows you to eliminate having to re-create a process in every action between states. Also being able to query any SQL database or LDAP and even PowerShell scripting that opens the door to endless possibilities. All but the latter can be done without performing any coding at all. Forms are easily created and have the ability to be re-used throughout the workflow as well as using custom InfoPath forms. Some of these capabilities were available in SD 2013 but were cumbersome to grasp and find information on how to implement without going to Visual Studio and coding. These were all factors when coming to this conclusion. There are other tools available on the market. We ve chosen these two to base our analysis on and doing a side by side comparison.
FORMS & WORKFLOW SHAREPOINT 2010. Practical Discussion
FORMS & WORKFLOW SHAREPOINT 2010 Practical Discussion Agenda Introduction Workflow Business Problems General Scenarios / Approaches What Is It? Specifics, Pitfalls, and Recommendations Forms Business Problems
Automating Business Processes Using SharePoint Designer
Automating Business Processes Using SharePoint Designer Jeff MacKenzie Director of Technology Edgewater Technology www.edgewater.com [email protected] Contents What is a workflow? Types of SharePoint
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
Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014
www.etidaho.com (208) 327-0768 Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 5 Days About this Course This five day instructor led course teaches students how to use the enhancements
Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited
Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September
MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0
MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The
End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010
www.etidaho.com (208) 327-0768 End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010 5 Days About This Course This instructor-led course provides students with the knowledge and skills to develop
Workflow and Forms Services for People-Driven Process Management
Workflow and Forms Services for People-Driven Process Management AuraTech Pte Ltd 30 Robinson Road, #04-01B Robinson Towers, Singapore 048546 http://www.consultaura.com PH: 6224 9238 Call AuraTech for
SQL Server 2012 Business Intelligence Boot Camp
SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations
COURSE SYLLABUS COURSE TITLE:
1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the
MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014
MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Description: Days: 5 Prerequisites: This five-day instructor-led course teaches students how to use the enhancements and new features
PBI365: Data Analytics and Reporting with Power BI
POWER BI FOR BUSINESS ANALYSTS AND POWER USERS 3 DAYS PBI365: Data Analytics and Reporting with Power BI AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts, Statisticians and Data Scientists Instructor-led
SAP BOBJ. Participants will gain the detailed knowledge necessary to design a dashboard that can be used to facilitate the decision making process.
SAP BOBJ 1. BOX310 SAP Business Objects Dashboards 4.0: Core Participants will gain the detailed knowledge necessary to design a dashboard that can be used to facilitate the decision making process. Participants
Updating Your SQL Server Skills to Microsoft SQL Server 2014
Course 10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Page 1 of 8 Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977B: 4 days; Instructor-Led Introduction This
Work Process Management
GE Intelligent Platforms Work Process Management Achieving Operational Excellence through Consistent and Repeatable Plant Operations With Work Process Management, organizations can drive the right actions
SharePoint 2010/2013 Course
*Must Have Knowledge SharePoint 2010/2013 Course SQL and DBMS Concepts ASP.net web application development using c# and Visual studio 2008 or above Client Server and three tier Architecture Basic knowledge
2 Introduction to Nintex Workflow
2 Introduction to Nintex Workflow What is Nintex Workflow? Nintex Workflow is a product created by Nintex, their started in Australia and are now based in the USA. They have also locations in England,
Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot
www.etidaho.com (208) 327-0768 Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot 3 Days About this Course This course is designed for the end users and analysts that
Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va
Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va Day(s): 5 Course Code: M10977 Version: A Overview This five-day instructor-led course teaches students how to use the enhancements and new
Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014
Course Code: M10977 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014 Overview This five-day instructor-led
Microsoft End to End Business Intelligence Boot Camp
Microsoft End to End Business Intelligence Boot Camp Längd: 5 Days Kurskod: M55045 Sammanfattning: This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence
Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777
Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.
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
Please contact Cyber and Technology Training at (410)777-1333/[email protected] for registration and pricing information.
Course Name Start Date End Date Start Time End Time Active Directory Services with Windows Server 8/31/2015 9/4/2015 9:00 AM 5:00 PM Active Directory Services with Windows Server 9/28/2015 10/2/2015 9:00
Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led
"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
The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led
The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led Course Description This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-
10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014
10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Details Course Code: Duration: Notes: 10977B 5 days This course syllabus should be used to determine whether the course is appropriate
Course Outline. Module 1: Introduction to Data Warehousing
Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account
Advanced SharePoint Tools to Enhance Project Management
Advanced SharePoint Tools to Enhance Project Management Haniel Croitoru, MSc, PMP, PMI-ACP OCTO B E R 17, 20 13 Agenda Introduction The need for technology in the PM s life SharePoint in a nutshell Advanced
Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014
Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:B Delivery method: Instructor-led
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
HarePoint Workflow Scheduler Manual
HarePoint Workflow Scheduler Manual For SharePoint Server 2010/2013, SharePoint Foundation 2010/2013, Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. Product version
Updating Your SQL Server Skills to Microsoft SQL Server 2014
Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Details Course Outline Module 1: Introduction to SQL Server 2014 This module introduces key features of SQL Server 2014.
Implementing a Data Warehouse with Microsoft SQL Server 2012
Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data
Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S
HP Education Services course data sheet Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S Course Overview In this course, you will learn how to use SQL Server 2014 product features
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
AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014
AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge
Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs)
Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Product Technology Product Number Title License Management, License Management 55071 Course 55071 : Microsoft Software Asset
INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:
INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software
Hitchhiker's Guide to Demand Management 2013
Hitchhiker's Guide to Demand Management 2013 Project 2013 Case Study Prepared for Contoso February 2013 Prepared by Steven Haden Published by Project Server Content Publishing The information contained
Integrated business intelligence solutions for your organization
Integrated business intelligence solutions for your organization In the business world, critical information influences individuals goals, affects how people work across teams and ultimately helps organizations
K2 [blackpearl] deployment planning
K2 [blackpearl] deployment planning UNDERSTANDING THE DEPLOYMENT SCENARIOS AND OPTIONS December 14 This paper describes the various deployment scenarios of the K2 [blackpearl] software, and discusses when
SharePoint 2013 Syllabus
General Introduction What is IIS IIS Website & Web Application Steps to Create Multiple Website on Port 80 What is Application Pool What is AppDomain What is ISAPI Filter / Extension Web Garden & Web Farm
Course 20461C: Querying Microsoft SQL Server Duration: 35 hours
Course 20461C: Querying Microsoft SQL Server Duration: 35 hours About this Course This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development
10174 - SharePoint 2010
Configuring and Managing Microsoft SharePoint 2010 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint
Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best
Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best White Paper April 2007 For the latest information, go to http://www.microsoft.com/office for Office
Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server
Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led
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
1. Executive Summary... 3 2. Introduction... 4 2.1. Building Composite Applications in ClaySys AppForms... 4
Table of Contents 1. Executive Summary... 3 2. Introduction... 4 2.1. Building Composite Applications in ClaySys AppForms... 4 2.2. AppForms Integration with SharePoint... 5 2.3. SharePoint List Forms...
Dashboard Overview. Bernd Schneider. Technical Solution Professional BI Microsoft Switzerland [email protected]
Dashboard Overview Bernd Schneider Technical Solution Professional BI Microsoft Switzerland [email protected] Techdays Bern (8./9. April) http://www.techdays.ch + * Including Microsoft Office
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,
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
Upgrading Your SQL Server Skills to Microsoft SQL Server 2014
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10977 Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Length: 5 Days Audience: IT
Leverage SharePoint with PSI:Capture
Leverage SharePoint with PSI:Capture A White Paper Courtesy of PSIGEN Software, Inc. Table of Contents Intro to PSI:Capture... 1 Intro to PSI:Capture for SharePoint... 1 Key SharePoint Features... 2 Key
Microsoft Training and Certification Guide. Current as of March 16, 2015
Microsoft Training and Certification Guide Current as of March 16, 2015 Welcome to the Microsoft Training and Certification Guide. This guide is intended to provide a quick, comprehensive view of our training
DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and
Workflows as Applications Applications in Workflows DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and without
Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S
HP Education Services course data sheet Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S Course Overview The course teaches students how to install, configure and administer SharePoint,
LEARNING SOLUTIONS website milner.com/learning email [email protected] phone 800 875 5042
Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300
.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala
.NET Workflow Solutions For ABSTRACT: By Owens Gollamandala Workflows are available within Microsoft SharePoint, and help users track and monitor documents or files associated with a specific business
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
A Closer Look at BPM. January 2005
A Closer Look at BPM January 2005 15000 Weston Parkway Cary, NC 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: [email protected] http://www.ultimus.com The Information contained in this document
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
Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises
4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training
Microsoft Data Warehouse in Depth
Microsoft Data Warehouse in Depth 1 P a g e Duration What s new Why attend Who should attend Course format and prerequisites 4 days The course materials have been refreshed to align with the second edition
Implementing a Data Warehouse with Microsoft SQL Server
Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL
COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER
Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server
ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets
ElegantJ BI White Paper Considering the Alternatives Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com
Ultimus Adaptive BPM Suite V8
Ultimus Adaptive BPM Suite V8 ENTERPRISE BUSINESS PROCESS MANAGEMENT SOFTWARE PLATFORM 2 PRODUCT OVERVIEW The Ultimus Adaptive BPM Suite is a complete, enterprise software application designed to create
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
Upgrading Your SQL Server Skills to Microsoft SQL Server 2014
Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Varighed: 5 Days Kursus Kode: M10977 Beskrivelse: This five-day instructor-led course teaches students how to use the enhancements and new
An Evaluation of No-Cost Business Intelligence Tools. Claire Walsh. Contact: [email protected] @datanurturer 703-840-8600
An Evaluation of No-Cost Business Intelligence Tools Contact: Claire Walsh [email protected] @datanurturer 703-840-8600 1 An Evaluation of No-Cost Business Intelligence Tools Business Intelligence
Automating. Administration. Microsoft SharePoint 2010. with Windows. PowerShell 2.0. Gary Lapointe Shannon Bray. Wiley Publishing, Inc.
Automating Microsoft SharePoint 2010 Administration with Windows PowerShell 2.0 Gary Lapointe Shannon Bray WILEY Wiley Publishing, Inc. TABLE OF CONTENTS B S8 0 «4} 8#«l6& Introduction xxv Part 1 Getting
Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Design of the Course
Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions 1 Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions
TeamCompanion Solution Overview. Visual Studio
TeamCompanion Solution Overview Visual Studio Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example
Saskatoon Business College Corporate Training Centre 244-6340 [email protected] www.sbccollege.ca/corporate
Microsoft Certified Instructor led: Querying Microsoft SQL Server (Course 20461C) Date: October 19 23, 2015 Course Length: 5 day (8:30am 4:30pm) Course Cost: $2400 + GST (Books included) About this Course
Implementing Project Server 2010
Implementing Project Server 2010 Course ISI-1327 4 Days Instructor-led, Hands-on Course Description This instructor-led course will provide you with the knowledge and skills to effectively install and
> Define the different phases of K2 development, including: understand, model, build, maintain and extend
This course concentrates on K2 blackpoint from a SharePoint Site Collection owners perspective, that is, a person who already has a basic understanding of SharePoint concepts and terms before attending
How/why we use Sharepoint
How/why we use Sharepoint When SBS first arrived on the scene, we, like most other technology businesses didn t pay any attention to Sharepoint. Ironically enough we were at that stage searching for a
Designing Self-Service Business Intelligence and Big Data Solutions
This five-day instructor-led course teaches students how to implement self-service Business Intelligence (BI) and Big Data analysis solutions using the Microsoft data platform. The course discusses the
Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports
Technical White Paper Automating the Generation and Secure Distribution of Excel Reports Table of Contents Introduction...3 Creating Spreadsheet Reports: A Cumbersome and Manual Process...3 Distributing
Best Practices for Migrating from Lotus Notes to Microsoft Exchange and SharePoint
Best Practices for Migrating from Lotus Notes to Microsoft Exchange and SharePoint A White Paper Written by Technology Strategy Research, LLC and Sponsored by Quest Software - Best Practices for Migrating
Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS
Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS In order to ease the burden of application lifecycle management,
Implementing a Data Warehouse with Microsoft SQL Server
Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform
Questions to address while reviewing CRM software
Questions to address while reviewing CRM software Conducting a CRM needs assessment doesn t have to be hard or intimidating. Sage Software has put together the top 10 (plus one) list of things you ll want
TF04 - Leveraging SQL Server Business Intelligence Tools
TF04 - Leveraging SQL Server Business Intelligence Tools PUBLIC INFORMATION Copyright 2014 Rockwell Automation, Inc. All Rights Reserved. Le Roy Howe Commercial Engineering PUBLIC INFORMATION Follow RSTechED
LOTUS to SharePoint Migration Services
LOTUS to SharePoint Migration Services Key Discussion Points StarSoft Value Proposition Microsoft Office SharePoint Server 2007 (MOSS) Lotus Notes: Current Marketplace Trends Migration Planning Questions:
Course ID#: 1401-801-14-W 35 Hrs. Course Content
Course Content Course Description: This 5-day instructor led course provides students with the technical skills required to write basic Transact- SQL queries for Microsoft SQL Server 2014. This course
SharePoint 2010 for Business Intelligence Course SP05; 3 Days, Instructor-led
SharePoint 2010 for Business Intelligence Course SP05; 3 Days, Instructor-led Course Description With this three-day SharePoint BI training course, you will identify and examine the key BI tools that are
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
