SHAREPOINT DESIGNER 2010 & WORKFLOW

Size: px
Start display at page:

Download "SHAREPOINT DESIGNER 2010 & WORKFLOW"

Transcription

1 June 30, 2012 San Diego Convention Center SHAREPOINT DESIGNER 2010 & WORKFLOW Should I, Should I Not

2 About Me SharePoint Lead at Brandes Investment Partners Originally from Texas Proud Father and Husband 13 Years in IT Hardware Background MCTS, SharePoint 2010 Configuration Blog

3 Agenda Out of Box Opportunities SharePoint Designer Workflow Components Creating Custom Workflows in Designer Demo Real World Discussion Designer Limitations and Workarounds

4 Poll What SharePoint role do you play at your enterprise? How many of you use content types?

5 What Is SharePoint Designer Free Tool For Advanced Users and Developers Revamp the User Interface Connect with External Data Create Custom Actions Interoperability with Visual Studio 2010 Import/Export Visio Process Diagrams Workflow Designer

6 What is a Workflow MSDN Definition Fundamentally, it consists of two things: the forms a workflow uses to interact with its users and the logic that defines the workflow s behavior.

7 SharePoint Out of Box Workflows Approval Collect Feedback Collect Signatures Publishing Three-State Disposition Approval Routes for Approval Like Approval But Collects Feedback Collects Digital Signatures Routes for Approval in Publishing Sites Tracks the Status of an Issue Tracks Content That has Expired

8 Customize Workflows Declarative Workflows Approval Collect Feedback Collect Signatures Publishing Approval Non-Declarative Workflows Three State Disposition

9 SharePoint Designer Workflow Types List Types that were available in SharePoint 2007 Cannot be made available to other lists Reusable List Created at the top-level site Associated with any list, library or content type Can be exported and imported Best when associated with a content type Site Used when you don t need to associate with a list, library or content type Example may be site feedback

10 Workflow Building Blocks Events Item is Created Item is Changed Participant Manually Starts Steps Groups Actions and Conditions Actions Most Basic Unit of Work in a Workflow Can Surface Events System and Human Participation Conditions Rules Establish Conditions Associated to n Actions

11 Workflow Forms Form Types Initiation Custom Task Association Form Technology ASP.NET InfoPath

12 Demo

13 Key Steps in Designing a Workflow Identify key stakeholders. Conduct Interviews and collect data. What is the problem the business needs to solve? Define the business use case. Analyze Responses Create a strategy statement

14 Real World Example Procurement Process

15 Common Issues Expressed During Interviews How do I buy something? I made a request and I don't know where that request is at? I need to approve a request but I don't know where the request is. In fact I don't know where the supporting information is. People are saying they're waiting on my approval but I've already approved the request. I approved this request and now I'm being asked to approve the invoice for the same request. Why? I need to approve an invoice but I don't know if I should because I can't find the agreement that states how much I'll be charged. My software is no longer under support because I didn't renew the agreement. I didn't know the agreement was up for renewal.

16 The Problem No Defined Process No Ability to See a Status No Ability to Find Tasks No Ability to Find Documentation No Common Way of Requesting to Purchase Something

17 The Strategy Procurement Concept The Procurement Concept Provides: Process Container Status Tasks It maps directly to a defined business process A place to put all of the documentation A place to discover status An administrative layer for tasks

18 Approval Process Ideas

19 Approval Process Create Procurement Prepare Procurement Department Manager Approval CIO Approval COO Approval Legal Approval Purchase

20 The Strategy Procurement Concept The Procurement Concept Provides: Process Container Status Tasks It maps directly to a defined business process A place to put all of the documentation A place to discover status An administrative layer for tasks

