Auto-Calculate Date value in SharePoint Field Definition.
Hi,I have two fields Retention Period and Date of Destruction.Retention Period is a dropdown with integer values from 1 to 100.Need to auto-calculate Date of Destruction as Created + Retention...
View ArticleHosting an Access Database on Sharepoint - Connecting via ADODB
I'm trying to use an Access Database as the database for a Sharepoint site and connect to it via an ADODB ActiveX Object in JavaScript.I have tried to use Sharepoint lists instead of Access but the...
View ArticleError Client object model
helloI was trying running the client object model code which run successfully on my local development system, but when i try to run it on server it gave me exception, any idea or clue, is that i am...
View ArticleTroubleshooting a sharepoint designer workflow?
A user reports the following error when attempting to submit a new item to a calendar list which has a SharePoint Designer workflow associated with it.ErrorCannot complete this actionPlease try...
View ArticleColor Coded Gantt Chart Bars in SharePoint 2010
Hello EveryoneI'm using SharePoint 2010, and have access to Visual studio and SharePoint designer. I'm trying to change the color of the bars of aGantt view to reflect when there is some overlap in who...
View ArticleDocument library archieve issue
I have one Document library(Infopath form Library) , there several columns in Document library , one of the column is closed date, those forms which has closed date more than 1 month older they should...
View ArticleDoesUserHavePermissions is True, even if user has no access!
Hi,i am using the following line of code to check if user has access to site:if (siteCollection.RootWeb.DoesUserHavePermissions(currentUser, SPBasePermissions.Open))I do this inside of...
View ArticleAdd or update participants in workflow programmatically
Regarding SharePoint Approval Workflow in SP2010. Add or update approvers of Publication Workflow TaskThere is the ability to Add or update participants to this task process through SharePoint UI on a...
View ArticleBind Multiple to a gridview
Hi AllI want to get some random records from a specific list. I am able to get the record but due to some business reasons i need to write three different sp queries. but now the issue is I am not able...
View ArticleVisual Studio Workflow throws error on existing items as "Error Occured"
Hi Team,We have a Visual Studio State Machine workflow which until last wee was working perfectly fine,however it started throwing error as error occured whenever an item was edited or Updated.On...
View ArticleCall Powershell scripts or .bat files using http
Hello Community Using Sharepoint 2010 Server, the UI and Links with their corresponding url you can retrieve pages. Sometimes however you may need a link to do something, for example execute a...
View ArticleEvent Receiver is not firing regularly For Micrisoft Office Powerpoint...
Hi all,I am have issue with SharePoint Item Updating event handler. The event receiver is not firing regularly -- means its not firing for some of the office documents like powerpoint (.pptx files)....
View Articleis it possible SharePoint 2013 Visual Studio Workflow can be deployed to...
Hi All,I just Wanted to know is it possible to deploy the SharePoint 2013 workflow in SharePoint 2010. Please tell meNavaneeth
View ArticleThe etag value \'\"1\"\' specified in one of the request headers is not...
I try to receive data from a SharePoint List by using REST Services. (_vti_bin/ListData.svc)This approach worked fine for some days, until I get an error 400 with following error message:"The etag...
View ArticleGet Permission of one User for a specified File
Hi,I'm working with SharePoint Client 2010 on a .Net application. Is there a possibility to know if the current user (or a specified user) can read a specified File?This user could also be in a SP...
View ArticleUpdate Group Description to HTML via PowerShell
I am using the following code/function to add groups to a site (SP-2010):function Create-SPGroupInWeb { param ($url, $groupName, $permissionLevel, $description) try{ $web = Get-SPWeb -Identity $url...
View ArticleVisual Studio Workflow Not Stopping
Created a VS workflow that starts when an item is changed.Within the codeProcessFiles activity, I've added basic error handling using a Try Catch statement. When an exception is caught, the code...
View ArticleAdd items in a list using a gridview
I have a list which has 9 columns, i want to save the items in the list using a simple gridview, i am able to add the items in the list using the footertemplate , but when the list is empty the...
View ArticleDeploying a Reusable Workflow to a List Content Type using PowerShell
We have a situation where deployment of a reusable workflow for a site content type cannot be completed through the web interface due to the number of libraries where the content type is in use...
View ArticleWrong ScriptLink entry using feature activation causing every page in...
Hi,My requirement was to depoly a javascript file to the style library in a Site collection. To associate this js file to the custom ribbon action which would be using the javascript functions, I added...
View Article