Calendar Overlay with redirect back to overlayed list
Hi,I did calendar overlay from Calendar 1 to calendar 2,When I click an event in overlayed calendar 2, after viewing the event its getting redirected to Calendar 1 instead of calendar overlayed...
View ArticleSharePoint 2013 WorkFlows Association and Content Types
Hi, I'm studying for an exam the ability to associate a workflow to a content type in SharePoint 2013. Probably i'm confusing: YES: http://technet.microsoft.com/it-it/library/cc262735.aspx (See PLAN...
View ArticleSharePoint excelservice.asmx - Delete documents from document library
Hi,How to delete a document from SharePoint Document Library using excelservice.asmx xml.Thanks.
View ArticleBuild doesn't create WSP package.
Hi,Any ideas what to check when VS2012 build doesn't create WSP package? No errors received while building. Publish works normally.99% sure that at some point simply building a solution created WSP...
View ArticleCreate an approval workflow for content types in SharePoint 2013 using visual...
Hi,I need to develope a custom approval workflow for custom content types in sharepoint 2013 using Visual studio 2012.I need this code very urgently.Can anyone help me in this? Kindly reply me as soon...
View ArticleApp to display list info through charts
Hi,I am creating an app to display the list info in form of the chart.But couldn't get the relevant info for the same.So please share your thoughts/ideas on this.Regards,Sudheer Thanks & Regards,...
View ArticleREST API to rename the folder + move folder + copy folder (Prog. Lang. is Java)
Using following way to rename the the folder but it rturns status code 204 and does not change the folder name.url: http://site url/_api/web/GetFolderByServerRelativeUrl('/Folder Name') method: POST...
View ArticleSorry, this app is not supported on your server.
Hi all,Getting this message after deploying app to app catalog site...Sharepoint version is RTM (15.0.4420.1017)VS2012 devTools version: 11.0.51018.00 if it mattersIn general, apps from app store are...
View ArticleSharePoint Visual Studio Assembly that Deploys SharePoint Projects from...
Hi,Visual Studio's deployment of SharePoint projects is fairly robust and full featured. I would like to leverage this from the command line in my own deployment. Which Visual Studio assembly is...
View ArticleSharepoint 2013 - Sharepoint-hosted app with legacy file upload support
Hi,I'm developing a Sharepoint-hosted app on SP 2013. Using HTML5, I've successfully built it to upload file(s) to a document library with metadata. However, it's been requested that it work with old...
View Articleerror: in create wiki page programmaticallu in shrepoint 2013
hi,here is my code. using (SPSite site = new SPSite(strSiteUrl)) { SPWeb currentWeb= site.RootWeb; SPList spList = currentWeb.Lists[strlibraryname];//GetList(strSiteUrl + "/" + strlibraryname +...
View ArticleGet the current context of the site where web-part is added in the same site...
Hi,I'm creating a visual web-part in SharePoint 2013 using server object model (can't user COM as the code will run on the same server) to get all the members of "Members" group of the site/web...
View ArticleRestrict multiple user to run event receiver in Sharepoint
Hello Folks,I am having event handler attach to a single list. Sometime it may happen that multiple user edit the same item. If this happen, how to restrict multiple user to edit the same item at the...
View ArticleHow to hide the “About Me” link from the username drop down list.
We have built our team site, for adding Apps and different contents, but for now we do not want to have About me page for each user. So is there a way to remove the “About me” link from the username...
View ArticleSharepoint 2013 show PictureURL as image instead of text
I've created a UserProfile lookup that displays my desired fields in a table and the PictureURL is showing as text from the query, how can I convert the PictureURL to the actual image in the table? I...
View ArticleCreate Document Set Programatically with Server Object Model in Sharepoint 2013
Hello, In 2010, it was possible to create Document Sets in a Sharepoint document library, however I couldn't find any way to create in 2013. CSOM provides methods to do that but is there a way to do on...
View ArticleQuerying list items of document libraries returns incorrect values.
I have several document libraries. I am trying to get only the documents that the a selected user has however it is returning other authors documents. Attached is my code. Any help would be greatly...
View ArticleSharePoint 2013 workflow template
Hi, Team,I need to apply Powershell to add workflow, and I did try this one below: $Template = $spWeb.WorkflowTemplates.GetTemplateByName("WFTmeplateName",$currentCulture);but I find that the workflow...
View ArticleSharePoint Workflow Email not working
I am creating a SharePoint 2013 workflow using Visual Studio 2013. Email is working from Single Task activity. But when i try to add Email Activity I get the following error:RequestorId:...
View ArticleSharepoint 2013 workflow - create Composite Task and set fields dynamically
Hi,I want to create Composite Task in sharepoint workflow 2013.I have list of users (column) inside list on which workflow created. I want to assign this to 'Assigned To' field of CompositeTask...
View Article