BTemplates.com

About This Blog

Powered by Blogger.

Search This Blog

Friday, May 31, 2013

How to block or unblock a sandboxed solution?


A.      A farm administrator can block the sandboxed solution. A solution that is blocked does not run. Each sandbox solution is identified by a hash result of the solution code. If the solution code is changed and redeployed, it will be seen as new solution and will be allowed to run even if original is still blocked.
To block the sandboxed solution by using Central Administration
1.       On the home page of central administration web site, click on System Settings.
2.       On the System Settings page, in the Farm Management section, click on Manage user solutions.
3.       On the Sandboxed Solutions Management page, in the Solution Restrictions section, in the file box, either type the full path of the file that contains the solution to block or use the Browse button to browse for the file to block.
4.       Optionally – type the massage in the Massage box. This message will be displayed when the user tries to use the solution.
5.       Click Block.

6.       The solution is added into the Blocked Solution box.

For unblock the sandboxed solution.
1.       On the sandboxed solution management page, in the solution restriction section, in the Blocked Solutions box, select the solution to unblock, and then click Remove.

What is Sandbox?


A.      A sandbox is a restricted execution environment that enabled programs to access only certain resource and keeps problems that occur in the sandbox from affecting the rest of the server environment. Solutions that you deploy into a sandbox, which are known as sandbox solutions, cannot use certain computer and network resources and cannot access content outside the site collection they are deployed in. because sandbox solution cannot effect the whole environment, they do not have to deploy by a farm administrator. If sandbox solution has been enabled on at least one server in the farm, a site collection administrator can deploy solution to a run in a sandbox on any server in the farm.
To enable sandbox solution by using Central Administration
Use Farm administrator Group account.
1.       On the home page of the Central administrator web site, click on System Setting section, click Managed services on server.
2.       On the Services on Server page, in the Server box, select the server on which you want to enable Sandboxed Solutions.
3.       In the Microsoft SharePoint Foundation Sandboxed code service row, in the Action column, click Start.
To enable sandboxed solutions by using Windows PowerShell
1.       Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
2.       At SharePoint Management Shell, type the following command.

Start-Service –Name SPUserCodeV

Thursday, May 30, 2013

How to auto-populate user information by people picker in multiple sections in InfoPath form


How to auto-populate user information by people picker in multiple sections in InfoPath form 

Introduction

Purpose
This document will step a technician to how to auto-populate user information by people picker in multiple sections.

Scope

To be used by support technicians to how to auto-populate user information by people picker in multiple sections of Infopath form.


Prerequisites
Need access of site collection administrator or designer.
Need to install MS Office InfoPath 2010.
Need to enable “SharePoint Server Enterprise Site Collection features”.
Need to Identify, how many time you need to auto populate user information.
Overview
Before creating this InfoPath form, user must be aware of the all columns and fields information.
Steps

Step 1.1           Open a Microsoft InfoPath Designer 2010

Step 1.2           Create a New blank form,
Go to File and click on “New”, then choose “Blank form” in Available Form Templates.

Step 1.3           Add a connection to the UserProfileService.
1. Click on Tools > Data Connections > Create a new connection. Select “Receive data”, click Next.
2. Select “Web Service” and click “Next”.
3. Enter UserProfileService URL (enter your server name here):
http://SERVERNAME/_vti_bin/userprofileservice.asmx
click Next
4. Select “GetUserProfileByName” method and click Next.
5. At the next screen, leave default values intact and click Next.
6. At the next screen, leave default values intact and click Next.
7. Enter a name for this data connection, for example “GetOTHERuserProfileByName”.
Make sure to UNCHECK “Automatically retrieve data when form is opened” checkbox. Click Finish.

Step 1.4           Create Sections in InfoPath form as per your requirement.
(Note: If you need to populate data for multiple users you need to create multiple sections).
Go to the Controls in Home tab and select Sections in container







(Note: For this security request form you need to create three different sections).
Give appropriate name in the properties to the section like Section A, Section B and Section C.

Step 1.5 Create following columns with following properties:-
You have chosen “Blank form” now you need to create table by using of and create 2 rows and 2 columns.














Click on OK

