SharePoint Saturday Charlotte

Slides:



Advertisements
Similar presentations
SharePoint 2013 Community Sites The Discussion Boards Extreme Makeover Marlene Lanphier Senior SharePoint Solutions Designer.
Advertisements

Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
1 SharePoint Saturday #spsclt. 2 SharePoint Saturday #spsclt How Task Aggregation and Work Management Works in SharePoint.
1 SharePoint Saturday #spsclt CSR:CLT – Investigating Client-Side Rendering.
Client Solution Collaborative application for employees Transparent communication w/ anonymous questions Technology SharePoint 2010, using ratings and.
RVSPUG Presentation August 27, 2008 Nicole Bird.  A Document Workspace enables you to collaborate on draft documents with selected coworkers. If documents.
Reference and Instruction Automated Statistics Gathering and Reporting System Members: Patrick Chen (pyc7) Soo-Yung Cho (sc444) Gregg Herlacher (gah24)
Client Stikeman Elliot, a large international law firm Solution Faster, more efficient creation of documents Allows lawyers to utilize knowledge, not just.
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
1 | SharePoint Saturday St. Louis 2015 SharePoint 2013 SharePoint Designer Workflows - HR Solutions.
Implementing Metadata Marjorie M K Hlava, President Access Innovations, Inc. Albuquerque, NM
1 SHAREPOINT FOR PROJECT MANAGEMENT COLLABORATION Gerry Brimacombe Sector Learning Solutions Inc.
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
GyanSys Contact: Phone: Simplified Document Management Faster, Better, Stronger Search Integration - Site Mailbox.
Ihr Logo Data Explorer - A data profiling tool. Your Logo Agenda  Introduction  Existing System  Limitations of Existing System  Proposed Solution.
#SPSSAN June 30, 2012 San Diego Convention Center SHAREPOINT WORKSPACE Don
Refine Author business logic Customize screen layouts / branding Define custom queries Extend Explore ecosystem components Create custom controls.
What is SharePoint? Module 1. Module Overview  Defining SharePoint  Understanding How SharePoint is Used  Interacting with SharePoint.
2007 Microsoft Office System Overview 2007 Microsoft Office System Overview Elizabeth Caley Senior Product Manager Microsoft Canada.
Agenda Principal Consultant, SharePoint Development Team Lead John Ramminger Linked In:
Business Solutions Using Microsoft ® Office SharePoint ® Server ROADSHOW.
Real World Case Study KM Summer Institute June Rano Joshi, Vorsite.
Meeting # 88 Welcome to the Minnesota SharePoint User Group March 14 th, 2012 SharePoint 101 Wes Preston.
SharePoint, The Semantic Web, Serendipity, Search & Metadata.
0 SharePoint Search 2013 Rafael de la Cruz SharePoint Developer Seneca Resources twitter.com/delacruz_rafael
Using the Right Method to Collect Information IW233 Amanda Murphy.
Online Conference June 17 th and 18 th SharePoint Online Administration with PowerShell.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Chief Architect & CEO Secure online storage for employees.
Reduce, Reuse, Recycle. Housekeeping… Download EventBoard Mobile and remember to fill out session evaluations… Phasers set to stun, mobile devices set.
Creating and Sharing with SharePoint An introduction to SharePoint, with a hands on approach.
Back to Basics A Tour of Microsoft SharePoint. Who am I? Kenny Duenke Lead Systems Analyst RGA
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
#SQLSAT454 Using Power BI in Enterprise Andrea
Ontolica Fusion 4.0 The easy Automation Tool for SharePoint Steen Jakobsen Fusion Principal Architect
Explore engage elevate SharePoint and Dynamics CRM: A match made in heaven? Peter Baddeley SharePoint/CRM Consultant Baddaz Limited.
Best Web Technologies for
Apps for the modern enterprise INTRODUCTION TO SHAREPOINT AS A DEVELOPMENT PLATFORM RON COURVILLE.
Microsoft Office System 2007: Records Management Wes Preston Inetium.
Name Developing your own Query Magic in SharePoint Search Virgil Carroll principal architect, high monkey.
Converting SharePoint on- premise Apps to Office 365 Jos Auker-Woor M377.
Search can be Your Best Friend You just Need to Know How to Talk to it IW 306 Ágnes Molnár.
Spice up Your Forms and Views
Using SharePoint as a Platform for Application Development
SharePoint 2007 Business Intelligence
Content Types: The Backbone of Your Information Architecture
Documentation – you know you love it
What to do with Folders in SharePoint
Microsoft Ignite /13/2018 7:38 PM BRK2247
SharePoint Information Architecture
Code Tax: Programming With The Taxonomy API In SharePoint 2010
Managing your Personal Documents with OneDrive
Make Power BI Your Own with the Power BI APIs
SharePoint Online: Migration Planning to avoid Mistakes
It’s called best practice for a reason
Multi-Farm, Cross-Continent SharePoint Architecture
Spice up Your Forms and Views
Enterprise Metadata in SharePoint 2013
Customizing SharePoint with TypeScript and Knockout
Welcome to SharePoint Saturday Denver!
Managing Content: You Need To Think About More Than Office 365
Microsoft Office System 2007: Records Management
Please thank our sponsors!
SharePoint 2019 Overview and Use SPFx Extensions
Platinum Sponsors Silver Sponsors Say Thanks to our Sponsors
Excel-Based Information Management
敦群數位科技有限公司(vanGene Digital Inc.) 游家德(Jade Yu.)
SharePoint 2010 ECM Under the Hood Brian Caauwe
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Welcome to SharePoint/O365 Saturday Kansas City!.
Presentation transcript:

