We can index the columns in SharePoint to improve the
performance. Indexing on the columns enables us to analyze the data quickly for
a specific column. We can use filters for indexed to view large number of items
to use for sorting, grouping and filtering. We can create the indexes for list
and library columns.
For the additional column index, it will take more resources
from...


Monday, December 30, 2013
Thursday, December 26, 2013
Map crawled property to a managed property in SharePoint search
12:50 PM
Posted by Suresh Pydi

In SharePoint search, we can map crawled properties with
managed properties. We can map the properties by using the steps below,
Navigate to Site settings page in SharePoint site collection
and click on Search schema in Site collection Administration section.
In Site...
Friday, December 20, 2013
“The maximum number of allowed sessions per user has been exceeded. This operation cannot be completed” Error in SharePoint Excel services
4:49 PM
Posted by Suresh Pydi

While working with SharePoint Excel chart and graphs I got
an error saying that “The maximum number of allowed sessions per user has been
exceeded. This operation cannot be completed” as shown the image below.
We can get this error maximum sessions limit exceeded. By increasing
the...
Thursday, December 19, 2013
Configure custom search result type in SharePoint site collection
6:22 PM
Posted by Suresh Pydi

Search result type is a rule that displays the search
results in different ways. It will consist conditions that compare the search
results. It also consists display template to use search results to meet the
conditions.
To configure custom search result type we have to follow...
Wednesday, December 18, 2013
Import query suggestions in SharePoint search
3:15 PM
Posted by Suresh Pydi

In SharePoint search query suggestion allows users to enter
the search terms easily by appearing the suggestion words under the search box.
SharePoint automatically create the suggestions depending on the previous
search history. We can create query spelling suggestions manually...
Sunday, December 15, 2013
Correlation Tokens in SharePoint workflow
9:16 PM
Posted by Suresh Pydi
Correlation tokens are unique identifiers in SharePoint that
bridges to map the objects between the workflow and windows workflow
environment. Windows workflow acts as a intermediate layer to communicate with
other software. When incoming request arrives, runtime receives the request and
determines the request and identifies the workflow instance. Then it process
the request...
Tuesday, December 10, 2013
ViewFormPagesLockDown feature in SharePoint
2:51 PM
Posted by Suresh Pydi

In General by enabling the anonymous access in SharePoint
site, anonymous users will have read-only access to the site. But when we enable anonymous
access to SharePoint publishing site, we can have issues with anonymous users in SharePoint site due to ViewFormPagesLockDown feature....
Monday, December 9, 2013
Configure Web Part page security in SharePoint
5:09 PM
Posted by Suresh Pydi

In SharePoint webparts are the reusable sections in a
SharePoint web page. We can add the functionality to SharePoint site by
customizing webparts. We can connect the links to one WebPart to another WebPart
by using WebPart connections.
We can manage the security of webparts...
Thursday, December 5, 2013
Content Iterator in SharePoint
2:51 PM
Posted by Suresh Pydi
In SharePoint object model while getting the data from large
lists through SPQuery, we can get SPQueryThrottleException saying that “The
attempted operation is prohibited because it exceeds the list view threshold
enforced by the administrator”. We can get rid of this exception by
using Content Iterator (CI). Content Iterator provides implementation interface
for SharePoint objects...
Wednesday, December 4, 2013
Retention stages for SharePoint 2013 Document library
3:00 PM
Posted by Suresh Pydi

In SharePoint Document library retention policies we can set
the retention policy for Content type and library document and folders. By
applying the retention policies to document library items we can make them
delete or make them records with the existing options.
To set the...
Thursday, November 28, 2013
Distribution lists in SharePoint
6:36 PM
Posted by Suresh Pydi

In SharePoint, we can manage the users by assigning the
permission levels to groups. We can do that by setting up individual users of
Active directory groups. We can do that in two ways using Security groups in
site and using distribution groups.
A distribution group is used...
Wednesday, November 27, 2013
Gantt view errors in SharePoint site- “Microsoft.SharePoint.SPException: This view requires at least Microsoft Internet Explorer 7.0, Mozilla FireFox 3.0, or Apple Safari 3.0.”
3:01 PM
Posted by Suresh Pydi

In SharePoint 2010, sometime we try to browse the gantt
index pages, we can see the error as “Microsoft.SharePoint.SPException: This
view requires at least Microsoft Internet Explorer 7.0, Mozilla Firefox 3.0, or
Apple Safari 3.0.” as shown the image below.
We can get this...
Tuesday, November 26, 2013
Document information panel in SharePoint
5:20 PM
Posted by Suresh Pydi

Document information panel in SharePoint contains Meta data
about document. This will enables users to enter metadata regarding the
document. Documents stored in library will contain other columns to show
metadata. Document information panel will display the field for each content
type...
Monday, November 25, 2013
SharePoint user profile service error: An error was encountered while retrieving the service
6:58 PM
Posted by Suresh Pydi
While working with SharePoint user profile through code, I got an error when accessing the user profile from user profile manager. Stack trace has thrown the error as,
Microsoft.Office.Server.UserProfiles.UserNotFoundException was unhandled
Message=An error was encountered while retrieving the user profile.
Source=Microsoft.Office.Server.UserProfiles
I...
Wednesday, November 20, 2013
Difference between Cumulative updates, Service Packs and Public Updates
2:37 PM
Posted by Suresh Pydi
While applying the updates in SharePoint I have a lot of
confusion every time in Cumulative Updates, Service Packs and Public updates. By going through articles in TechNet and some of blog posts, i have found the following differentiation among them.
Service Pack:
It’s an update or combination of previous updates helps to
make our product more reliable. It includes new fixes,...
Thursday, November 14, 2013
Retrieve user manager and send email in SharePoint designer workflow
12:57 PM
Posted by Suresh Pydi

Recently I had a simple requirement like leave approval
task. Whenever user submits a leave request, an email needs to be send user
manager. It is an easy task by providing the manager name in leave request
form. But we don’t have manager field here. So according the requirement...
Tuesday, November 12, 2013
Shape images using Image renditions technique in SharePoint 2013
2:12 PM
Posted by Suresh Pydi

Generally SharePoint content writers can get images from
other departments like marketing or business development users in some high
resolution formats. Content writers can upload that image to the SharePoint
after re-sizing the image to their need. In SharePoint 2013...
Monday, November 11, 2013
Work management service application in SharePoint 2013
12:08 PM
Posted by Suresh Pydi

We have a new service application in SharePoint 2013 to
track the user tasks distributed across the sites/site collections/web
applications. This will provide to aggregation of the tasks to a central
location in SharePoint server. By using this service users can view their to-do
tasks...
Subscribe to:
Posts (Atom)
Follow us in facebook
About Me
- Suresh Pydi
- Having good experience in SharePoint 2007/2010 and .net applications. Currently, working on SharePoint 2013 and training people on SharePoint. Microsoft certified technology specialist, Microsoft Certified Professional developer in SharePoint 2010.
Add me in linked-in
Blog Views
944844
Blog Archive
-
▼
2013
(110)
-
▼
December
(10)
- Indexing SharePoint list columns
- Map crawled property to a managed property in Shar...
- “The maximum number of allowed sessions per user h...
- Configure custom search result type in SharePoint ...
- Import query suggestions in SharePoint search
- Correlation Tokens in SharePoint workflow
- ViewFormPagesLockDown feature in SharePoint
- Configure Web Part page security in SharePoint
- Content Iterator in SharePoint
- Retention stages for SharePoint 2013 Document library
-
►
November
(12)
- Distribution lists in SharePoint
- Gantt view errors in SharePoint site- “Microsoft.S...
- Document information panel in SharePoint
- SharePoint user profile service error: An error wa...
- Difference between Cumulative updates, Service Pac...
- Retrieve user manager and send email in SharePoint...
- Shape images using Image renditions technique in S...
- Work management service application in SharePoint ...
-
▼
December
(10)