Now you form will look like this.
MyFields is bydefoult first section
We created two more sections and given them following names. SectionB ans SectionC

  Click here to add Title: Ex (Security Request Form)

Step 1.6: Add the control to the form.
1. Drag and drop the control to the desired location on the form.
2. Go to the Data Source task panel.
3. Modify the data source so that the group that is created by the new control is exactly like the data source pictured. The “Person” group is a repeating group, the field names are case sensitive and must be exactly as shown below.

The control on the form that can be used to lookup users in Active Directory. Which is pretty nice if the DisplayName and Account ID are all the information that is needed? Here’s how to get more:

Step 1.7 Publish this farm to the SharePoint Farm library.
1. Click on File, and then Publish button
2. Click on SharePoint Server farm
3. Save this farm and give appropriate name.
4. Then SharePoint Site collection URL Ex (
http://WebApplicationName/site/<sitename>
5. Click on Next
6. You will get the publishing Wizard and Checked the “Enable this form to be filled out by using a browser”. Click Next.

 7. Select create a “new form library”
8. Give name to the Farm library and then click next.
9. Click on next and then click on Publish
10. Then “Close”

Step 1.8 Add your rules.
1. While in the Data Source task pane, create a field in the main data source (but not in your Contact Selector group) and name it something meaningful. I use HiddenAccountName to keep it distinct from the field in the Contact Selector group.
2. Click the drop-down menu on your data field in the data source, click “Properties”, and then click the function button to set the default data.
3. Click “Insert Field or Group…”
4. Select the AccountId field from your contact selector group, then click OK on each window until the Field or Group Properties is showing(2 times).
5. Click the Rules and Merge tab, click Add.
6. Don’t set any conditions, this rule always applies, click Add Action.
7. Select “Set a field’s value” from the drop down.
8. Click the data source button next to the “Field” field.
9. Select the data source you wish to use for the lookup in the drop-down menu. *Be sure you don’t re-use the connection for the current user data if you have one in this form.
10. Expand the query fields and sub-groups, then select “Account Name”, click OK.
11. Click the function button next to the “Value” field, and then click Insert Field or Group.
12. Select the current field you created in step 1 above, click OK until all windows are closed (3 times).
13. In the data source pane, use the drop-down menu to select the data source that you will use to look up another user’s profile information.
14. Expand the query fields and all sub groups until the field AccountName is visible. Click the drop-down menu on the AccountName field, then click properties.
15. Click on the Rules and Merge tab, then click Add.
16. Do not set any conditions, this rule will always apply. Click Add Action.
17. Select “Query using a data connection” from the drop-down menu.
18. Select the data connection you wish to use for the lookup from the drop-down menu (it should be the same as the data source listed in the task pane), then click OK.
19. Click Add Action.
20. Select “Set a field’s value” from the drop-down.
21. Click on the data source button next to the “Field” field.
22. Ensure you change the data source to “Main” and select the field you wish to auto-populate,  then click OK.
23. Select the function button next to the “Value” field, and then click Insert Field or Group.
24. Expand the data fields group and all sub-groups, select “Value”, click Filter Data, and then click Add.
25. Where the “Value” field is defaulted, click the drop-down and select “Select a field or group…”
26. Select the “Name” field under “Property Values”, click OK.
27. In the third field, click the drop-down and select “Type Text”.
28. Type the property from the user profile that you wish to enter in the field, and then click OK until you are back to the “Rule” window (5 times).

You can follow this image for setting the properties.

Repeat steps 19 through 28 for all fields that you wish to have auto-populate with the other user’s data. It is important that “Query using a data connection” remain the first action. If it is not the first action, highlight that action and move it up until it is the first.
29. Click OK on all windows until you are back to your form.
Now you have a contact selector that allows a user to look up another user in AD and have their profile properties auto-populate fields on the form.
(NOTE: If you have multiple sections you need to follow step 1 to 12 in all the sections)

SharePoint 2010 Features


SharePoint 2010 has very huge features list. Just keep remember, it can be change any time. :)

Publishingstapling 
Staple publishing feature

BasicWebParts
Makes the following web part available at the site collection web part catalog: Page viewer, Content Editor, Images, Form, XML, and Site Users List.