SharePoint Saturday Charlotte Using Managed Metadata for JavaScript typeahead textboxes

Craig Pilkenton Solution Principal with Slalom Consulting SharePoint .NET SQL Server Powershell Started with “Tahoe” back in early 2000 craig.pilkenton@slalom.com http://www.linkedin.com/in/craigpilkenton

Please thank our sponsors!

What The Managed Metadata Service is a centralized repository of information Allows for one central location to store and manage keywords or sets of terms Can be delegated down to any users to keep it current for the business Nested terms and Alternate Labels to help find unknown terms One of the great benefits of SharePoint is the way it has centralized repositories of information that we can reuse over and over to support our clients. The Managed Metadata Service is one of the most powerful in that it allows for one central location to store and manage keywords or sets of terms, but can be delegated down to any users to keep it current for the business. This, along with it's support of nested terms and Alternate Labels, makes it perfect to help users find stuff. Using this great service, we'll query the system for different Term Sets and make them available as a typeahead feature in any of our textboxes.

Why Helping our users find information faster Typeahead textboxes help users find things they might not know they were looking for Using Managed Metadata means we’re pulling from values already assigned to our documents to describe them With a centralized repository of terms, updates and changes are applied in one place and automatically propagate

How Tools Needed A SharePoint 2013 site to work with (an Office 365 Developer Site will work too!) A JavaScript development toolset (Brackets, Notepad++, SharePoint Designer 2013, etc.) A typeahead JavaScript library Any modern browser to work within

Need Enhancing Search Refiners for finding documents When Need Enhancing Search Refiners for finding documents Creating intelligent submission forms to ensure correct data Complicated or specific information lookup (like airport codes) When number of items would be too large or inconvenient to use a dropdown

Links & Resources SharePointCommunity.net – Using Managed Metadata for JavaScript typeahead Twitter Typeahead.js Library – Examples and Basics Cann0nf0dder.wordpress.com – Accessing Taxonomy Term Store with JSOM UI-Patterns.com – Autocomplete Design Pattern OneDrive code repository – http://1drv.ms/1Kr2Jvn

Craig Pilkenton craig.pilkenton@slalom.com http://www.linkedin.com/in/craigpilkenton Don’t forget to mention the session on Twitter using the hashtag #SPSCLT Don’t forget to scan the QR code and fill out the session survey