17
SharePoint MOSS 2007 Portfolio Melvin Cureton [email protected] http://www.linkedin.com/in/melvincureton 864 - 642 - 4564

SPS PPT Melvin Cureton 2009 H3

Embed Size (px)

Citation preview

Page 1: SPS PPT Melvin Cureton 2009 H3

SharePoint MOSS 2007

Portfolio

Melvin Cureton

[email protected]

http://www.linkedin.com/in/melvincureton

864-642-4564

Page 2: SPS PPT Melvin Cureton 2009 H3

Table of Contents

No. Topic Page

1. Introduction 3

2. Site Configuration 4

3. Solution Development 10

4. InfoPath Forms 16

Page 3: SPS PPT Melvin Cureton 2009 H3

Acme, Inc – Towing Company

The purpose of this document is to provide an overview for a project I worked through the time I was with SetFocus.

The purpose of this project was to create a company portal to provide the following functions:

• Allow the sales team to share information

• Allow vendors to access certain parts of the portal for PO and Invoice purposes

• Automate the assignment of the PO’s to vendors

• Automate the receiving and initial processing of invoices from vendors

Page 4: SPS PPT Melvin Cureton 2009 H3

Site Configuration

Page 5: SPS PPT Melvin Cureton 2009 H3

One of the project requirements was for the vendors to be able to access the portal remotely. Above we have created the default zone for ACME employee access and the Internet zone for vendor access. Employees will use local network authentication while vendors will use forms based SQL authentication.

Page 6: SPS PPT Melvin Cureton 2009 H3

Central location for all contacts for the sales department. Makes sharing and searching of the contacts easily accessible.

Page 7: SPS PPT Melvin Cureton 2009 H3

Team calendar for company meetings and employee appointments.

Page 8: SPS PPT Melvin Cureton 2009 H3

The slide deck provides a central location for a presentation material eliminating the need to recreate documents from scratch and at the same time saving space.

Page 9: SPS PPT Melvin Cureton 2009 H3

Solution Development

Page 10: SPS PPT Melvin Cureton 2009 H3

Vendor management web part allows the creation and deletion of vendor portals as needed. Success or failure messages are displayed for the user in addition to being added to a central Vendor list for use by other web parts and workflows.

Page 11: SPS PPT Melvin Cureton 2009 H3

The code about is the sub site creation code that allows all ACME employees to create Vendor Portals w/o needed elevated access via the “RunWithElivatedPriviledges” elevation.

Page 12: SPS PPT Melvin Cureton 2009 H3

Here we are adding the vendor information to the vendor list.

Page 13: SPS PPT Melvin Cureton 2009 H3

Custom site template to be used to create all vendor sub sites. This template includes the Invoices and Purchase Orders Lists as well as the custom content types needed to satisfy the project requirements.

Page 14: SPS PPT Melvin Cureton 2009 H3

This custom workflow allows ACME to automate the distribution of PO’s to their various vendors.

Page 15: SPS PPT Melvin Cureton 2009 H3

InfoPath Forms

Page 16: SPS PPT Melvin Cureton 2009 H3

Above is the design of the PO form used by ACME to submit new PO’s to vendors as shown to the left.

Page 17: SPS PPT Melvin Cureton 2009 H3

Above is the design of the Invoice form used by ACME‘s vendors to submit new invoices back to ACME for payment as shown to the left.