XMLFormLibrary
Provides support for XML form libraries for a site.

LinksList
Provides support for links lists for a site.

workflowProcessList
This feature provides the ability to create a list to support running custom form actions.

GridList
Provides support for editing custom lists in a grid for a site.

WorkflowHistoryList
Provides support for workflow history lists for a site.

TeamCollab
Provides team collaboration capabilities for a site by making standard lists, such as document libraries and issues, available.

GanttTasksList
Provides support for Gantt-chart tasks lists for a site.

PictureLibrary
Provides support for picture libraries for a site.

IssuesList
Provides support for issues lists for a site.

DiscussionsList
Provides support for discussion boards for a site.

ContactsList
Provides support for contacts lists for a site.

TasksList
Provides support for tasks lists for a site.

WebPageLibrary
Create a Wiki page library when you want to have an interconnected collection of Wiki pages. Wiki page libraries support pictures, tables, hyperlinks, and wiki linking.

AnnouncementsList
Provides support for announcements lists for a site.

WikiPageHomePage
This site feature will create a wiki page and set it as your site home page.

DataConnectionLibrary

CustomList
Provides support for custom lists for a site.

DocumentLibrary
Provides support for document libraries for a site.

SurveysList
Provides support for surveys lists for a site.

EventsList
Provides support for events lists for a site.

DataSourceLibrary
Provides support for data source libraries for a site.

NoCodeWorkflowLibrary
Provides support for no-code workflow libraries for a site.

FeaturePushdown
Link to display the feature pushdown page

ReviewWorkflows
Workflows that send a document for feedback or approval.

MySiteQuickLaunch
My Site feature that uploads all the layouts to the master page gallery

LocationBasedPolicy
Allows list administrators to override content type retention schedules and set schedules on libraries and folders.

BizAppsListTemplates
SharePoint Portal Server Status Indicator List template

EnhancedTheming
Enable enhanced .thmx theming.

OsrvLinks
Links to the Shared Services administration pages

HelpLibrary
Use this feature to create help libraries.

PremiumWeb
Features such as the business data catalog, forms services, and Excel Services, included in the Office SharePoint Server Enterprise License.

FCGroupsList
This feature provides support for Manage Resources list types.

TenantAdminBDC
Links to subpages and Ribbon for Tenant Business Data Catalog Administration

SlideLibrary
Create a slide library when you want to share slides from Microsoft Office PowerPoint, or a compatible application. Slide libraries also provide special features for finding, managing, and reusing slides.

DocumentRoutingResources
Provision resources required for routing documents in sites within this site collection.

PremiumWebApplication
Features such as the business data catalog, forms services, and Excel Services, included in the Office SharePoint Server Enterprise License.

ContentLightup
Provides several standard user interface components and links.

ObaFields
Provides the Fields necessary for designing Office Business Data solutions.

MySiteCleanup
Installs and uninstalls Farm-level job for My Site Cleanup.

OssNavigation
Shared Services Navigation

SpsSsoLinks
SSO Links

WACentralAdminMaster
This feature comprises Web Analytics reports and customizing reports (for Enterprise SKU) for the Central Admin.

PageConverters
Contains the converters used to convert documents to publishing pages.

LocalSiteDirectoryControl
SharePoint Portal Server Local Site Directory Capture Control

IPFSTenantFormsConfig
Enables tenant administration of InfoPath Forms Services

AccSrvUserTemplate
Enables the creation of new sites from uploaded Access template files.

IMEDicList
Create Microsoft IME dictionary list when you want to use data in the list as Microsoft IME dictionary. You can convert “Reading” field items to “Display” using Microsoft IME and view the content in “Comment” in the IME comment window. The data can be linked to a specific URL.

AccSrvApplication
Adds farm-level Access Services Features to the Windows SharePoint Services framework

SearchAndProcess
Provisions the Search and Process timer jobs.

DMContentTypeSettings
DLC Document Management content type setting links.

PublishingTimerJobs
Create Publishing timer jobs in the web application to support scheduling and variations.

AdminReportFeatureStapling
This feature activates the Administrative Reporting Infrastructure feature in all site templates.