21 Document Management Strategy System1 PK ID Item1 PK ID Title Folder1 PK ID Title Name Procurement Item1 Document1 PK ID Name Title Document Set1 PK ID Title Name Enterprise Document Set1 PK ID Title Name Enterprise Document1 PK ID Name Title Procurement Document Set1 Company Key Offering Procurement Type Total Amount Description Procurement Owner Procurement Status Procurement Aggrement Status Procurement Purchasing Status Procurement Request Status Total Amount Request Workflow Required Agreeement Workflow Required Purchase Workflow Required Approval Type Cost Center Expense Category Sub-Expense Type Procurement Document1 DMT Procurement1 Technology Procurement1 Office Procurement1 Company Name Offering Document Date Document Description Document Owners Document Reviewers Reviewed Date Total Amount Cost Center Expense Category Sub-Expense Type Miscellaneous Procurement Document1 Procurement Request1 Procurement Agreement1 Procurement Accounts Payable1 Procurement Quote1 Procurement Rationale1 Contract End Date Contract Length Contract Opt Out End Date Contract Opt Out Length Contract Opt Out Start Date Contract Scope Contract Start Date Contract Term Initial Amount Ongoing Amount Ongoing Amount (Annualized) Ongoing Period Ongoing Type DMT Rationale1 Systems Rationale1 Procurement Contract1 Procurement Contract Addendum1 Procurement Statement of Work1 Procurement Invoice1 Procurement Purchase Order1 DMT New Rationale1 DMT Existing Rationale1 Paid Date Invoice Number Invoice Amount Invoice Date Invoice Period PO Number

22

23 Designer Limitations and Workarounds Problem Start a Workflow on a content type in a document set from a Workflow running on the document set. Solution Custom Action

24 Code Sample <Action Name="Start Procurement Document Workflow" ClassName="SPDActivities.StartRequestWorkflow" <RuleDesigner Sentence="Start Procurement Document Workflow named %1 on document referenced in lookup field named %2 "> <FieldBind Field="WorkflowName" Text="workflow name" Id="1" DesignerType="StringBuilder" /> <FieldBind Field="RequestDocument" Text="lookup field" Id="2" DesignerType="FieldNames" /> </RuleDesigner> </Action> <Action Name="Set Workflow Complete Flag" ClassName="SPDActivities.SetWorkflowCompleteFlagOnDocumentSet" <RuleDesigner Sentence="Set Workflow Complete flag: %1"> <FieldBind Field="CompleteFlag" Text="lookup field" Id="1" DesignerType="FieldNames" /> </RuleDesigner> </Action> <Action Name="Set Procurement Document Reference" ClassName="SPDActivities.SetProcurementDocumentReferenceOnDocumentSet" <RuleDesigner Sentence="Set Procurement Document Reference %1 for content type %2"> <FieldBind Field="DocumentReference" Text="lookup field" Id="1" DesignerType="FieldNames" /> <FieldBind Field="DocumentReferenceContentType" Text="lookup field" Id="2" DesignerType="Test" /> </RuleDesigner> </Action> <Action Name="Set Procurement Status" ClassName="SPDActivities.SetProcurementStatusColumn" <RuleDesigner Sentence="Set Procurement Document Status column %1 to status %2"> <FieldBind Field="StatusColumn" Text="lookup field" Id="1" DesignerType="FieldNames" /> <FieldBind Field="Status" Text="current status" Id="2" DesignerType="Test" /> </RuleDesigner> </Action>

25 Designer Limitations SharePoint Designer Cannot Loop No State Machine Workflows Complex Lookups

26 Final Procurement Workflow

27 Workarounds Visual Studio Custom Actions Nonobvious Techniques 3 rd Party Solutions

28 Pros and Cons Pros Cons Advanced User Toolset Import/Export Visio Process Diagrams Declarative Workflows Reusable Workflows No Looping No State Machine Workflows Nonobvious Techniques

29 Summary SharePoint Designer is Free Good for User Community Can Provide Quick Solutions Evaluate Limitations and Design Accordingly

30 The After-Party: SharePint Karl Strauss Brewing Company 1157 Columbia Street San Diego, CA Phone: Immediately following event closing & prize drawings pm) Directions (.9 miles): 1. Head northeast on 1st Ave 2. Turn left onto W B St 3. Turn left onto Columbia St Karl Strauss will be on the left

31 June 30, 2012 San Diego Convention Center THANK OUR SPONSORS Please be sure to fill out your session evaluation!

Automating Business Processes Using SharePoint Designer

Automating Business Processes Using SharePoint Designer Automating Business Processes Using SharePoint Designer Jeff MacKenzie Director of Technology Edgewater Technology www.edgewater.com jmackenzie@edgewater.com Contents What is a workflow? Types of SharePoint

More information

SharePoint 2013 for Business Process Automation

