05 share point designer

Upload: azfar-raza

Post on 06-Apr-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 05 Share Point Designer

    1/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Customization Using SharePoint Designer 2007

    Overview

    Editing look and feel

    Master pages

    Content pages

    Customized vs. not customized

    Data Views

    Data Source Library

    Formatting in Data Form web parts Web part connections

    Configuring workflows

  • 8/2/2019 05 Share Point Designer

    2/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Overview

    In many cases SharePoint Designer (formerlyFrontPage) can be a substitute for a server sideprogrammer.

    It allows the user to Edit the look and fill of SharePoint sites

    Edit master pages in SharePoint sites

    Pull data from multiple sources

    Sort and filter the data

    Format the data using a WYSIWYG editor

    Configure workflows

  • 8/2/2019 05 Share Point Designer

    3/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Master and Content Pages

    Master Pageis a page that servers as a template forcontent pages and has extension .master. Each site hasa master page gallery for master page storage(example: http:///_catalogs/masterpage/).

    Content Pageis a page that uses a master page toprovide a template and has extension . aspx. Contetpages can be stored anywhere on the site.

  • 8/2/2019 05 Share Point Designer

    4/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Master and Content Pages Illustration

    By using a master page, designers can factor commonelements of contents page into a master page template.

  • 8/2/2019 05 Share Point Designer

    5/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Customized vs. Not Customized

    Not a customized page - SharePoint retrieves the pagefrom site definition (Master Template) that is stored onthe web server.

    Customized - SharePoint saves and retrieves the pagefrom the content database instead of the site definition.Thus, subsequent changes made to the side definitionwill not be reflected on that page.

    Revert to template page means revert touncustomized page

  • 8/2/2019 05 Share Point Designer

    6/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Demo: Editing Look and Feel

    Demo: Editing Look and Feel

    1. Navigating through a site using SharePoint Designer

    2. Editing master page in master page gallerya. Edit the Site Name and change the Site Logo

    b. View version history of edits

    c. Revert to template page

    3. Editing Content Pages Edit WebPart properties and zones

  • 8/2/2019 05 Share Point Designer

    7/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Data Source Catalog

    Data Source Library organizes all data sourcesselected by the user for building sites

    SQL databases

    Web services

    SharePoint lists (on any site)

    XML files

    Business Data Catalog

  • 8/2/2019 05 Share Point Designer

    8/13

    Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Data Form Web Part

    Data Viewis a representation of data from a datasource

    Designers can format data in data views using:

    Sorting

    Filtering

    Applying styles

    Conditional formatting

    Designers can connect data views using web partconnections

  • 8/2/2019 05 Share Point Designer

    9/13Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Demo: Data Views and Data Sources

    Demo: Data Views and Data Sources

    1. Adding Data Sources

    SQL database

    List on a current website and on a different website

    (connect to another data source library)

    2. Creating Data Views from data sources (Data Form WebPart)

    Properties

    Conditional formatting

    Web part connections

    Allowing edits to the data

  • 8/2/2019 05 Share Point Designer

    10/13Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Workflow from Designer Perspective

    Designers can configure new workflows beyond the onesthat are already available.

    Designers select activities (from predefined set) for the

    workflow and specify conditions for when activitiesexecute and when activities end.

    A finished workflow is a set of activities connectedtogether.

  • 8/2/2019 05 Share Point Designer

    11/13Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Designer vs. Developer

    Designer cannot do everything that is available todevelopers through Visual Studio 2005.

    SharePoint Designer 2007 does not provide:

    InfoPath form integration

    Creation of custom activities

    Workflow modification

  • 8/2/2019 05 Share Point Designer

    12/13Copyright 2006 Pilothouse Consulting Inc. All rights reserved.

    Demo: Configuring a Workflow

    Demo: Configuring a Workflow

    1. Create a new workflow using Workflow Designer

    2. Call the workflow Approving Lab Results, attach to adocument library, and allow to be started automatically

    3. Step 1Edit Results

    - Condition If Results is Preliminary

    - Activities send an email and assign a task

    4. Step 2 Professor Review

    - Condition If Results is Secondary- Activities send an email, assign a task, and set results

    field value to Final.

    5. Publish and use the workflow then open the workflow forediting

  • 8/2/2019 05 Share Point Designer

    13/13C C

    Lab: Exercises 1-5

    Perform exercises 1-5 from SharePoint Designer Lab