Publishing
Enable Publishing in a web.

CallTrackList
This feature provides support for Phone Call Memo list types.

ReportListTemplate
SharePoint Portal Server Report Library

AccSrvUSysAppLog
Access Services User Application Log

TransMgmtLib
Create a translation management library when you want to create documents in multiple languages and manage translation tasks. Translation management libraries include a workflow to manage the translation process and provide sub-folders, file versioning, and check-in/check-out.

AccSrvMSysAso
Access Services System Objects

SPSearchFeature
Windows SharePoint Services Search feature

WAReports
This feature is advanced Web Analytics Reports for the site collection

WebPartAdderGroups
Adds additional default groups the QuickAddGroups column in webpart gallery

UpgradeOnlyFile
Portal feature that uploads upgrade only files.

V2VPublishingLayouts
Add new masterpages and CSS styles

RedirectPageContentTypeBinding
SharePoint Portal Server Redirect Page Content Type Binding Feature

GlobalWebParts
Installs additional web parts common to all types of sites.

TenantProfileAdmin
Links to subpages for Tenant User Profile Application Management

ContentTypeSyndication
Content type syndication.

SSSvcAdmin
Secure Store Service Admin Ribbon

ReportServer
Enables rich reporting using Microsoft SQL Server Reporting Services.

AccSrvSysTables
Access Services System Tables

ObaDesign
Document libraries, lists, content types and pages required to build an Office Business Application solution.

MpsWebParts
Extends the Web Part adder to display Meetings Workspaces list templates.

ObaListTemplates
Provides the set of list temolates necessary for designing Office Business Data solutions.

DocumentManagement
Provides the infrastructure to synchronize metadata for Document Sets.

DocumentSet
Provides the content types required for creating and using document sets. Create a document set when you want to manage multiple documents as a single work product.


IPFSTenantWebProxyConfig
Enables tenant administration of InfoPath Web service proxy settings

ExcelServerSite
Adds site-level Excel Services Features to the Windows SharePoint Services framework

WACentralAdminCustomReports
This feature adds the farm-level customize reports functionality for Web Analytics.

GBWWebParts

TenantProfileAdminStapling
Staple Tenant User Profile Application Feature to TenantAdmin Template

BDR
Provides tree view navigation for a site.

TaxonomyFeatureStapler
Staples the Field Added feature to all sites created

BizAppsSiteTemplates
SharePoint Portal site templates and web parts

FastFarmAdministration
Farm-wide FAST Search Dashboard

BizAppsCTypes
SharePoint Portal Server Business Appication content type definitions

OSearchEnhancedFeature
$Resources:EnhancedSearch_Feature_Description

TaxonomyTimerJobs
Creates the taxonomy timer jobs on all web apps being created

MySiteHost
Installs features related to hosting My Sites.

AssetLibrary
Enable Asset Library Creation for site collection.

BaseWebApplication
Features such as user profiles and search, included in the Office SharePoint Server Standard License.

NavigationProperties
Set per-site navigation properties.

SiteHelp
Create Help content for this site collection.

FacilityList
This feature provides support for Resources list types.

MobileEwaFarm
$Resources:xlsrv,FeatureFarmMobileEwa-Description

BizAppsFields
OOB field definitions for Biz Apps

RecordResources
Provision resources required for creating records or holds in sites within this site collection.

ObaLists
Provides the set of list temolates necessary for designing Office Business Data solutions.

SearchExtensions
Search extensions

MySiteHostPictureLibrary
Use this Picture Library to store logos for Organizations.

PortalLayouts
Portal feature that uploads all the layouts to the master page gallery.

VisioServer
View Visio Drawing in Web Browser

WADataDrivenWorkflow
Specify the types of data changes that will generate e-mail notifications. You can can also specify recipients for these notifications.

SpellChecking
Enable Spell Checking in WSS list-item edit forms.

TenantAdminSecureStoreStapling
Stapling Secure Store Service Tenant Admin to tenant admin template.

ScheduleList
This feature provides support for Schedule and Reservations list types.

SlideLibraryActivation

ObaProfilePages
Enables UI for creating or upgrading BDC profile pages.

