SlideShare ist ein Scribd-Unternehmen logo
1 von 49
My Published Books
 0 User’s Guide to the Apple ][ - 1983
 0 FoxPro 2 Programming Guide – 1992
 0 Debugging and Maintaining FoxPro – 1992
 0 Using Visual FoxPro 3.0 – 1995
 0 Using Visual FoxPro 5.0 – 1996
 0 Office and SharePoint User’s Guide – 2007
 0 Office and SharePoint User’s Guide – 2010

    Speaker at:
      SQL Saturday – The Original, 4, 8, 10, 15, 16, 21, 32, 38, 49, 62, 74
      Code Camp – Orlando – 2009, 2010, 2011
      SharePoint Saturday Tampa 2011

                                           SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                                    2
                                                                              Antonovich
What is External Data in
                 SharePoint?
0 External Data can come from a variety of sources outside of
 SharePoint but which you want to use in SharePoint either as a
 separate list, as part of an existing list, in libraries, and together
 with other Microsoft Office tools that work with SharePoint.




                               SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                        3
                                                                  Antonovich
External Data PreRequesites
     0 Business Connectivity Services (BCS) – Available in all
       versions of SharePoint
     0 An external data source such as SQL Server
     0 One or more of the Microsoft Office 2010 products




                              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                       4
                                                                 Antonovich
What We Will Demo
     0 Creating a simple External Content Type for use within

       SharePoint.

     0 Use the External Content Type in a External List

     0 Use the External Content Type as a lookup source for an existing

       Custom list.

     0 Display external data in Outlook.

     0 Use External Content Type in a Word Template.
                                  SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                           5
                                                                     Antonovich
What You Cannot Do with an
           External List

     0 You cannot switch to datasheet mode

     0 You cannot create new columns for an External List

     0 You cannot export data to Excel

     0 You cannot define a RSS feed

     0 You cannot assign a workflow to the list


                             SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                      6
                                                                Antonovich
What You Cannot Do with an
        External List cont.

     0 You cannot create folders and store items in folders.

     0 You cannot have attachments

     0 There is no version history

     0 You cannot define item level permissions

     0 You cannot modify the form using InfoPath


                              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                       7
                                                                 Antonovich
Demo

     0 Creating an External List




                              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                       8
                                                                 Antonovich
Business Data Connectivity
               Service
                              In Central Administration,
                              make sure that the Business
                              Data Connectivity Service is
                              started.




                 SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                          9
                                                    Antonovich
Open Site in SharePoint Designer




              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                       10
                                                 Antonovich
Select the External Content Types area and then
            click External Content Type in the File ribbon




                SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                         11
                                                   Antonovich
Set the properties of the External Content Type including the Name,
      Display Name, Office Item Type, Offline Sync for External List and
                                External System

                                  SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                           12
                                                                     Antonovich
Select Your Data Source




                     SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                              13
                                                        Antonovich
Select a Table or View and
    Specify Operations to Create




                SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                         14
                                                   Antonovich
The first screen of the wizard is
                    informational and remind you
                   what operations you are about to
                           create. However




            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     15
                                               Antonovich
The second screen
      of the wizard
  shows all the fields
  in the table or view.
    You can select to
     include or not
   include individual
  fields and to define
  other properties of
       each field.

                          SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                   16
                                                             Antonovich
Define which fields from the table or view will appear in the Picker list
     when allowing the user to select a record from the External Content
   Type such as when an External Content type is added to a custom list or
                        library as a external data field.




                                   SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                            17
                                                                      Antonovich
For the first
                                                             example, we
                                                             will not add a
                                                             filter




                                                             Click Finish
                                                             on the Wizard
                                                             and then Save
                                                             the ECT.

     By default, an External List displays only the first 200
  records from a External Content Type. You can use filters to
   change the number of records retrieved or define a subset
                  or you can leave the default.
                            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                     18
                                                               Antonovich
After saving the External Content
                      Type Definition, you need to go
                    into Central Administration again
                    to at least select: Set Permissions
                       to determine who can use the
                    External Content type. Creating a
                    profile page is option, but is used
                          to display all of the data
                     associated with a specific record
                      from the external content type.
                      Before you can create a Profile
                        Page, you must first create a
                        Profile site where the Profile
                              pages are stored.



            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     19
                                               Antonovich
Set the permissions for the External Content Type by individual users or
   Active Directory groups. For example, you could grant execute rights
    without giving the user rights to edit or set additional permissions.




                                 SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                          20
                                                                    Antonovich
After you have created the External Content Type
   and have assigned permissions to the ECT, you can
     create a new External List on your site to use it.
                         SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                  21
                                                            Antonovich
Under Data Source Configuration, select
   the rightmost button to display and
select from a list of the possible External
 Content Types you have defined within
        the current site collection.
                              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                       22
                                                                 Antonovich
After defining the External List,
            SharePoint will display the data




                          SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                   23
                                                             Antonovich
Adding External Data to an
        Existing Custom List



                 SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                          24
                                                    Antonovich
Open the list where you want to use the External
    data and from the List ribbon, select List Settings.
    Click on Create Column in the Columns section of
                  the List Settings page.




                          SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                   25
                                                             Antonovich
After selecting the Column Type: External Data, you
   can click the rightmost button for External Content
      Type to display and select from a list of available
                              External Content Types.




                          SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                   26
                                                             Antonovich
You need to pick a field
                  that will appear in the
                 column you just created,
                    but you can select
                 additional fields from the
                 External Content Type to
                    be displayed in the
                          record.




            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     27
                                               Antonovich
Share an External
            Content Type with
               Outlook as
                Contacts


                  SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                           28
                                                     Antonovich
Begin by creating a new External Content Type like before, but
       select Contact as the Offline Sync for External List.




                            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                     29
                                                               Antonovich
Select the
                                                  table or
                                                 view and
                                               then select
                                                the fields
                                                you want
                                                to include
                                               and define
                                                    their
                                               properties



            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     30
                                               Antonovich
Set Parameter Properties for each field you want to
    include. Remember one field must be used as the
    identifier column (unique) and one or more fields
                 can be used by the Picker




                         SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                  31
                                                            Antonovich
When sharing data with Outlook, you must map at least the first name
   and last name or the full name fields to the corresponding fields in the
                Outlook field types for the linking to work.




                                  SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                           32
                                                                     Antonovich
Again you can
                                       define filter
                                       parameters.



            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     33
                                               Antonovich
Define Filter:
                                 • Comparison
                                 • Limit
                                 • Wildcard




            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     34
                                               Antonovich
Save          Set
            Type       Properties




                   SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                            35
                                                      Antonovich
Build a External Data
     List. Select Connect to
     Outlook from the List
    ribbon. Result appears
    in SharePoint External
      Lists within Outlook

                       SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                36
                                                          Antonovich
Example
                                                    of
                                                 External
                                                   Data
                                                 Surfaced
                                                    in
                                                 Outlook


            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     37
                                               Antonovich
Use External Data with a
               Document Library



                      SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                               38
                                                         Antonovich
Using the same External Content Type as we used for
      Outlook, create a new document library. Add a custom
          column and define it as an External Data Type.




                            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                     39
                                                               Antonovich
Now when you upload
   a document, one of
   the properties you
    must fill in is the
     linking External
   Content type field,
  Content Name in this
           case.


                          SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                   40
                                                             Antonovich
When you select a name from the External Content Type, the
    default field (Full Name in this case) appears and any
   additional columns are included as read-only metadata.




                           SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                    41
                                                              Antonovich
Using External Data in a Word
  Document from a SharePoint
             Library


              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                       42
                                                 Antonovich
Begin with a basic Share Documents library, add a column
      with the type External Content Type. Then open the
         Advanced Settings page of the Library Settings.




                                                    Click Edit Template




                            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                     43
                                                               Antonovich
Use Quick
                                                  Parts when
                                                 defining the
                                                   template
                                                 and open the
                                                   Document
                                                 properties to
                                                  select fields
                                                    from the
                                                    External
                                                    Content
                                                      Type.




            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     44
                                               Antonovich
Create a New
   Document from
     the Edited
      Template




                   SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                            45
                                                      Antonovich
You can select items from the Pick List or if you defined
     Wildcard filters, you can enter partial text to display any
        records that contain that text in the primary field.




                              SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                                       46
                                                                 Antonovich
After New
                                                 Document
                                                  is saved,
                                                  metadata
                                                 appears in
                                                 the library




            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     47
                                               Antonovich
GOT QUESTIONS?

            SharePoint Saturday - Orlando 2012 - Michael P.
6/09/2012                                                     48
                                               Antonovich
Thank You
Don’t forget to fill out your
evaluations.




Mike@micmin.org
SharePoint Book Site:
  http://SharePointMike.WordPress.com
                                SharePoint Saturday - Orlando 2012 - Michael P.
 6/09/2012                                                                        49
                                                                   Antonovich

Weitere ähnliche Inhalte

Kürzlich hochgeladen

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Kürzlich hochgeladen (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Empfohlen

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Empfohlen (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Using External Data SharePoint Saturday 2012

  • 1.
  • 2. My Published Books 0 User’s Guide to the Apple ][ - 1983 0 FoxPro 2 Programming Guide – 1992 0 Debugging and Maintaining FoxPro – 1992 0 Using Visual FoxPro 3.0 – 1995 0 Using Visual FoxPro 5.0 – 1996 0 Office and SharePoint User’s Guide – 2007 0 Office and SharePoint User’s Guide – 2010 Speaker at: SQL Saturday – The Original, 4, 8, 10, 15, 16, 21, 32, 38, 49, 62, 74 Code Camp – Orlando – 2009, 2010, 2011 SharePoint Saturday Tampa 2011 SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 2 Antonovich
  • 3. What is External Data in SharePoint? 0 External Data can come from a variety of sources outside of SharePoint but which you want to use in SharePoint either as a separate list, as part of an existing list, in libraries, and together with other Microsoft Office tools that work with SharePoint. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 3 Antonovich
  • 4. External Data PreRequesites 0 Business Connectivity Services (BCS) – Available in all versions of SharePoint 0 An external data source such as SQL Server 0 One or more of the Microsoft Office 2010 products SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 4 Antonovich
  • 5. What We Will Demo 0 Creating a simple External Content Type for use within SharePoint. 0 Use the External Content Type in a External List 0 Use the External Content Type as a lookup source for an existing Custom list. 0 Display external data in Outlook. 0 Use External Content Type in a Word Template. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 5 Antonovich
  • 6. What You Cannot Do with an External List 0 You cannot switch to datasheet mode 0 You cannot create new columns for an External List 0 You cannot export data to Excel 0 You cannot define a RSS feed 0 You cannot assign a workflow to the list SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 6 Antonovich
  • 7. What You Cannot Do with an External List cont. 0 You cannot create folders and store items in folders. 0 You cannot have attachments 0 There is no version history 0 You cannot define item level permissions 0 You cannot modify the form using InfoPath SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 7 Antonovich
  • 8. Demo 0 Creating an External List SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 8 Antonovich
  • 9. Business Data Connectivity Service In Central Administration, make sure that the Business Data Connectivity Service is started. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 9 Antonovich
  • 10. Open Site in SharePoint Designer SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 10 Antonovich
  • 11. Select the External Content Types area and then click External Content Type in the File ribbon SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 11 Antonovich
  • 12. Set the properties of the External Content Type including the Name, Display Name, Office Item Type, Offline Sync for External List and External System SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 12 Antonovich
  • 13. Select Your Data Source SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 13 Antonovich
  • 14. Select a Table or View and Specify Operations to Create SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 14 Antonovich
  • 15. The first screen of the wizard is informational and remind you what operations you are about to create. However SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 15 Antonovich
  • 16. The second screen of the wizard shows all the fields in the table or view. You can select to include or not include individual fields and to define other properties of each field. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 16 Antonovich
  • 17. Define which fields from the table or view will appear in the Picker list when allowing the user to select a record from the External Content Type such as when an External Content type is added to a custom list or library as a external data field. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 17 Antonovich
  • 18. For the first example, we will not add a filter Click Finish on the Wizard and then Save the ECT. By default, an External List displays only the first 200 records from a External Content Type. You can use filters to change the number of records retrieved or define a subset or you can leave the default. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 18 Antonovich
  • 19. After saving the External Content Type Definition, you need to go into Central Administration again to at least select: Set Permissions to determine who can use the External Content type. Creating a profile page is option, but is used to display all of the data associated with a specific record from the external content type. Before you can create a Profile Page, you must first create a Profile site where the Profile pages are stored. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 19 Antonovich
  • 20. Set the permissions for the External Content Type by individual users or Active Directory groups. For example, you could grant execute rights without giving the user rights to edit or set additional permissions. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 20 Antonovich
  • 21. After you have created the External Content Type and have assigned permissions to the ECT, you can create a new External List on your site to use it. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 21 Antonovich
  • 22. Under Data Source Configuration, select the rightmost button to display and select from a list of the possible External Content Types you have defined within the current site collection. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 22 Antonovich
  • 23. After defining the External List, SharePoint will display the data SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 23 Antonovich
  • 24. Adding External Data to an Existing Custom List SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 24 Antonovich
  • 25. Open the list where you want to use the External data and from the List ribbon, select List Settings. Click on Create Column in the Columns section of the List Settings page. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 25 Antonovich
  • 26. After selecting the Column Type: External Data, you can click the rightmost button for External Content Type to display and select from a list of available External Content Types. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 26 Antonovich
  • 27. You need to pick a field that will appear in the column you just created, but you can select additional fields from the External Content Type to be displayed in the record. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 27 Antonovich
  • 28. Share an External Content Type with Outlook as Contacts SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 28 Antonovich
  • 29. Begin by creating a new External Content Type like before, but select Contact as the Offline Sync for External List. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 29 Antonovich
  • 30. Select the table or view and then select the fields you want to include and define their properties SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 30 Antonovich
  • 31. Set Parameter Properties for each field you want to include. Remember one field must be used as the identifier column (unique) and one or more fields can be used by the Picker SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 31 Antonovich
  • 32. When sharing data with Outlook, you must map at least the first name and last name or the full name fields to the corresponding fields in the Outlook field types for the linking to work. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 32 Antonovich
  • 33. Again you can define filter parameters. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 33 Antonovich
  • 34. Define Filter: • Comparison • Limit • Wildcard SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 34 Antonovich
  • 35. Save Set Type Properties SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 35 Antonovich
  • 36. Build a External Data List. Select Connect to Outlook from the List ribbon. Result appears in SharePoint External Lists within Outlook SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 36 Antonovich
  • 37. Example of External Data Surfaced in Outlook SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 37 Antonovich
  • 38. Use External Data with a Document Library SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 38 Antonovich
  • 39. Using the same External Content Type as we used for Outlook, create a new document library. Add a custom column and define it as an External Data Type. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 39 Antonovich
  • 40. Now when you upload a document, one of the properties you must fill in is the linking External Content type field, Content Name in this case. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 40 Antonovich
  • 41. When you select a name from the External Content Type, the default field (Full Name in this case) appears and any additional columns are included as read-only metadata. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 41 Antonovich
  • 42. Using External Data in a Word Document from a SharePoint Library SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 42 Antonovich
  • 43. Begin with a basic Share Documents library, add a column with the type External Content Type. Then open the Advanced Settings page of the Library Settings. Click Edit Template SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 43 Antonovich
  • 44. Use Quick Parts when defining the template and open the Document properties to select fields from the External Content Type. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 44 Antonovich
  • 45. Create a New Document from the Edited Template SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 45 Antonovich
  • 46. You can select items from the Pick List or if you defined Wildcard filters, you can enter partial text to display any records that contain that text in the primary field. SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 46 Antonovich
  • 47. After New Document is saved, metadata appears in the library SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 47 Antonovich
  • 48. GOT QUESTIONS? SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 48 Antonovich
  • 49. Thank You Don’t forget to fill out your evaluations. Mike@micmin.org SharePoint Book Site: http://SharePointMike.WordPress.com SharePoint Saturday - Orlando 2012 - Michael P. 6/09/2012 49 Antonovich