delegate sharepoint task programatically
Hi, I have a SharePoint Workflow task created and I added task delegation like this.SPListItem listItem = currentWeb.Lists.TryGetList(taskListName).GetItemById(taskId);...
View ArticleHow to create Visual Web Part in Sandbox solution using Visual Studio 2012...
How to create Visual Web Part in Sandbox solution using Visual Studio 2012 ultimate
View ArticleCustom ASP Control Not Found (although its in the Package)
Hi Everyne.I am creating a Visual Web Part with a custom ASP Control. I have added the dll as a reference. I have also added it to the Package as a GAC.However I get the error that the assembly cannot...
View ArticleDiscussionBoard:
HiWe have created a discussionboard for gathering input to a project.People may submit input and discuss those, which works really great.However, the steering commitee need to discuss all the inputs...
View ArticleLookup field + Img url
Hi All, I have Images,Pages library & have a lookup field in the pages library to Images Library Title field. Now I want programmatically to fetch Images url of Images Library when I connected to...
View ArticleThis solution references prohibited type
Hi ,I'm using sharepoint online,I have a problem when activating my solution I get this error:This solution references prohibited type 'Microsoft.SharePoint.Publishing.PublishingWeb' and cannot be used...
View ArticleAggregate function sum, count withgroupby function in caml query
Aggregate function sum, count with groupby function in caml query
View ArticleWhile deploying webparts getting scripting error in VS2012 ?
Hi All,I have one question in vs2012, I created one visual web part in vs2012. Getting scripting error while deploying.Not able to inserting the data using web part. and web part respective...
View ArticleLayout issues between IE and Google Chrome
Good morning everyone,I am having issues with a customized SharePoint site rendering differently in IE vs. Chrome/Firefox. The problem in particular is with custom navigation in the master page. There...
View ArticleSharePoint 2010 - Access Denied after master page updated
I am trying to set up a mega menu and have followed the instructions here: https://www.nothingbutsharepoint.com/sites/eusp/pages/a-megamenu-for-sharepoint-2010-using-a-dvwp-and-a-list.aspxWhen I add...
View ArticleCan not acces sharepoint central administration
Hello every one i have uninstall active directory .after that when i try to access my share point 2013 central administration .I got this error.This operation can be performed only on a computer that...
View ArticleCustom sharepoint library field
Hi, I would like to create custom sharepoint library field column as hyperlink when user will be able to download attached file from item when click it. Is it possible to make such solution. Thanx for...
View ArticleDocument Library or Folder ?
Hi,I have a document library with around 10,000 documents. What would be better from performance point of view? Generate different document libraries according to year or create folder according to...
View ArticleProgramatically modify the formula for a calculated field in SharePoint 2010
I have a SharePoint list containing multiple fields of mileage data and one calculated field to total all of the miles. I programmatically add new number fields as necessary and need to modify the...
View ArticleIssue starting workflow programatically
All,I am attempting to start a SharePoint workflow associated to a content type. I can successfully start the workflow, but it stays as "starting" for 5 minutes, then the status changes to canceled....
View ArticleChoosing a Visual Studio Workflow Type
Greetz!I have a requirement for an approval workflow which is not a straight forward 1-2-3 approval. In regular Approval workflows an event that is entered is always set to a Pending status. In my...
View ArticleObject reference not set error when setting specialPermissions in createtask...
Hi,I am trying to use the SpecialPermissions in CreateTask Activity. I am trying to set the custom role. The custom role exists in the site.I have tried the below code:private void...
View ArticleWho can create a survey in SharePoint 2010?
Which role can create a survey in SharePoint 2010? If "create" is not displayed at the top of the screen, what setting needs to be adjusted to allow it?
View ArticleHow to detect when a workflow task is complete?
Hi, I am developing a simple custom State Machine workflow in VS2013 for SharePoint 2010.My issue is that I am unsure how to detect when a task is complete. I am able to create the task and call the...
View Articleneed help launching workflow from client application (web service)
hi all,I am attempting to run a visual studio sequential workflow on items in a library, but have hit a wall. since the client object model doesn't seem to support starting workflows, I am attempting...
View Article