List View web parts with list defs upgraded from SP 2010 - no +Add New Item link
I've got a project converted from SharePoint 2010 to 2013, using Visual Studio 2012. After I cleaned up references and other things and got the features deployed, I noticed that ListView web parts do...
View ArticleHow do we stop a SharePoint 2013 workflow (Azure workflow) programmatically?
Our custom code starts the workflow using classes in the Microsoft.SharePoint.WorkflowServicesnamespace but we can't seem to find a method to end the workflow.Your help and time is greatly appreciated....
View ArticleMetadata Navigation and Filtering showed up for one time only
I have created main Enterprise Wiki site collection and I have enabled the “Metadata Navigation and Filtering”. Then I have created a subsite also based on the enterprise Wiki. and I have defined that...
View ArticleSharePoint Designer: Creating an ongoing discussion form automatically....
Hi,I am new to SharePoint designer, I can't seem to be able to create workflow that creates a new ongoing discussion form upon a file upload. Here are the steps I want to accomplish.1 - User A uploads...
View ArticleCustom list based on external content type
Hello.I want to create a custom list based on external content type. That is set how this will look by myself. I thought about Visual Studio. Are there any "not app" samples custom list based on...
View ArticleAccessing data from another web application throws an SQLInvalidException
Hi guys, The scenario is:A MySiteHost site collection (example name: MY SITE). Web application's application pool account isspmysite.A TeamSite site collection (example name: TEAM SITE). Web...
View ArticleNot able to delete document from Ribbon button in sharepoint 2013
Hi,We are not able to delete document from Ribbon button in sharepoint 2013. while digging debugger tool found below error.SCRIPT5007: Object expected inplview.js?rev=%2Bhds1ETWRgD4PK1iGBqC1A%3D%3D,...
View ArticleUnable to create Navigation for my publishing site based on the Wiki...
I have created the following:-Term Store hierarchy. I link the “Wiki Categories” column to use a term set.Then I create a new navigation based on the term set.But now if users click on term in the...
View ArticleWelcome page after first logon
Hello Guys,I would like to publish a welcome page when a new SharePoint user logging on the portal. (no matter what the URL is).On the page, the user set some personal infomration (language, phone...
View ArticleWhat is the idea of stop inheriting permission from parent site.
I have the following:-a publishing parent site which have 5 sub sites.I wanted to define special permission on a sub site, so I access the sub site permission page and I stop inheriting the permission...
View ArticleSecurity Trimming Problem with client side call to client.svc.
I did call to client.svc to get all sub sites for my current site: var clientContext = new SP.ClientContext(), web = clientContext.get_web(); var subWebs = web.get_webs();...
View ArticleHow to connect SharePoint 2010/13 online using cloud web application !!!
Hello Experts,I want to read SharePoint 2010/13 online lists and list records using server side code in a cloud web application.I tried with SharePoint client object model but showing error “Unable to...
View ArticleAdding WebParts to Community Portal default.aspx
One thing that seriously caught me off guard when I built my first Community Portal is that there is no ribbon when you go to edit the page! We are looking to, at the very least, change the default...
View Article"Send an Email" workflow action not working in SharePoint 2013
Hi,I couldn't manage to get "send an email" action working in a custom list workflow developed in SP Designer 2013. All workflow actions except this one are functioning normally.Working environment and...
View ArticleSharePoint 2013 Alerts: Add Link to take you to the Discussion Thread
Can I change the link in a discussion alert email to point to that discussion thread instead of the reply itself?I have figured out how and where to edit the Alerts:SharePoint 2010 custom alert...
View ArticleSP2013 APP with Lists - what's best practice?
Hi!I'm new to SharePoint so I would like to ask for a help .I'm suppose to make a small APP that will use SP Lists. Users should be able to add their demands on a list. Users with special permissions...
View Articlesql query displays same result after switching pages
Hello everyone,We are connecting a progress database to my sharepoint farm, we do this by using a linked server in SQL management studio to this Progress database and then connecting to sharepoint...
View ArticleHow to download a file from Sharepoint 2013 using REST and C#
I am able to download a file from my SharePoint 2013 server using the following URL and the browser. The URL is ..files('<filename>')/$valueNow, I'm trying to download that document using C# and...
View ArticleGenerate author link
Hi!After I retrieve list values I can get Author with var createdBy = item.get_item("Author"); This will give me user first and last name:createdBy.get_lookupValue();Now I would need to generate url to...
View ArticleDeploy Custom MasterPage to multiple site Collections
Could anyone provide with some documentatoin or examples on this. I've tried everyhting on the web with no successs. There is little to no help for SP13.
View Article