Posts

Showing posts from December, 2010

SharePoint List Template Id’s

The following table lists values for the default list template types. 100   Generic list 101   Document library 102   Survey 103   Links list 104   Announcements list 105   Contacts list 106   Events list 107   Tasks list 108   Discussion board 109   Picture library 110   Data sources 111   Site template gallery 112   User Information list 113   Web Part gallery 114   List template gallery 115   XML Form library 116   Master pages gallery 117   No-Code Workflows 118   Custom Workflow Process 119   Wiki Page library 120   Custom grid for a list 130   Data Connection library 140   Workflow History 150   Gan...

Reference to share point Tutorials...

For more reference to share point sites for training use these links.... http://kksrivastava.blogspot. com/ http://bala-mani05.blogspot. com/ http://anandadhi23.blogspot. com http://vasanthmoss.blogspot. com http://www.kamalasekar. blogspot.com/ http://www.apnamotihari.com/ repoint1.htm

Copy list items from one site to another using visual studio workflow in share point:

Image
In this post I will tell how to copy list items from one list to other in 5 simple steps ... Step1: Create 2 lists in your share point site. I have created 2 lists namely list1 and list2. List1 – Has the following fields 1.        Title 2.        Age 3.        Date 4.        Employee Name List2 – Has the following fields 1.        Title 2.        Age 3.        Date 4.        Emp name                Step2: Open visual studio and click open File -> New -> Project … In Project Types which is in left pane select office 2007 and select “Share point 2007 sequential Workflow” Step3: Open workflow.cs file and double click onWorkflowActivated1 Step4: ...

Share point Introduction

Image
SHARE POINT: Microsoft SharePoint makes it easier for people to work together. Using SharePoint people can set up Web sites to share information with others, manage documents from start to finish, and publish reports to help everyone make better decisions. SHARE POINT OVERVIEW DIAGRAM CONCEPTS                        ·          USER PROFILES AND GROUPS: Identify users who are in the active directory and to give credentials like Full Control, Contribute, Design and Read only roles. To give same credentials to many users we group them together. ·           DOCUMENT LIBRARY: Document library is a storage place to store all office documents and aspx pages and also individual permissions can also be given to desired users. ·     ...