Summary, References, and Further Reading

Applies to: Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 | Office 2010 | SharePoint Server 2010

This walkthrough demonstrated the steps involved in preparing for and developing a simplified solution for accessing and manipulating sales-order data that resides in an SAP back-end system from a SharePoint context, using the capabilities of Duet Enterprise for Microsoft SharePoint and SAP.

Reference Information for Products and Technologies Used in the Duet Sales Order Management Solution

Development for a complex product such as Duet Enterprise necessarily involves working across a range of object model classes, products, and technologies. The following table summarizes the resources available on MSDN and TechNet that provide reference information for the various products and technologies used in the development of the Duet Sales Order Management solution.

Reference Resources

Resource

Description

Microsoft.SharePoint namespace

Primary namespace for SharePoint server object model, containing classes such as SPWeb and SPList

Microsoft.SharePoint.Utilities namespace

Contains classes with various utilities for working with SharePoint, such as SPUtility and SPUrlUtility

Microsoft.SharePoint.Administration namespace

Contains classes for working with administrative objects in SharePoint, such as SPDiagnosticsService

Microsoft.SharePoint.WebPartPages namespace

Contains classes such as ListFormWebPart and ContentEditorWebPart

Microsoft.SharePoint.WebControls namespace

Contains classes for SharePoint Web controls such as FormField and DateTimeControl

BDCMetadata Schema

Contains schema references for elements such as LobSystemInstance, Entity, and MethodInstance in BDC models

Collaborative Application Markup Language Core Schemas

Contains references for core schemas of various elements associated with SharePoint, such as the List Schema, the View Schema, and the Site Schema

Feature Schemas

Contains descriptions of elements (such as List Instances and Modules) associated with SharePoint Features (Feature.xml files)

https://msdn.microsoft.com/en-us/library/ms227561.aspx

Contains descriptions of elements associated with Web Parts for Web Part control description (*.webpart) files

System.Web.UI Namespace

Contains classes to define ASP.NET objects such as UserControl and Page

System.Web.UI.WebControls Namespace

Contains classes to define ASP.NET controls such as Table and TextBox

JavaScript Class Library

Class library reference for the JavaScript client object model

Windows PowerShell for SharePoint Server 2010 Reference

Reference information for Windows PowerShell cmdlets for SharePoint Server 2010, such as Add-SPSolution

Further Reading

You may want to continue to develop the Duet Sales Order Management solution (or a similar solution) by using additional capabilities provided by Duet Enterprise such as workflows. Read the documentation of the following namespaces for classes related to workflows:

Also read the topics Code Example: Register a New Duet Enterprise Task and How To: Enable Collaboration on Tasks in SharePoint in the MSDN Library for steps to incorporate tasks and workflows into a Duet Enterprise solution.