MySiteLayouts
My Site feature that uploads all the layouts to the master page gallery.

CTypes
Provides standard content type definitions for a site collection.

MySite
Installs features related to My Site and User Profiles.

MySiteNavigation
Installs navigation providers for My Site.

SignaturesWorkflow
Gathers signatures needed to complete a Microsoft Office document.

RecordsManagement
Adds records management and information management policy capabilities to Windows SharePoint Services.

LegacyDocumentLibrary
Provides support for document libraries for a site.

GBWProvision
This feature provisions GroupBoard’s web.

ObaEntityCenter
Creates the infrastructure necessary to enable users to create entity collaboration instance sites.

Reporting
Creates reports about information in Windows SharePoint Services.

SPSDisco
Portal feature that sets the DiscoPage property of the default web service to spsdisco.aspx.

MetaDataNav
Provides each list in the site with a settings pages for configuring that list to use metadata tree view hierarchies and filter controls to improve navigation and filtering of the contained items.

TaxonomyFieldAdded
Registers the field added event on all SPSites being created

AccSrvSolutionGallery
Enables uploading Access template files to the solution gallery.

IPFSAdminWeb
InfoPath Forms Services admin links.

SocialRibbonControl
Adds entry points for social tagging and note board commenting to the ribbon user interface.

EnterpriseWiki
Create a large-scale wiki site.

WACentralAdminReports
This feature adds the farm-level links to the Web Analytics Reports

OSSSearchSearchCenterUrlSiteFeature
adds the url of search center in the property bag of root web.

OSSSearchSearchCenterUrlFeature
$Resources:SearchCenterUrl_Feature_Description

DocumentRouting
Create metadata based rules that move content submitted to this site to the correct library or folder.

ViewFormPagesLockDown
Prevents members of the Limited Access role from viewing forms pages and accessing APIs remotely.

TaxonomyTenantAdmin
Enables taxonomy tenant administration.

VisioProcessRepository
Description of the Visio Process Repository feature

ReportCenterCreation
Creates the Report Center on Premium sites.

EnhancedHtmlEditing
Enhanced Html Editing for the Content Editor Web Part

TransMgmtFunc
Add a library template to manage the document translation process.

PremiumSite
Features such as the business data catalog, forms services, and Excel Services, included in the Office SharePoint Server Enterprise License.

MySiteBlog
Installs My Site Blog features.

MossChart

Navigation
Enable portal navigation bars.

MasterSiteDirectoryControl
SharePoint Portal Server Master Site Directory Capture Control.

WikiWelcome
This feature allows you to turn the front page of your Wiki Site into a Wiki Page.

MySiteRibbon
Use this feature to add the “Edit My Site” tab

WAWhatsPopularWebPart
The feature is a web part to display popular content, search queries and search results.


LocalSiteDirectoryMetaData
Feature that sets location to local site directory for site metadata capture

ObaProfilePagesTenantStapling
Staples Profile Pages feature to sites using tenant admin template.

Ratings
Use this feature to enable users to rate content.

SkuUpgradeLinks
Link to display the portal to office server sku upgrade page

PeopleClaimProvider
Installs claim provider for People and Organizations.

GroupsClaimProvider
Installs claim provider for Groups.

PublishingWeb
Create a Web page library as well as supporting libraries to create and publish pages based on page layouts.

BaseSiteStapling
Staple Base features

TenantAdminLinks
Links to Tenant Administration subpages which reside on the main Tenant Administration page.

TenantAdminDeploymentLinks
Allows Tenant Administrators to configure Content Deployment for their sites.

BaseWeb
Features such as user profiles and search, included in the Office SharePoint Server Standard License.

ContentTypeHub
Provisions a site to be Enterprise Metadata hub site.

HolidaysList
This feature provides support for Holidays list types.

GroupWork
Provides Calendar lists with added functionality for team and resource scheduling.

WhereaboutsList
$Resources:core,GbwFeatureWhereaboutsDescription

WAFeatureStapler
This feature activates the WAMaster feature in all site templates.

Hold
This feature is used to track external actions like litigations, investigations, or audits that require you to suspend the disposition of documents.

VisioWebAccess
View Visio Drawing in Web Browser

