Archives by Tag 'SharePoint 2010'
Custom Timer Jobs versus PowerShell and Task Scheduler for Scheduled Tasks
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 [...]
How to detect if the given webpage is generated by SharePoint?
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 [...]
Difference between Security Context of Workflow Code in SharePoint 2007 and 2010
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 [...]
Ideal list of tools you need for SharePoint Development
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 [...]
Solution for viewing HTML files in browser from SharePoint Document Library
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, [...]
Useful Javascript Functions and objects in SharePoint – Part 2
In my last article “Useful Javascript Functions and objects in SharePoint – Part 1“ I listed some useful javascript objects in SharePoint. Today I will continue exploring useful functions. DOM Management byid(id) = Return element for the given id newE(tag) = Create a new dom element of the given tag e.g. div etc. wpf() = [...]
List of SharePoint Base Permissions with their Hex and Decimal Values
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 [...]
What is the meaning of “Limited Access” in SharePoint?
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 [...]
Continuous Integration of SharePoint Project by using TFS
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 [...]
Solution for “Access denied by Business Data Connectivity” Error
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 [...]
