Workflow 2013 does not start for the last added list item from CSOM
Hi, There is the code below which starts workflow for an item. The code successfully works when item is not last in a list, but it quietly fails (StartWorkflowOnListItem is called but workflow does not...
View Articlehow to call a sharepoint 2013 workflow 4.0 in code from my eventereciever
HiI'm trying to workout how to call aSharePoint 2013 workflow 4.0 in code from within my eventereciever.Previously in SharePoint 2010 was able to get workflow association and start workflow from the...
View ArticleHow to add permissions based web parts in a page.
Hi,I want to add permissions based web parts in a page , so please suggest me how can I add that ?If I use audience then its not giving me options to add each domain user individually.I have to fetch...
View ArticleSharepoint hosted app prompts for credentials when accessed
Hi all!I've just started my journey into the Sharepoint-2013-app-wilderness, and am immediately facing some challenges.Background: At the office we've set up a dev-environment consisting of:- a common...
View ArticleNew to BCS
I would like to integrate search with an external data source. Are there any approaches that can accomplish this task besides using BCS?I am new to BCS concept and was looking for articles/tutorials on...
View ArticleStyling divs and other css styles to HTML elements not the same as SharePoint...
Hi all, I am following this SharePoint 2010 tutorial where the author is adding styles directly in the html mark-up of the page.When I edit the mark-up in SharePoint 2013 and click OK initially the...
View ArticleHow to Upload multiple documents to Doc Library of SharePoint 2013?
I have created a document library which has 3 to 4 custom columns or attributes. I can easily upload one document at a time & then edit its attributes.But I have to do this process for uploading...
View ArticleGet domain\username from field "Assigned To"
Hi FolksI can get "domain\username" from "Assigned To" field in SharePoint's List !? I have this code:Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue $web = Get-SPWeb...
View Articlehow to count total data in -in the portal different document libraries...
I have different libraries in the portal i want whenever admin wish he should be able to track that this much amount of data has been uploaded up to nowLet me know how to docode help will be...
View ArticleSharePoint 2013 Organization Browser web part (user profile service)
I have a SharePoint 2013 environment up and running. The organization browser web part does not seem to be working out of the box due to CLAIMS authentication. I had to use a javascript in a content...
View ArticleUse of SecurityUris property in SPSocialPostCreationData and how to post to...
The SPSocialPostCreationData class has a SecurityUris property but not much is provided in terms of documentation.Gets or sets URIs to SharePoint objects that define access permissions for the post.My...
View ArticleHow to get folder field value like Modified Date in Document library in...
How to get folder field value like Modified Date in Document library in sharepoint 2010?I have folder and file hierarchy in document library.But problems to update modified date column field of sub...
View ArticleHow to get "Suggested sites to follow","Suggestetd docs to follow" by...
SharePoint 2013 provides recommendation features on relevant people, sites and documents to follow. How to get the recommendations by programming and so that they could be used in customized SharePoint...
View ArticleSharepoint 2013 Manual Workflows
In sharepoint 2013, when creating a button and attaching a workflow to it (manually activated workflow). When I click it, my page redirects to my homepage.Any thoughts on how to fix this matter?
View ArticleHow does Sharepoint 2013 store a changed WebPart title? Localized titles...
Hey everyone.We have tried to have localized webpart title and so far this works with resources-files.When changing the browser language we also have changed titles. What I found is that when I Change...
View ArticleHow to include SharePoint 2013 app part in the master page
Hi there, We are trying to include a SharePoint 2013 app part in the master page however the design manager only shows web part as the option. Does anybody have any suggestions? Regards, Evan
View ArticleHigh trust apps 401 Unauthorized - An exception occurred when trying to issue...
Hi,I have created some provider hosted high trust apps which I had working fine on my development servers which were running Sharepoint 2013 Preview. I am now trying to deploy the apps a production...
View ArticleVM ware version and SharePoint 2013 compatibility
Which version of VM ware is supported for SharePoint 2013 installation? we are planning to user VM ware 5.0, is there any limitation let me know??Mark this post as answer if this resolves your issue....
View ArticleError occurred in deployment step 'Install app for SharePoint': The System...
I am totally confused by this problem!!!Scenario : A fresh install of SP2013 using a different account.I can initially deploy an on premises high trust app via f5, then retract, then install.Then I get...
View ArticleHow to enable anonymous access to document library in SharePoint 2013?
Hi,I am trying to set anonymous access for a document library(pages library) pragmatically in sharepoint 2013. I used the below code to set anonymous access public void...
View Article