IPFSWebFeatures
InfoPath Forms Services lists and related pages to enable server side rendering of Forms.

ipfsAdminLinks
InfoPath Forms Services admin links.

SitesList
Feature that creates sites list and registers event recievers

PublishingPrerequisites
Enable Publishing prerequisites for site collection.

CirculationList
This feature provides support for Circulation list types.

PremiumSiteStapling
Staple Premium features

SecureStoreTimerJob
The timer job that syncs applications on different application servers.

EnterpriseWikiLayouts
Create a large-scale wiki with categories and page layouts.

PublishingResources
Enable Publishing for site collection.

BulkWorkflow
Adds the process all tasks button to complete workflows in bulk

WACustomReports
This feature adds site-collection-level customize reports functionality for Web Analytics.

ProfileSynch
Installs job for user profile and membership synchronization with team sites.

BaseSite
Features such as user profiles and search, included in the Office SharePoint Server Standard License.

MyProfileRibbon
Use this feature to add the “Edit My Profile” tab

TenantAdmin
The Tenant Administration site is used by hosters to allow tenants self-serve access to common administrative operations.

DocId
Assigns IDs to documents in the Site Collection, which can be used to retrieve items independent of their current location.

ReviewWorkflowsSPD
Workflows that send a document for feedback or approval. These workflows can be edited in SharePoint Designer.

TenantAdminBDCStapling
Staple Tenant Business Data Catalog Administration Feature to TenantAdmin Template

TenantAdminSecureStore
$Resources:obacore,tenantadminbdcFeatureDesc

AdminReportCore
Library and Content Types for administrative reporting.

OSearchBasicFeature
$Resources:BasicSearch_Feature_Description

AccSrvShell
Adds Access Services Site Actions Menu Items.

WAMaster
This feature comprises advanced Web Analytics reports, data-driven workflows, workflow for scheduling reports, the What’s Popular Web Part and customize reports functionality(for Enterprise SKU) at the site collection level.

SRPProfileAdmin
Installs links related to administering the User Profile service.

SignaturesWorkflowSPD
Gathers signatures needed to complete a Microsoft Office document. This workflow can be edited in SharePoint Designer.

ManageUserProfileServiceApplication
Manage Profile Service Application.

ReportCenterSampleData
Creates a sample dashboard in the ReportsLibrary of the parent Report Center

TranslationWorkflow
Manages document translation by creating copies of the document to be translated and assigning translation tasks to translators.

SearchAdminWebParts
$Resources:SearchAdminWebParts_Feature_Description

ExpirationWorkflow
Manages document expiration and retention by allowing participants to decide whether to retain or delete expired documents.

IPFSSiteFeatures
InfoPath Forms Services lists and related pages to enable server side rendering of Forms.

OSearchCentralAdminLinks
$Resources:SearchCentralAdmin_Feature_Desc

OffWFCommon
This feature provides support for Microsoft Office Server workflows.

DeploymentLinks
OOB Content Deployment Feature.

Fields
Provides standard column definitions for a site collection.

BDCAdminUI
BDC Service Admin Ribbon

DataConnectionLibraryStapling
Adds Data Connection Library feature

ObaSimpleSolution
Take a virtual list offline into Outlook or Groove.

AddDashboard
Installs the “Add Dashboard” Link in Site Actions menu.

FastFarmFeatureActivation
Provisions Enterprise Server Search Master Job

PublishingLayouts
Publishing Layouts

EMailRouting
This enables a site’s document router to accept and route email messages. This feature should be used only in a highly managed store, like a Records Center.

TimeCardList
This feature provides support for Time Card list types.

AccSrvSolutionGalleryStapler
Enables the Access Services Solution Gallery feature in each site collection that is created.

WhatsNewList
This feature provides support for What’s New list types.

BulkWorkflowTimerJob
The timer job that processes workflow tasks in bulk

InPlaceRecords
Enable the definition and declaration of records in place.

ContentTypePublish
Content type publishing.

ObaEntityCollaboration
Creates the infrastructure necessary to enable users to create entity collaboration sites.

ObaContentTypes
Provides the Fields necessary for designing Office Business Data solutions.