SharePoint 2013 for Business Process Automation SharePoint 2013 for Business Process Automation Course Number: 12966 Category: SharePoint Duration: 3 Days Course Description This three-day instructor-led course teaches business professionals how to

More information

What is a workflow? Workflows are a series of actions that correspond to a work process

What is a workflow? Workflows are a series of actions that correspond to a work process SharePoint 2010 What is a workflow? Workflows are a series of actions that correspond to a work process For example a document approval process Workflows can control most aspects of a SharePoint 2010 site,

More information

FORMS & WORKFLOW SHAREPOINT 2010. Practical Discussion

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

More information

Best of SharePoint 2010. Composites

Best of SharePoint 2010. Composites Best of SharePoint 2010 Composites Agenda Overview Composite Applications Developer Investments Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web Microsoft SharePoint

More information

Making SharePoint Work with Workflow. Robert L. Bogue Rob.Bogue@ThorProjects.com 3 Part Presentation Series

Making SharePoint Work with Workflow. Robert L. Bogue Rob.Bogue@ThorProjects.com 3 Part Presentation Series Making SharePoint Work with Workflow Robert L. Bogue Rob.Bogue@ThorProjects.com 3 Part Presentation Series SharePoint 2010 Workflow with SharePoint Designer and Visio Robert Bogue Rob.Bogue@ThorProjects.com

More information

New Nintex Workflow 2010 Business Value: Actions and Functions

New Nintex Workflow 2010 Business Value: Actions and Functions New Nintex Workflow 2010 Actions and Functions Contents Introduction... 3 Drag and Drop CRM Integration... 4 InfoPath Forms Design Integration... 4 Document Assembly... 5 User Defined Actions: Reusable

More information

Automate Business Processes with SharePoint 2013 and Business Connectivity Services. www.gig-werks.com

Automate Business Processes with SharePoint 2013 and Business Connectivity Services. www.gig-werks.com Automate Business Processes with SharePoint 2013 and Business Connectivity Services Today s Presentation Will Cover: About Gig Werks SharePoint 2013 Overview Demonstration & Discussion Business Connectivity

More information

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Rackspace Hosting Produced by: Supported by: What I ll Cover Getting Started! The Basics of Forms Automating

More information

Office 2010 Workflow;

Office 2010 Workflow; Office 2010 Workflow; Developing Collaborative Solutions MARK J. COLLINS Apress* Contents Preface About the Author About the Technical Reviewers Acknowledgements Introduction xix xxi xxii xxiii xxiv PART

More information

Build Your Knowledge!

