SharePoint Development Options: Requirements Gathering
|
|
|
- Blaze Phillips
- 10 years ago
- Views:
Transcription
1 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 a Requirements Document... 8 Purpose This document will assist in the information gathering stage of the SharePoint development process. By working through the options contained in this document, you will be prepared to discuss your project with a SharePoint developer. Process 1. Fill out the Questionnaire, which covers information from the Item Level up to the Site Level. Use the Supporting Information section for reference. 2. Think about time considerations for both you and the developer (considerations for the developer are listed in Appendix 1). 3. Work together with SharePoint Developer to produce a requirements document (see Appendix 2 for tips about how to write the requirements document) 1
2 Questionnaire Please type your answers to each question below. Step 1. Answer the questions prior to meeting with the developers General What is the purpose of the site and what is current business process for this activity/task? What do you challenges do you hope to mitigate by conducting business in SharePoint? Who is the main point of contact for this site? Who will need to access the site are users internal or external to NIH? Do you anticipate special needs, such as on-going high volume of use, unrestricted access for all NIH staff, or highly complex design? Site or sub-site Level Information This may be either a whole site (e.g. NIHGPS, HS-PAS, or OEPSPS) or a sub-site on an existing SharePoint instance (e.g. the Research Misconduct System is a sub-site of OEPSPS). Will the site be used to complete a review/approval process or other business process? o Provide a flowchart of the process. o If digital signatures will be required, please provide the names of individuals required to sign. Does the site need to store documents? o Will the documents be open for editing? Does the site need to display updates or announcements? Does the site need to display scheduled events and meetings? Will the site need to connect to external information? o Where is the external information located and who has access to it? o How often will the connection need to be made? What on-going support will be required to the site? o Basic support such as updating permission groups? o Back end maintenance of complex design such as moving items and/or sending s? o Helpdesk support for users? Should the data be archived or deleted to meet records retention policies? o What are the schedules for archiving or deletion? 2
3 Step 2. During your meeting with the SharePoint developers, you will develop a census of needed lists, libraries and other resources: List and Library Level Information Main List(s) and/or Library(ies) This list contains the item specified above. Examples include: Q2A Documents and ENS & HHS Forecast (NIH Guide Publishing System), Human Subjects Request and HS Team Assignments (Human Subjects Protection Assessment System), Justification Memo for Limited Competition and Request for Page Limit Exception (NIH Guide Publishing System) How many main lists are required? What purpose does each main list serve? If there is more than one main list, what is the relationship between them? Are any of the relationships one-to-many? Supporting List(s) This list is used to provide reference information that supports the main list. Examples of common supporting lists include: Institutes and Centers, Code Numbers and Descriptions, Activity Codes. How many supporting lists are required? What purpose does each supporting list serve? What is the relationship between each supporting list and the main list(s)? Are any of the relationships one-to-many? Step 3. After initial discussions identifying lists, libraries and other resources needed, answer the following questions for each list, library and resource identified: Access and Permission Groups Standard permission groups are: Owners, Members and Visitors. Permission levels are typically defined as follows: Owners- full control, Members - edit privileges, Visitors - view only privileges. Are the standard permission groups sufficient? If not, what other groups are needed? Are the standard permission levels sufficient? If not, how should the permission levels be modified for each group? Who will be in the Owners permission group? 3
4 Item Level Information Items are the records that make up a list or library; they may have a variety of required and optional fields, field types, labels, etc. What is the item: is it a document, a record (to which documents may be attached), something else? What information do you know (or need to know) about the item? These are called the fields; examples include: Assigned to, Status, Date(s), Description, PI Name, and Project Number. Will the item have attachments? If so, what will be the maximum size of the attachment (in MB)? Which fields are always in the item (i.e. required)? Which fields are optional? Which permission groups can view items? Which permissions groups can edit items? Which permission groups can delete items? Is there any point in the business process in which certain individuals or groups should not have access to the items? If so, please explain. Is there a need for a unique numbering system that counts up in increments? Please explain. How are the lists related, e.g. moving items and referencing items? 4
5 Supporting Information SharePoint Development Types SharePoint development can be represented by a banana split. The bananas represent basic SharePoint development: SharePoint lists and libraries. Each scoop of ice cream represents different types of advanced SharePoint development: o SharePoint Workflows o InfoPath Forms o InfoPath Lists Note: More than one type of advanced development may be necessary depending on the requirements of the site. Basic SharePoint Development List and libraries are the foundation of SharePoint websites, but they store data in different ways. List Lists function like databases. Each item (also called a record) contains data that is organized into fields. Some fields are required and some fields are optional. SharePoint views are like database queries because they show a window into the database based on pre-defined filters. Lists are most commonly used for data collection, tracking and processing. Permission groups are used to determine who has the ability to create, edit, or delete records. Documents (Word, Excel, etc.) can be attached to individual records. Library Libraries (also called document libraries) function like shared network drives to provide centralized access to documents that are often stored within folders. Each document has document properties that may be required or optional. Libraries are most commonly used as a replacement for shared network drives. Permission groups are used to determine who has the ability to create, edit, or delete documents. 5
6 The document is the record. Any columns that are created in the document library are properties of the document. Advanced SharePoint Development SharePoint Workflows Workflows allow for automation of business processes. Workflows can control or change almost any aspect of any item in lists and libraries, including the life cycle of that item. Workflows can be as simple or complex as needed. For example, a simple workflow could route a document to a series of users for review. Workflows can be run manually, or run automatically when an item is created or changed Workflows are commonly used to route documents for review and approval. Workflows can be used to save and track data elements at various times. Workflows can be used to send s automatically. Workflows can populate data within a record. Workflows can update information in one list with information from another list. InfoPath Form Library InfoPath Form Libraries store InfoPath forms. InfoPath forms include data in text boxes and other controls that let people enter, view, or otherwise specify information on their forms. InfoPath forms allow hiding and showing of specific fields based on custom rules. The form is the record. The form contains fields, which can be promoted to the SharePoint library. The number of fields that can be promoted as columns is limited. The functionality of the promoted fields is not the same as SharePoint columns; only certain types of promoted fields can be edited directly in SharePoint without opening up the form. InfoPath forms have the following controls that are not available within a SharePoint list or library: Combo box - allows for the user to type in text to the field or selects an option from a drop down box Numbered or bulleted list allows the user to choose one or more selections within that list External Item Picker - allows the user to pull information from an external source Button (including Picture button) allows the user to initiate custom actions by clicking on the button Two common uses for InfoPath forms are approval processes and survey collection. For approval processes, the developer uses buttons and digital signatures, and users click a button to digitally sign the form. For survey collection, data is collected by asking the users a series of questions questions can be hidden based on custom rules. 6
7 Reasons to use InfoPath Forms repeating or nested data digital signatures custom coding or controls rules to hide and show fields One-to-many relationships InfoPath List InfoPath Lists are a hybrid of SharePoint lists and InfoPath forms. The InfoPath list is a SharePoint list that is customized by InfoPath to allow for text boxes and other controls that let people enter, view, or otherwise specify information on their forms. InfoPath lists allow hiding and showing of specific fields based on custom rules. InfoPath fields are limited only by SharePoint, and are truly SharePoint columns. InfoPath lists have the same controls as InfoPath forms. InfoPath lists do not allow repeating elements and do not support digital signatures. By opening up the list in InfoPath s design mode, changes can be published directly back to the site, without having to create and store a form. Reasons to Use InfoPath Lists custom coding or controls rules to hide and show fields easier user interface than InfoPath forms 7
8 Appendix 1: Development Time Considerations Work with the Project Manager and SharePoint Developer to establish realistic deadlines. The following conditions influence the amount of time it can take to develop a site: Complexity of the Site Complexity of InfoPath rules Complexity of Workflows Holidays and leave schedules Workload and availability of SharePoint Developer Appendix 2: Tips for Writing a Requirements Document Work with the Project Manager and the SharePoint Developer to create the Requirements Document. The answers to this questionnaire will allow the SharePoint Developer to create the first draft of the Requirements Document. To complete the Requirements Document, you will be asked to provide additional content, a summary of the business process, and a thorough review of the documentation. Typical Headings of a Requirements Document Introduction Business Process Permission Groups Development Method Conclusion Explaining the Business Process There are two options for explaining the business process. It is a good idea to prepare both options for the SharePoint Developer. Write out the business process as text Create a visual display of the business process as a flowchart, using pencil and paper, or software such as Microsoft Visio or Microsoft PowerPoint 8
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
Microsoft SharePoint Products & Technologies
Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as
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
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
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
Chapter 15: Forms. User Guide. 1 P a g e
User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form
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
Microsoft Office System Tip Sheet
Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007
14 Configuring and Setting Up Document Management
14 Configuring and Setting Up Document Management In this chapter, we will cover the following topics: Creating a document type Allowing document types on locked records Creating a document data source
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
Gmail: Signatures, labels, and filters
Gmail: Signatures, labels, and filters Here s how to set up your email signature, labels to organize your email (similar to folders), and filters to automate what happens to certain types of email. Create
Microsoft SharePoint Products & Technologies
Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as
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,
Office and SharePoint
Office and SharePoint 2010 User's Guide Integrating SharePoint with Excel, Outlook, Access and Word Michael P. Antonovich Apress About the Author About the Technical Reviewer Acknowledgments xvi xvii xviii
Installation Guide v 2.0
v 2.0 www.bpc-components.com Contents 1.Introduction... 3 2.Installing BPC Easy Timesheets... 3 2. Configuring BPC Easy Timesheets... 7 2.1 BPC Easy Timesheets Administration site... 7 2.2 BPC Easy Timesheets
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
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
The SharePoint Shepherd s Course for End Users
3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: [email protected] Web: www.discoveritt.com Course 50562A: The SharePoint Shepherd s Course for End Users
INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB
INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB GINI COURTER, TRIAD CONSULTING Like most people, you probably fill out business forms on a regular basis, including expense reports, time cards, surveys,
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
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
2007 to 2010 SharePoint Migration - Take Time to Reorganize
2007 to 2010 SharePoint Migration - Take Time to Reorganize by Mark Klinchin CTO, MetaVis Technologies May 2010 Phone: (610)-717-0413 Email: [email protected] Website: www.metavistech.com Introduction
Microsoft Access 2010 handout
Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant
Dynamic Forms for SharePoint
Dynamic Forms for SharePoint Introduction: Alexander Bautz has written several add-ons for SharePoint that make it possible to do advanced development in SharePoint without advanced programming knowledge.
Microsoft Access Basics
Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
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
IT Academy Lesson Plan
10 IT Academy Lesson Plan Microsoft Sharepoint Turn potential into success Microsoft Office SharePoint 2010: Lesson Plans Introduction Preparing to teach courses on Microsoft SharePoint 2010 for the first
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
Getting Started with SharePoint Three projects. Legislative Service Center (LSC) Homepage Employee Bulletin Board CMS to SharePoint Migration
Tom A. Puleo Legislative Service Center State of Washington NALIT 2008 Getting Started with SharePoint Three projects Legislative Service Center (LSC) Homepage Employee Bulletin Board CMS to SharePoint
INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB
INFOPATH FORMS FOR OUTLOOK, SHAREPOINT, OR THE WEB GINI COURTER, TRIAD CONSULTING If you currently create forms using Word, Excel, or even Adobe Acrobat, it s time to step up to a best-in-class form designer:
Transcribing Dictated Letters into Logician
Transcribing Dictated Letters into Logician Target User... 1 Purpose... 1 Summary of Steps... 1 Detailed Workflow... 1 1. Retrieve Patient Chart... 1 2. Begin with the Print Command... 3 3. Expand the
Bates Gmail Labels, Filters, and Signatures
Bates Gmail Labels, Filters, and Signatures Create and Apply Email Labels Use labels to categorize your messages. Labels are like folders, but with a twist: You can apply multiple labels to a message,
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
Vyapin Office 365 Management Suite
Vyapin Office 365 Management Suite Last Updated: May 2015 Copyright 2015 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems Private
Visendo Fax Server Integration With SharePoint Server
Energy reduction Visendo Fax Server Integration With SharePoint Server 5 reasons why to integrate Fax Servers in Content Management Servers Whitepaper Achieve more with less Increase Productivity Shortening
Integrating InfoPath Forms. Paul Baker
Integrating InfoPath Forms Paul Baker About the Speaker. Paul Baker Director of Educational Innovation Perse School, Cambridge http://www.perse.co.uk [email protected] The Perse School regularly features
SHAREPOINT 2016 POWER USER BETA. Duration: 4 days
SHAREPOINT 2016 POWER USER BETA Duration: 4 days Overview This course delivers the complete site owner story from start to finish in an engaging and practical way to ensure you have the confidence to plan
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
1 P a g e. Copyright 2013. CRMKnowledge.
1 P a g e Contents Introduction... 3 An overview of Queues in Microsoft Dynamics CRM... 3 How are Queues created in CRM... 4 How are Queues made visible to users?... 4 What can be put into a Queue?...
MAKE A NEW SUBSITE 1. On the left navigation, click Site Contents (or Sites). Scroll down to subsites. Click new subsite.
SharePoint 2013 Administrator Instructions Contents SharePoint 2013 Administrators Guide... 1 MAKE A NEW SUBSITE... 1 PERMISSIONS... 2 DOCUMENT LIBRARIES... 3 IMPROVE NAVIGATION ON THE SHAREPOINT SITE...
How To Build An Intranet In Sensesnet.Com
Sense/Net 6 Evaluation Guide How to build a simple list-based Intranet? Contents 1 Basic principles... 4 1.1 Workspaces... 4 1.2 Lists... 4 1.3 Check-out/Check-in... 5 1.4 Version control... 5 1.5 Simple
Enterprise Content Management with Microsoft SharePoint
Enterprise Content Management with Microsoft SharePoint Overview of ECM Services and Features in Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. A KnowledgeLake, Inc. White
Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow
Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow Workshop: One the Request Form we will design a sample process of Employee Vacation Request with Approval process workflow. Required
Tutorial 3 Maintaining and Querying a Database
Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in
Add Approval Workflow
Add Approval Workflow Add Approval workflow to a list or library The workflows included with SharePoint products are features that you can use to automate your business processes, making them both more
3 What s New in Excel 2007
3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to
Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced
Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the
TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:
Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap
SharePoint User Manual
SharePoint User Manual Created April 2012 (This a mock picture, later will be replaced with Dashboard information for each state) 1 P age Table of Content NEMSIS SharePoint Overview.. 3 Terms Defined....
Create a new investment form and publish it to a SharePoint 2013 forms library
Create a new investment form and publish it to a SharePoint 2013 forms library Step 1, create two new document libraries in the root site of your a collection 1) Open SharePoint Designer 2013 2) Create
Colligo Email Manager 6.0. Offline Mode - User Guide
6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint
Mail tips. Set a reminder to reply to a message. Right-click the message you want to set the reminder for, point
Mail tips Set a reminder to reply to a message Right-click the message you want to set the reminder for, point to Follow Up, and then click Add Reminder. In the Due By list, click the date when you have
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
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
Kentico Content Management System (CMS) Managing Events and News Content
Kentico Content Management System (CMS) Managing Events and News Content I. Introduction The Kentico CMS uses a new process to enter news and events, which will allow visitors to the Website to easily
Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new.
To start an Access Database, you should first go into Access and then select file, new. Then on the right side of the screen, select Blank database. Give your database a name where it says db1 and save
SharePoint. Site Owner s Manual. Please send feedback or suggestions for updates to the following email address [email protected].
SharePoint Site Owner s Manual Please send feedback or suggestions for updates to the following email address [email protected] London School of Economics & Political Science lse.ac.uk/imt/training
Add Feedback Workflow
Add Feedback Workflow Add Feedback Collection workflow to a list or library The workflows included with SharePoint products are features that you can use to automate your business processes, making them
MICROSOFT OFFICE SHAREPOINT 2007
MICROSOFT OFFICE SHAREPOINT 007 POWER USER MICROSOFT OFFICE SHAREPOINT 007 POWER USER Course Code: PWMSP7PowerUserSurrey READ ME FIRST In case you're not familiar with the terminology, Read Me First is
Migrate from Exchange Public Folders to Business Productivity Online Standard Suite
Migrate from Exchange Public Folders to Business Productivity Online Standard Suite White Paper Microsoft Corporation Published: July 2009 Information in this document, including URL and other Internet
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:
Microsoft Office Access 2007 which I refer to as Access throughout this book
Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access
Microsoft Windows SharePoint
Microsoft Windows SharePoint SharePoint Basics Introduction What is Microsoft SharePoint? SharePoint is a tool to connect people and information. It provides a central site for sharing information with
Appendix A How to create a data-sharing lab
Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,
SharePoint List Filter Favorites Installation Instruction
SharePoint List Filter Favorites Installation Instruction System Requirements Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License Management Click link in Organize
What is SharePoint? Collaboration Tool
The following is an excerpt from the forth coming SharePoint Shepherd s Guide for End Users 2010. For more information visit http://www.sharepointshepherd.com What is SharePoint? An old skit from Saturday
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
Submitting Proposals in HHS Accelerator
Submitting Proposals in HHS Accelerator Table of Contents Overview of Proposal Management... 2 Using the Procurement Roadmap to find RFPs... 2 Becoming Eligible to Propose... 4 Completing Proposals in
Frog VLE Update. Latest Features and Enhancements. September 2014
1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...
ImageNow Report Library Catalog
ImageNow Report Library Catalog Business Insight Version: 6.6.x Written by: Product Documentation, R&D Date: February 2012 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc.
Microsoft SharePoint 2010
Tips & Tricks (page 1/5) 1. You should check out a document only if you want to make sure that no one else can change it until you check it back in. If you want to collaborate on a document, do not check
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
Leveraging NAV with SharePoint 2010. Jolann van Dyk & Philip Plimmer 1 March 2010
Jolann van Dyk & Philip Plimmer 1 March 2010 Agenda ITEMS Introduction SharePoint 2010 and NAV in Action Other Business Case Scenarios Questions TIME 10 Minutes 15 Minutes 15 Minutes 5 Minutes Introduction
Use the Navigation Pane This section covers items like: Changing the size of the Navigation Pane Minimising and expand the Navigation Pane
Level 2 Outlook Introducing Outlook Explore the Outlook modules The different elements of the Outlook program window The different modules that make up Outlook Use the Navigation Pane Changing the size
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
IT Service Desk Manual Ver. 2.0. Document Prepared By: IT Department. Page 1 of 12
Document Prepared By: Page 1 of 12 INDEX 1. Introduction. 3 2. Home Page..... 4 2.1 My Request Summary..... 4 2.2 Announcement....... 5 2.3 Submit your Request...... 5 2.4 Report a Problem...... 6 2.5
Microsoft Outlook 2010. Reference Guide for Lotus Notes Users
Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing
Microsoft Office System Tip Sheet
The 2007 Microsoft Office System The 2007 Microsoft Office system is a complete set of desktop and server software that can help streamline the way you and your people do business. This latest release
SharePoint Deployment at the FSU College of Education
SharePoint Deployment at the FSU College of Education This document presents benefits of Microsoft Share Point (SP) for the College of Education faculty and staff, highlights critical success factors,
SharePoint Online Quick Reference
SharePoint Online Quick Reference www.messageops.com What is SharePoint? Microsoft SharePoint is a collaboration tool utilized by enterprises and small-medium businesses as a means for productivity solutions.
MICROSOFT OUTLOOK TIPS AND TRICKS
Materials Provided by Tim McCurdy MICROSOFT OUTLOOK TIPS AND TRICKS Tips for Outlook Mail 1. Set a reminder to reply to a message 2. Add your own words to a follow-up flag for a new message 3. Send a message
NYSeMail Office 365 Administration Guide for Agencies
NYSeMail Office 365 Administration Guide for Agencies Office 365 Overview... 34 What is included... 34 Software Requirements... 34 Message Limits... 34 Provisioning... 34 Archive and Retention Policy...
leveraging your Microsoft
Kanban Task Manager for SharePoint Manual Table of contents 1 INTRODUCTION... 3 1.1 LANGUAGES... 4 1.2 REQUIREMENTS... 4 2 INSTALLATION OF KANBAN TASK MANAGER... 4 2.1 INTRODUCTION... 4 2.2 INSTALL AND
Division of Student Affairs Email Quota Practices / Guidelines
Division of Student Affairs Email Quota Practices / Guidelines Table of Contents Quota Rules:... 1 Mailbox Organization:... 2 Mailbox Folders... 2 Mailbox Rules... 2 Mailbox Size Monitoring:... 3 Using
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.
Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,
MS Access Lab 2. Topic: Tables
MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction
