Sign in
SharePoint Developer Support Team Blog
The Official blog of the SharePoint Developer Support Team
Blog - News
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Alerts
Apps
Calendar
Client-Side Rendering
CMIS
CodeSample
Customization
Deleting single event
Discussion Board Posts
Editor Controls
Event Handlers
HowTo
Object Model
RunWithElevatedPrivileges
Sample Code
SharePoint 2007
SharePoint 2010
SharePoint 2013
SharePoint 2013 Project and Item Templates
User Profiles
Visual Studio
WebAnalytics
Workflow
Workflow Architecture Series
Workflow Custom Actions
Archive
Archives
May 2013
(4)
April 2013
(5)
March 2013
(12)
February 2013
(2)
December 2012
(3)
November 2012
(3)
October 2012
(1)
September 2012
(5)
August 2012
(1)
July 2012
(4)
June 2012
(3)
May 2012
(4)
Other Blogs
SharePoint Blogs
SharePoint Dev Blog
TechNet Blogs
>
SharePoint Developer Support Team Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SharePoint Developer Support Team Blog
HOW TO: Create a custom ASPX association and initiation forms for Visual Studio Workflow
Posted
7 months ago
by
spdevspt
1
Comments
This post is a contribution from Himani Sharma, an engineer with the SharePoint Developer Support team. Requirement You want to use custom Association and Initiation forms with your Visual Studio workflows. InfoPath forms do not fulfill your requirement...
SharePoint Developer Support Team Blog
How to use WebAnalytics API – FrontEndDataRetriever.QueryData
Posted
9 months ago
by
spdevspt
3
Comments
This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. To use WebAnalytics API, first we need to add reference to Microsoft.Office.Server.WebAnalytics.dll and Microsoft.Office.Server.WebAnalytics...
SharePoint Developer Support Team Blog
Code Sample: On-Demand fetching of SharePoint list items using JQuery
Posted
9 months ago
by
spdevspt
2
Comments
This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. In this blog, I will describe how to develop a custom web part that dynamically fetches items from a SharePoint list. By “dynamic”, I mean...
SharePoint Developer Support Team Blog
HOW TO: Create a Remote Event Receiver for a SharePoint Hosted App
Posted
2 months ago
by
spdevspt
2
Comments
This blog post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Let’s first create a SharePoint Hosted App. Choose “SharePoint-Hosted” option for “How do you want to host your app for SharePoint” in...
SharePoint Developer Support Team Blog
HOW TO: Open Content Query Web Part links in a new IE window
Posted
9 months ago
by
spdevspt
0
Comments
This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Content Query Web Part is a nice way to query and display data from multiple lists. By default, when you click on a link displayed in the...
SharePoint Developer Support Team Blog
HOW TO: Retrieve Web Analytics report data using API
Posted
7 months ago
by
spdevspt
5
Comments
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. In a scenario that you want to render Web Analytics report data to your favorite format, you need to retrieve the report data. There’s no document...
SharePoint Developer Support Team Blog
How to use CMIS APIs to extract information from SharePoint repositories?
Posted
over 1 year ago
by
spdevspt
0
Comments
What’s CMIS Connector for SharePoint 2010? This post is a contribution from Chanchal Jain, an engineer with the SharePoint Developer Support team. Content Management Interoperability Services (CMIS) connector for Microsoft SharePoint Server 2010 enables...
SharePoint Developer Support Team Blog
HOW TO: Not allow a user to add multiple items of a meeting at the same time & date in a Calendar list for a user in SharePoint 2010
Posted
9 months ago
by
spdevspt
3
Comments
This post is a contribution from Bharat Rathod, an engineer with the SharePoint Developer Support team. By default, SharePoint 2010 allows you to add multiple items in the calendar for the same date and time. Below screenshot shows that Meeting1...
SharePoint Developer Support Team Blog
HOW TO: Prevent site deletion with a custom event receiver
Posted
8 months ago
by
spdevspt
3
Comments
This post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. In this blog I will describe how to develop a custom site event receiver to prevent users from deleting a SharePoint site. By default, any user...
SharePoint Developer Support Team Blog
How to subscribe for an alert for a “Post” in discussion board programmatically
Posted
11 months ago
by
spdevspt
3
Comments
This post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Let’s first talk about some basic facts about discussion board and alert terminologies. Discussion Board We all know about discussion board...
SharePoint Developer Support Team Blog
SharePoint Workflow Architecture – Part 3
Posted
2 months ago
by
spdevspt
0
Comments
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution...
SharePoint Developer Support Team Blog
Workflow name in workflow history list
Posted
5 months ago
by
spdevspt
1
Comments
This blog post is a contribution from Balaji Sadasivan, an engineer with the SharePoint Developer Support team. Issue In order to audit workflows, we require to see the name of the workflow in the history list. Cause Currently the workflow history has...
SharePoint Developer Support Team Blog
HOW TO: Prevent users from pressing back button after signing out from a SharePoint site
Posted
5 months ago
by
spdevspt
1
Comments
This blog post is a contribution from Charls Tom Jacob, an engineer with the SharePoint Developer Support team. Scenario: In SharePoint, the sign out is complete only when you actually close the browser window. As shown below, SharePoint asks you...
SharePoint Developer Support Team Blog
SharePoint Workflow Architecture – Part 1
Posted
2 months ago
by
spdevspt
0
Comments
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution...
SharePoint Developer Support Team Blog
HOW TO: Retrieve Active Directory custom attributes in another domain using LDAP query
Posted
5 months ago
by
spdevspt
1
Comments
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. When developing a custom claims provider, you may need to retrieve user information from Active Directory (AD) with LDAP query programmatically....
SharePoint Developer Support Team Blog
HOW TO: Programmatically set/pass WorkflowContext from a Visual Studio workflow to a custom workflow action in SharePoint 2010
Posted
7 months ago
by
spdevspt
1
Comments
This post is a contribution from Himani Sharma, an engineer with the SharePoint Developer Support team. Scenario: You have a workflow custom action that you’d like to be used in SharePoint 2010 workflow. This activity uses Microsoft.SharePoint.WorkflowActions...
SharePoint Developer Support Team Blog
SharePoint 2010 Environment can get corrupt when deploying and retracting a WSP solution that was created using “Save site as template” option
Posted
8 months ago
by
spdevspt
2
Comments
This post is a contribution from Amy Luu, an engineer with the SharePoint Developer Support team. Steps to repro this problem: 1. Create a new team site in SharePoint 2010 and save this site as template (ts.wsp). Download the WSP to your local drive...
SharePoint Developer Support Team Blog
HOW TO: Detect an App Part in edit mode in SharePoint 2013
Posted
3 months ago
by
spdevspt
5
Comments
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. This article states, “with app parts, you can show your app user experience (UX) right in the host web. An app part displays your app content...
SharePoint Developer Support Team Blog
CMIS consumer web part unable to perform search?
Posted
over 1 year ago
by
spdevspt
0
Comments
This post is a contribution from Chanchal Jain, an engineer with the SharePoint Developer Support team. If you have a SharePoint Server installation and you have the SharePoint Search Application configured, you’ll be able to perform search in the SharePoint...
SharePoint Developer Support Team Blog
SharePoint Workflow Architecture – Part 2
Posted
2 months ago
by
spdevspt
0
Comments
This blog post is a contribution from Andy Li, an Escalation Engineer with the SharePoint Developer Support team. Andy is one of the Escalation Engineer with the SharePoint Developer Support team. The series of posts on Workflows are his contribution...
SharePoint Developer Support Team Blog
HOW TO: Customizing SharePoint AppWeb web template
Posted
6 months ago
by
spdevspt
0
Comments
This blog post is a contribution from Mustaq Patel, an engineer with the SharePoint Developer support team. SharePoint Apps provides a great deal of flexibility and how much we can do with it. Using WebTemplate we can direct AppWeb (the SPWeb under which...
SharePoint Developer Support Team Blog
Register CSR-override on MDS enabled SharePoint 2013 site
Posted
3 months ago
by
spdevspt
0
Comments
Both CSR [Client-Side Rendering] and MDS [Minimal Download Strategy] are new concepts in SharePoint 2013. I recently had a chance to work on an issue concerning CSR and MDS, which I thought I’d share through this post so that it is helpful for the...
SharePoint Developer Support Team Blog
RunWithElevatedPrivileges does not work with UserProfile API
Posted
6 months ago
by
spdevspt
0
Comments
This blog post is a contribution from Aaron Miao, an engineer with the SharePoint Developer Support team. RunWithElevatedPrivileges executes the specified method with Full Control rights even if the user does not otherwise have Full Control. This is not...
SharePoint Developer Support Team Blog
A case of custom email templates not used when alerts are created from code in SharePoint
Posted
11 months ago
by
spdevspt
2
Comments
Recently, I had a case where customer was creating SPAlert object using SharePoint object model code and things were not working out well. What seem to happen was that whenever the condition that warrants alert trigger is met (e.g., an item is changed...
SharePoint Developer Support Team Blog
Building Silverlight solution with RIA service enabled fails on SharePoint 2010 SP1 Environments
Posted
9 months ago
by
spdevspt
1
Comments
This post is a contribution from Raghavendra Nanjaiah, an engineer with the SharePoint Developer Support team. On a SharePoint 2010 SP1 environment when you try to build Silverlight 4 or 5 solution with the following settings: Create a new “Silverlight...
Page 1 of 2 (47 items)
1
2