Build Your Knowledge! About this Course This 3-day Instructor led course Explore several advanced topics of working with SharePoint 2013 sites. Topics include SharePoint Server site definitions (Business Intelligence, Document

More information

Advanced Workflow Concepts Using SharePoint Designer 2010

Advanced Workflow Concepts Using SharePoint Designer 2010 Instructional Brief Advanced Workflow Concepts Using SharePoint Designer 2010 SharePoint User Group September 8th, 2011 This document includes data that shall not be redistributed outside of the University

More information

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration MS 50547B Microsoft SharePoint 2010 Collection and Site Administration Description: Days: 5 Prerequisites: This five-day instructor-led Site Collection and Site Administrator course gives students who

More information

Kit Rowley. Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif. Plan content types. Plan content types

Kit Rowley. Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif. Plan content types. Plan content types Kit Rowley Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif Content type and workflow planning (SharePoint Server 2010) Published: May 12, 2010 This article

More information

The Webcast will begin at 1:00pm EST. www.gig-werks.com

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

More information

SharePoint 2010 End User - Level II

SharePoint 2010 End User - Level II Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module 2: Server Site Definitions In this module we will explore

More information

Developing Visual Studio Workflows and Activities for SharePoint Sites

Developing Visual Studio Workflows and Activities for SharePoint Sites Developing Visual Studio Workflows and Activities for SharePoint Sites Steve Heaney Product Development Manager Nintex steve.heaney@nintex.com Agenda Workflow authoring scenarios Windows Workflow Foundation

More information

MS-55052: SharePoint 2013 End User Level II

MS-55052: SharePoint 2013 End User Level II MS-55052: SharePoint 2013 End User Level II Description This 3-day Instructor led course Explore several advanced topics of working with SharePoint 2013 sites. Topics include SharePoint Server site definitions

More information

SharePoint Services: Using Workflows

SharePoint Services: Using Workflows SharePoint Services: Using Workflows Table of Contents INTRODUCTION TO WORKFLOWS... 1 WHAT ARE WORKFLOWS?... 1 WORKFLOWS THAT ARE INCLUDED IN OFFICE SHAREPOINT SERVER 2007... 2 ABOUT ADDING A WORKFLOW

More information

No-Code SharePoint 2013 Workflows with SharePoint Designer 2013 and Visio 55048A; 3 Days, Instructor-led

No-Code SharePoint 2013 Workflows with SharePoint Designer 2013 and Visio 55048A; 3 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc No-Code SharePoint 2013 Workflows with SharePoint Designer 2013 and Visio

More information

Introduction to Records Management in SharePoint 2013

Introduction to Records Management in SharePoint 2013 Introduction to Records Management in SharePoint 2013 Real World tips and tools to build out your SharePoint 2013 Records Management System Noorez Khamis @nkhamis http://www.khamis.net March 10 th, 2015

More information

Workflow and Forms Services for People-Driven Process Management

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

More information

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion Key Data Product ID#: 2676 Course #: 5053A Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exam: 70-237: Pro:

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

InfoPath & SharePoint Designer 2010 Workflows Together. Laura Derbes Rogers Senior SharePoint Consultant Rackspace Hosting

InfoPath & SharePoint Designer 2010 Workflows Together. Laura Derbes Rogers Senior SharePoint Consultant Rackspace Hosting InfoPath & SharePoint Designer 2010 Workflows Together Laura Derbes Rogers Senior SharePoint Consultant Rackspace Hosting About Me Laura Derbes Rogers, Microsoft MVP I live in Birmingham, Alabama From

More information

Workflow performance analysis tests

Workflow performance analysis tests Workflow performance analysis tests Introduction This document is intended to provide some analytical tests that help determine if the SharePoint workflow engine and Nintex databases are being forced to

More information

DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and

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

More information

Realistic? Content management initiatives can be a huge investment of time, money, and resources.

Realistic? Content management initiatives can be a huge investment of time, money, and resources. Realistic? Content management initiatives can be a huge investment of time, money, and resources. Huge investment = Huge risk This session will describe a way to implement a practical content management

More information

Microsoft SharePoint 2010 Site Collection and Site Administration Course 50547A; 5 Days, Instructor-led

Microsoft SharePoint 2010 Site Collection and Site Administration Course 50547A; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Microsoft SharePoint 2010 Site Collection and Site Administration Course

More information

SHAREPOINT 2010 FOUNDATION FOR END USERS

SHAREPOINT 2010 FOUNDATION FOR END USERS SHAREPOINT 2010 FOUNDATION FOR END USERS WWP Training Limited Page i SharePoint Foundation 2010 for End Users Fundamentals of SharePoint... 6 Accessing SharePoint Foundation 2010... 6 Logging in to your

More information

Streamlining Business Processes with InfoPath and SharePoint. Rob Wilson, MCT, MCTS, Keller Schroeder

Streamlining Business Processes with InfoPath and SharePoint. Rob Wilson, MCT, MCTS, Keller Schroeder Streamlining Business Processes with InfoPath and SharePoint Rob Wilson, MCT, MCTS, Keller Schroeder Introduction to InfoPath Business problems InfoPath addresses Some common use cases Introduction to

More information

SharePoint 2013 Syllabus

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

More information

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc. SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010

More information

SharePoint 2010 Workflows

SharePoint 2010 Workflows SharePoint 2010 Workflows Winners of the Day 1 of ESP Live Quiz Agenda Day 1 Introducing SharePoint 2010 Workflows What is a Workflow New Workflow Types and Targets Exploring SharePoint 2010 workflow Collect

More information

Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA

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

More information

Creating While Loops with Microsoft SharePoint Designer Workflows Using Stateful Workflows

Creating While Loops with Microsoft SharePoint Designer Workflows Using Stateful Workflows Creating While Loops with Microsoft SharePoint Designer Workflows Using Stateful Workflows Published by Nick Grattan Consultancy Limited 2009. All rights reserved. Version 1.00. Nick Grattan Consultancy

More information

The Core Pillars of AN EFFECTIVE DOCUMENT MANAGEMENT SOLUTION

The Core Pillars of AN EFFECTIVE DOCUMENT MANAGEMENT SOLUTION The Core Pillars of AN EFFECTIVE DOCUMENT MANAGEMENT SOLUTION Amanda Perran 6 Time MVP Microsoft SharePoint Server Practice Lead, SharePoint - Plato vts Microsoft Co-Author of Beginning SharePoint 2007

More information

SharePoint Operational Governance. al 1

SharePoint Operational Governance. al 1 SharePoint Operational Governance al 1 About the Speaker Dan Lewis Senior Consultant, Microsoft Corporation U.S. Enterprise Services Consulting for IT Operations MCITP, MCTS, MCAD, MOF Email: dan.lewis@microsoft.com

More information

Building Business Applications with SharePoint 2010 and Office 2010. October 22, 2010

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

More information

Advanced SharePoint Tools to Enhance Project Management

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

More information

Turning Your SharePoint Intranet Into a Productivity Center. 2015 Nonprofit Technology and Communications Conference

Turning Your SharePoint Intranet Into a Productivity Center. 2015 Nonprofit Technology and Communications Conference Turning Your SharePoint Intranet Into a Productivity Center 2015 Nonprofit Technology and Communications Conference Donald Donais Avtex Consulting Solutions Architect for SharePoint ddonais@avtex.com Blog

More information

Designing and Developing Microsoft SharePoint Server 2010 Applications Course Outline

Designing and Developing Microsoft SharePoint Server 2010 Applications Course Outline Designing and Developing Microsoft SharePoint Server 2010 Applications Course Outline Course Overview: This five-day instructor-led course is intended for SharePoint Development professionals who are responsible

More information

Donald Donais. SharePoint: Out of the Box Project Management PMI-MN PDD October 3 rd, 2013 9/30/2013. Avtex SharePoint Consultant ddonais@avtex.

Donald Donais. SharePoint: Out of the Box Project Management PMI-MN PDD October 3 rd, 2013 9/30/2013. Avtex SharePoint Consultant ddonais@avtex. SharePoint: Out of the Box Project Management PMI-MN PDD October 3 rd, 2013 Donald Donais Avtex SharePoint Consultant ddonais@avtex.com Blog Tales from IT Side Twitter http://talesfromitside.wordpress.com

More information

Software Assurance E-Learning

Software Assurance E-Learning Software Assurance E-Learning Official Microsoft E-Learning courses are designed to provide maximum learning in minimal time. These courses, available to Software Assurance customers on the Microsoft E-Learning

More information

Presented by: Matt Tinkler CIO mtinkler@b2btech.com. B2B Technologies SharePoint 2013 Decision Tree

Presented by: Matt Tinkler CIO mtinkler@b2btech.com. B2B Technologies SharePoint 2013 Decision Tree Presented by: Matt Tinkler CIO mtinkler@b2btech.com B2B Technologies SharePoint 2013 Decision Tree AGENDA Introduction Decision Tree O365 SPO OR SharePoint 2013 On- Premises OR Hybrid O365 SPO + On-Premises

More information

SharePoint Training DVD Videos

SharePoint Training DVD Videos SharePoint Training DVD Videos SharePoint 2013 Administration Intended for: Prerequisites: Hours: Enterprise Content Managers / Administrators Planners / Project managers None 16 hours of video + 18 hours

More information

K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON

K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON K2 Appit for SharePoint and SharePoint 2013 TECHNICAL COMPARISON SharePoint 2013 includes some improvements to its workflow capabilities, including an independent workflow engine called Workflow Manager

More information

MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications. Course Objectives. Price. Duration. Methods of Delivery

MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications. Course Objectives. Price. Duration. Methods of Delivery MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications This five-day instructor led course is intended for Microsoft SharePoint Development professionals who are responsible for

More information

SharePoint 2010 Pragmatic implementation and use at a corporate level. Carol Van der Donck

SharePoint 2010 Pragmatic implementation and use at a corporate level. Carol Van der Donck SharePoint 2010 Pragmatic implementation and use at a corporate level Carol Van der Donck Agenda What is SP2010 Some facts SharePoint Governance Conclusion Agenda What is SP2010 Some facts SharePoint Governance

More information

Intro to Developing for SharePoint Online: What Tools Can I Use?

Intro to Developing for SharePoint Online: What Tools Can I Use? Intro to Developing for SharePoint Online: What Tools Can I Use? Paul Papanek Stork Chief Architect for ShareSquared, Inc http://www.sharesquared.com Contributing Author Developer s Guide to WSS 3.0 MOSS

More information

Introduction to Business Process

Introduction to Business Process Introduction to Business Process Microsoft Office SharePoint Server 2007 provides many features that can help you integrate and streamline your business processes: Browser-based forms created by using

More information

Academic All Technology Library ( 1576 Courses)

Academic All Technology Library ( 1576 Courses) Academic All Technology Library ( 1576 Courses) Product Type Product Number Product Title Course Duration ecliniccollection 10051 Exploring New Features in Microsoft Office Communications Server 2007 R2

More information

.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala

.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

More information

HOUSING AUTHORITY OF THE CITY OF MILWAUKEE Antonio M. Perez, Secretary-Executive Director

HOUSING AUTHORITY OF THE CITY OF MILWAUKEE Antonio M. Perez, Secretary-Executive Director HOUSING AUTHORITY OF THE CITY OF MILWAUKEE Antonio M. Perez, Secretary-Executive Director OFFICIAL NOTICE NUMBER 57730 ADDENDUM #2 REQUEST FOR PROPOSAL March 31, 2016 Document Imaging and Management System

More information

Hitchhiker's Guide to Demand Management 2013

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

More information

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Overview This course provides students with the knowledge and skills to work with the server-side and client-side object models,

More information

> Define the different phases of K2 development, including: understand, model, build, maintain and extend

> 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

More information

Implementing and Administering an Enterprise SharePoint Environment

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

More information

OFFICE OF THE STATE SUPERINTENDENT FOR EDUCATION Chief Information Office (CIO) Enterprise Licensing and Case Management Initiative Scope of Work

OFFICE OF THE STATE SUPERINTENDENT FOR EDUCATION Chief Information Office (CIO) Enterprise Licensing and Case Management Initiative Scope of Work C.1 SCOPE OFFICE OF THE STATE SUPERINTENDENT FOR EDUCATION Chief Information Office (CIO) Enterprise Licensing and Case Management Initiative Scope of Work The Government of the District of Columbia, Office

More information

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Regulated Documents A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Contents Life science industry challenges Regulated Documents our service

More information

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT

MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT MICROSOFT ENROLLMENT FOR EDUCATION SOLUTIONS (EES) AGREEMENT Frequently Asked Questions Abstract This Enrollment provides Duval County Public Schools a license for certain specified Microsoft Products

More information

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011 Hands-On Lab Client Workflow Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: DEFINING A PROCESS IN VISIO 2010... 4 Task 1 Define the Timesheet Approval process... 4 Task 2

More information

Kaldeera Workflow Designer 2010 User's Guide

Kaldeera Workflow Designer 2010 User's Guide Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting

More information

MICROSOFT DYNAMICS CRM Roadmap. Release Preview Guide. Q4 2011 Service Update. Updated: August, 2011

MICROSOFT DYNAMICS CRM Roadmap. Release Preview Guide. Q4 2011 Service Update. Updated: August, 2011 MICROSOFT DYNAMICS CRM Roadmap Release Preview Guide Q4 2011 Service Update Updated: August, 2011 EXECUTIVE SUMMARY Microsoft has delivered significant innovation and value in customer relationship management

More information

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD Faraz Khan Senior Consultant RBA Consulting AGENDA Intro to SharePoint Online SharePoint Hosting Options Feature Comparison with Public/Private/On-Premise Customization

More information

Computer Training Source. Designing and Developing Microsoft SharePoint Server 2010 Applications

Computer Training Source. Designing and Developing Microsoft SharePoint Server 2010 Applications Computer Training Source Course 10232A: Designing and Developing Microsoft SharePoint Server 2010 Applications Length: 5 Days Published: September 28, 2010(In development) Language(s): English Audience(s):

More information

Aras Roadmap. 2010 International Conference. Rob McAveney www.aras.com. 300 Brickstone Square Suite 904 Andover, MA 01810 [978] 691 8900 www.aras.

Aras Roadmap. 2010 International Conference. Rob McAveney www.aras.com. 300 Brickstone Square Suite 904 Andover, MA 01810 [978] 691 8900 www.aras. 2010 International Conference Aras Roadmap Rob McAveney www. 300 Brickstone Square Suite 904 Andover, MA 01810 [978] 691 8900 www. Copyright 2010 Aras All Rights Reserved. Development Scope Browser Based

More information

SharePoint Designer 2013 vs Workbox. Prepared by JMS

SharePoint Designer 2013 vs Workbox. Prepared by JMS SharePoint Designer 2013 vs Workbox Prepared by JMS Contents Overview... 3 SharePoint Designer 2013... 4 Introduction... 4 Behind the Scenes... 5 Datapolis Workbox 2013... 7 Introduction... 7 Behind the

More information

SharePoint 2013 End User Level I Course 55050; 3 Days, Instructor-led

SharePoint 2013 End User Level I Course 55050; 3 Days, Instructor-led SharePoint 2013 End User Level I Course 55050; 3 Days, Instructor-led Course Description This 3-day course explores all the basic end user features of SharePoint 2013 including all basic lists and sites

More information

SharePoint Development Options: Requirements Gathering

SharePoint Development Options: Requirements Gathering SharePoint Development Options: Requirements Gathering Purpose... 1 Process... 1 Questionnaire... 2 Supporting Information... 5 Appendix 1: Development Time Considerations... 8 Appendix 2: Tips for Writing

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

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

More information

Very Creative People Working with us

Very Creative People Working with us Very Creative People Working with us Contents Introduction 01 Design process 02 Production process 03 Additional project costs 04 Payment terms & late payment terms 05 Websites, email & support 06 Copyright

More information

Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

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

More information

Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com

Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com Seite 1 von 5 Issue Date: FoxTalk November 2000 Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com Some clients seem to be under the impression that they need to

More information

Records Management 101

Records Management 101 Records Management 101 Tiffany Songvilay #SPSBurgh @officeovereasy 1 Agenda What is Records Management? Out-of-the-box solutions Centralized vs. in-place debate What s new in 2013 2 Who is Tiffany Songvilay?

More information

Risk/Issue Management Plan

Risk/Issue Management Plan Risk/Issue Management Plan Centralized Revenue Opportunity System November 2014 Version 2.0 This page intentionally left blank Table of Contents 1. Overview... 3 1.1 Purpose... 3 1.2 Scope... 3 2. Roles

More information

Enterprise Application Development in SharePoint 2010

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

More information

K2 FOR SHAREPOINT AND SHAREPOINT 2013 K2.COM PRESENTED BY: ASHLEY EVANS

K2 FOR SHAREPOINT AND SHAREPOINT 2013 K2.COM PRESENTED BY: ASHLEY EVANS K2 FOR SHAREPOINT AND SHAREPOINT 2013 PRESENTED BY: ASHLEY EVANS LOCATION: NEENAH, WI INDUSTRY: MANUFACTURING Kimberly-Clark is a global company that manufactures well-known consumer products, healthcare

More information

Microsoft SharePoint 2013: MS-55050 End User Level One

Microsoft SharePoint 2013: MS-55050 End User Level One coursemonster.com/uk Microsoft SharePoint 2013: MS-55050 End User Level One View training dates» Overview Explores all the basic end user features of SharePoint 2013 including all basic lists and sites

More information

Migrating to SharePoint 2013

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

More information

2015, André Melancia (Andy.PT) 1

2015, André Melancia (Andy.PT) 1 2015, (Andy.PT) 1 "" 1. Requirements For this session you will need a computer with: Windows 7 Professional or higher Office 2007 Professional or higher (Outlook and Access installed) Some of the drivers

More information

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager Course Overview This course provides students with the knowledge and skills to deploy and configure System Center 2012

More information

Designing and Developing Microsoft SharePoint Server 2010 Applications (MS10232)

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

More information

MS-10232 - PRO: Designing Applications for Microsoft SharePoint 2010

MS-10232 - PRO: Designing Applications for Microsoft SharePoint 2010 MS-10232 - PRO: Designing Applications for Microsoft SharePoint 2010 Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Customization without Code

Customization without Code Customization without Code August 6, 2013 Karl Halling Big West Oil Introduction to Big West Oil Refinery was founded in 1948 by Western States Refining Company Purchased by Flying J Inc. in 1986 Big West

More information

How to sync your local SharePoint with the Microsoft Office 365 cloud

How to sync your local SharePoint with the Microsoft Office 365 cloud It's fairly easy to build extranets for your clients, vendors or other business partners with SharePoint Online or Office 365, e.g. for collaboration or mobile access. But take care about new data islands!

More information

SharePoint Checklist and Resources

SharePoint Checklist and Resources SharePoint Checklist and Resources Activity Labs for Developer Labs for Administrator Resources Create a re-buildable SharePoint environment Lab : Install SharePoint 2010 Exercise 1: Create Active Directory

More information

Records Management and SharePoint 2013

Records Management and SharePoint 2013 Records Management and SharePoint 2013 SHAREPOINT MANAGEMENT, ARCHITECTURE AND DESIGN Bob Mixon Senior SharePoint Architect, Information Architect, Project Manager Copyright Protected by 2013, 2014. Bob

More information

David Chou. david.chou@microsoft.com Architect Microsoft

David Chou. david.chou@microsoft.com Architect Microsoft David Chou david.chou@microsoft.com Architect Microsoft Business Online Services from Microsoft Services Services Estimate custom design Unstructured Get specs from customer Validate specs with Tech

More information

A SharePoint Developer Introduction

A SharePoint Developer Introduction A SharePoint Developer Introduction Hands-On Lab Lab Manual HOL7 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010 C# Information in this document, including URL and other

More information

SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS. Jamie McAllister

SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS. Jamie McAllister SHAREPOINT 2013 NO-CODE SOLUTIONS FOR POWER USERS Jamie McAllister Agenda Introduction What is a code-free Solution? The Importance of Governance (and Training!) Overview of the Different Solution Types

More information

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd Document Management Document Management for the Agile Enterprise AuraTech Pte Ltd 30 Robinson Road, #04-01B Robinson Towers, Singapore 048546 http://www.consultaura.com PH: 6224 9238 Try it! Call AuraTech

More information

DOCOsoft SharePoint Components

DOCOsoft SharePoint Components DOCOsoft SharePoint Components 2011 1 Table of Contents Introduction... 3 SharePoint Enhancements... 4 SharePoint Plugin for Outlook... 4 SharePoint Viewer... 7 SharePoint Audit... 9 SharePoint Document

More information

Colligo Briefcase Enterprise. Administrator s Guide

Colligo Briefcase Enterprise. Administrator s Guide Enterprise Administrator s Guide CONTENTS Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying Colligo Briefcase...

More information

Achieve more with less

Achieve more with less Energy reduction Enterprise Fax Servers Solutions Integrations: SharePoint case Whitepaper Achieve more with less SharePoint 2010 Benefits and Migration Costs Why Fax Server Integration Receive faxes to

More information

SharePoint 2010/2013 Course

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

More information

General Principals. Agenda General Principals Tracking Projects Connecting to Documents Communications & Alerts

General Principals. Agenda General Principals Tracking Projects Connecting to Documents Communications & Alerts 5/17/13 MPUG LunchNLearn - SharePoint and Project Management Presented by: Don Donais, Avtex Solutions, and Dave Fischer & Richard Courtney, Milestone Consulting SharePoint (Don Donais) MN SharePoint Users

More information

Integrating Procurement Cards with Oracle Internet Expenses: Lessons Learned. Session ID: 08141

Integrating Procurement Cards with Oracle Internet Expenses: Lessons Learned. Session ID: 08141 Integrating Procurement Cards with Oracle Internet Expenses: Lessons Learned October 06, 2011 Presented By Ashish Nagarkar (AST Corporation) anagarka@astcorporation.com Sari Fessenden (City of Modesto)

More information

SharePoint 2010 Launch. Digital Asset Management & Silverlight Integration in SharePoint 2010

SharePoint 2010 Launch. Digital Asset Management & Silverlight Integration in SharePoint 2010 SharePoint 2010 Launch Digital Asset Management & Silverlight Integration in SharePoint 2010 John Doran Senior Consultant MCTS: SharePoint 2007 Configuration & Administration SharePoint 2007 Application

More information

Microsoft Dynamics GP 2010

Microsoft Dynamics GP 2010 Microsoft Dynamics GP 2010 Workflow Administrator s Guide March 30, 2010 Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information