Archive for 'SP2010' Category

Custom Timer Jobs versus PowerShell and Task Scheduler for Scheduled Tasks

By namwar - Last updated: Friday, December 7, 2012

Although I am a great fan of using PowerShell for performing lots of tasks in SharePoint quickly, but there are certain areas where PowerShell may not be the optimum solution. One of which is Custom Timer Jobs in SharePoint. Although you can schedule a PowerShell script by a task scheduler in windows to run some [...]

Share

How to detect if the given webpage is generated by SharePoint?

By namwar - Last updated: Tuesday, June 5, 2012

If you want to find out whether the given web page is generated by SharePoint or not then the most authentic way of verification is to check Response Headers. SharePoint adds an specific response header (along with others) called MicrosoftSharePointTeamServices The presence of this header is a proof that the given web page is served [...]

Share

Difference between Security Context of Workflow Code in SharePoint 2007 and 2010

By namwar - Last updated: Wednesday, May 16, 2012

In SharePoint 2010, any code which executes because of the changes made by the workflow process will run in context of the user who either started the workflow or responsible for changes which caused the code to be executed. But … In SharePoint 2007,  any code which executes because of the changes made by the workflow process [...]

Share

Ideal list of tools you need for SharePoint Development

By namwar - Last updated: Monday, May 7, 2012

After working with several clients, I have compiled a list of tools, addons, plugins and technologies which are needed for development, customization or administration of SharePoint. This list is not a “Mandatory Tools List” but in fact, it is a compilation of tools and technologies which can be used at any point in time depending on your role. I [...]

Share

Solution for viewing HTML files in browser from SharePoint Document Library

By namwar - Last updated: Sunday, March 25, 2012

In SharePoint 2010 document library, if you click on a file with .html extension, you will notice that browser will open Save File dialogue box. This behaviour stops you to view HTML files directly in browser from document library and some times it is very annoying. To resolve it and view HTML files in browser, [...]

Share

Useful Javascript Functions and objects in SharePoint – Part 1

By namwar - Last updated: Sunday, February 19, 2012

SharePoint has a huge set of javascript functions and objects which are defined in essential SharePoint javascript files like init.js, core.js, forms.js etc. These files are necessary for SharePoint to function properly. There is no reason to reinvent the wheel by writing your own javascript function for something which is already provided by these core [...]

Share

List of SharePoint Base Permissions with their Hex and Decimal Values

By namwar - Last updated: Sunday, October 23, 2011

Here is the list of all SharePoint base permissions valid for Windows SharePoint Services and SharePoint Foundation both, along with their Hex and decimal values. I hope it will help you to easily reference them in your projects. Permission Name Hex Value Decimal Value Description AddAndCustomizePages 0×40000 262144 Add, change, or delete HTML pages or [...]

Share

What is the meaning of “Limited Access” in SharePoint?

By namwar - Last updated: Saturday, October 22, 2011

If you are wondering what is “Limited Access” in SharePoint and how does it affect you then here is the simple explanation: “Limited Access” in SharePoint means a user has an access to an item of the page specifically but not the whole SharePoint list. Normally, we don’t manage individual item permissions and list items normally inherit [...]

Share

Continuous Integration of SharePoint Project by using TFS

By namwar - Last updated: Friday, August 26, 2011

SharePoint projects are some what special in the way they use assemblies and some time it is very difficult to setup your TFS build process for continuous integration. Today, SharePoint Developer Team has published an excellent step-by-step process to properly setup your TFS Build Process for SharePoint Projects. You can read the article here This article guides [...]

Share

Solution for “Access denied by Business Data Connectivity” Error

By namwar - Last updated: Sunday, August 14, 2011

If you are trying to create external data type list and get the error “Access Denied by Business Data Connectivity” then the most common reason for that can be the incorrect permissions for your target External Content Type. To fix the issue, please perform the following steps: Open your SharePoint 2010 Central Administration Page Under [...]

Share