SearchServerWizardFeature
$Resources:SearchServerWizard_Feature_Desc

RecordsCenter
Configures a site as a Records Center.

ExcelServerWebApplication

ExcelServer
Adds farm-level Excel Services Features to the Windows SharePoint Services framework

OSearchHealthReports
$Resources:HealthReportsFeatureDesc

RelatedLinksScopeSettingsLink
Related Links scope settings page

LocalSiteDirectorySettingsLink
Site Settings Link to Local Site Directory Settings page.

MobileExcelWebAccess
Adds site-level Excel Mobile Viewer Feature to the Windows SharePoint Services framework

SearchWebParts
This feature uploads all web parts required for Search Center.

OSearchPortalAdminLinks
OOB Search Portal admin Links

StapledWorkflows
Workflows activated automatically upon site collection creation

WAScheduledReportsWorkflow
Schedule selected reports to be e-mailed to reviewers. You can specify reviewers, the frequency of the reports, and additional information.

UserMigrator
Installs features related to migrating user data when a user’s account information changes.

SharedServices
Shared Services Infrastructure

MobilityRedirect
Provides a shortcut URL (/m) to a mobile device-accessible version of the list.

V2VPublishedLinks
Add Published Links fields and content type

MySitePersonalSite
Configures a user’s personal site.

PublishingSite
Provides centralized libraries, content types, master pages and page layouts and enables page scheduling and other publishing functionality for a site collection.

ObaStaple
Take a virtual list offline into Outlook or Groove.

ListTargeting
Installs a button on the List Settings page to enable content targeting using audiences.

IssueTrackingWorkflow
Use this workflow to track items in a list.

SiteSettings
Provides standard Site Settings links for a site.

ContentTypeSettings
Provides standard links for the Content Type Settings page.

AdminLinks
Links for the Operations and Application Management pages in the Central Administration site.

TemplateDiscovery
Adds doclib to My Links.

Wednesday, May 29, 2013

Illuminate the SharePoint 2010


Hi guys,

Now a days a tool name SharePoint 2010 is getting very conman for everyone. But still most of us are not ware, what exactly this tool does? Now this is my small effort to make you people understand and comfortable with this tool. The SharePoint 2010 platform can be describe in five words;
collaboration, aggregation, organization, presentation, and publication.
1. Collaboration- The basis of the SharPoint platform is collaboration. following things include in the Collaboration..
    i).Team Collaboration
          Member Contact, Calendar, Surveys, Task, Discussion, and Document Management.
   ii).Basic Issue Tracker
  iii).Project Management
  iv).Community Communication.

2. Aggregation- SharePoint 2010 allow you to aggregate information from a variety of dissimilar sources, such as databases, file server, or website. The aggregation technologies include, but are not limited to
   i).Linking to the content
  ii).Indexing the content
 iii).Hosting the content
 iv).Really Simple Syndication (RSS)(if the content is published by RSS)
  v).Business Connectivity Services (BCS)(if the content is in a database)
NOTE: The ability to aggregate content without necessarily hosting it is one of the strength of SharePoint.

3. Organization- In nearly all scenarios, when data is aggregated, it also must be organized. Nearly all of us who have been in the information technology field for any length of time can think of file servers, databases, My Documents and any other repositories that have become little more then a dumping ground for all types of information. SharePoint 2010 provides a number of organization feature, which include but not limited to
  i).Managed Metadata Services
 ii).Content types
iii).Site columns
iv).Managed paths
v).Summary Link Web Part
vi).Sites Directory

4. Presentation- After you have aggregated and organized your information, you'll need to present it in a pleasant meaningful way. SharePoint Designer can help with the presentation layer. Project data can be presented in meaning full ways using the project Web Parts in SharePoint 2010. All of the Enterprise Content Management (ECM) features, such as  Document Management (DM), Records Management (RM), and Web Content Management (WCM), can be thought of as tools to accomplish aggregation, organization, and presentation.

5.Publication- SharePoint makes it possible to publish information created and developed by a small group of team members for viewing by a wider audience. The Web Content Management is one of the most important tools available for publishing information, but you also have major/minor version-ing capabilities in documents libraries that allow documents to be published as they are developed.